Cite Placement
Description
Claude Code skill: place pre-screened citations into LaTeX/Word manuscripts, restyle legal citations (Bluebook, OSCOLA, Chicago, APA, McGill), and add verified pinpoint page citations
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
cite-placement
A Claude Code skill that places pre-screened literature citations into a LaTeX or Word manuscript, restyles the citations already in one, or adds verified pinpoint page citations (pincites) to footnoted citations. A single Tkinter launcher selects the mode and its options.
Citation integrity — no fabricated references
This skill never invents citations. It works only with references the author has already gathered and screened:
- Placement draws exclusively from a user-supplied, pre-screened bibliography.
The inline and footnote modes place citations only from the
.xlsxspreadsheet of screened references you provide. The skill decides where an existing reference belongs; it has no path that conjures a new citation from the model's own memory. - Every reference can be verified against authoritative databases. The
optional verification pass (Phase 1.5) checks each reference against OpenAlex
and CrossRef — with Google Scholar as an additional cross-check when a
SEARCHAPI_API_KEYis set — and flags dangling citation keys and entries it cannot confirm. - Restyling reformats; it does not re-source. When converting citations from one style to another, the skill rewrites formatting only and leaves case citations, legislation, and discursive footnotes untouched, so no substantive citation content is altered or introduced.
- Pincites are verbatim-or-nothing. The optional pincite pass writes a page number only when a verbatim quote from the acquired source text lands on a page map verified against the PDF's own printed folios. No quote match, or no verified map, means no pincite; an unpincited citation is a designed outcome, never an error, and the report says why.
Together these properties address the fabricated-citation risk that attends LLM-assisted writing: the bibliography is the author's, and the skill's role is placement and formatting rather than invention.
Overview
The skill has three mo
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11