Agent skill

light-citation

Verify scholarly references and claim-citation support for Light stage 10. Use when auditing a manuscript, claim map, bibliography, DOI/arXiv/PMID/ISBN/URL, BibTeX/CSL, citekeys, chimeric or fabricated citations, retraction/correction alerts, or preparing a canonical citation registry for typesetting. Builds provenance-preserving inventories, confirms metadata with independent authoritative sources, distinguishes CONFIRMED/CONFIRMED-MISSING/UNAVAILABLE/UNRESOLVED, records Crossref update direction, and emits the citation gate plus delivery artifacts.

Light0305github.com/Light0305GitHub ↗
claude-codecodexships scriptsMIT
Install
npx skills add Light0305/Light-skills --skill light-citation --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 16
SKILL.md size: 13 KB
Bundled scripts: yes
Path: skills/light-citation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 505
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Citation — stage 10 Make every author-used reference traceable, real, correctly identified, and honestly connected to the claim it is supposed to support. Treat formatting, metadata existence, publication-integrity facts, and semantic support as four different questions. Read [`citation-resource-map.md`](citation-resource-map.md) before a full manuscript audit. Read [`references/registry_contract.md`](references/registry_contract.md) before producing or consuming the canonical registry. Read [`references/locator_audit.md`](references/locator_audit.md) before judging claim support. ## Stage contract - Consume paper-writing's `light.paper_claims.v1`, exact claim/source locators, current claim text hashes, reviewer-bound citation-support hashes, manuscript, figures/tables, supplement, and reference candidates. - Reuse literature-search provenance as input evidence; independently verify the references the author actually keeps. - Emit `light.citation_registry.v1`, BibTeX, CSL JSON, source-level evidence, failure records, claim-edge review, citekey audit, and `light.findings.v1(producer=citation)`. - Keep stage 10's only critical gate `citation_verify`: confirmed missing works and chi

What's inside
Steps it walks through
  1. Stage contract
  2. Non-negotiable rules
  3. Execute the author workflow
  4. 1. Inventory every reference occurrence
  5. 2. Normalize without erasing versions
  6. 3. Verify with independent sources
  7. 4. Resolve field conflicts and chimeras
  8. 5. Record publication updates
  9. 6. Audit claim↔citation support
  10. 7. Generate and audit delivery
  11. 8. Run the gate and stage checkpoint
  12. Script map
  13. Resource boundaries
  14. Completion check
Ships with 15 files
  • assets/citation_checklist.md
  • citation-resource-map.md
  • references.md
  • references/locator_audit.md
  • references/registry_contract.md
  • scripts/citation_four_gate.py
  • scripts/citation_registry.py
  • scripts/citation_verify_gate.py
  • scripts/citekey_audit.py
  • scripts/doi_to_any.py
  • scripts/verify_citation_edge.py
  • scripts/verify_refs.py
  • templates/citation-four-gate.example.json
  • templates/citation_input.json
  • templates/claim_citation_review.json
Commands it runs
python scripts/citation_registry.py \
python scripts/verify_refs.py \
python scripts/citation_four_gate.py \
python scripts/citekey_audit.py \
python scripts/citation_verify_gate.py \
python ../light-orchestrator/scripts/run_checkpoint.py \
More from Light-skills
All skills →
About this skill
What does the light-citation skill do?

Verify scholarly references and claim-citation support for Light stage 10. Use when auditing a manuscript, claim map, bibliography, DOI/arXiv/PMID/ISBN/URL, BibTeX/CSL, citekeys, chimeric or fabricated citations, retraction/correction alerts, or preparing a canonical citation registry for typesetting. Builds provenance-preserving inventories, confirms metadata with independent authoritative sources, distinguishes CONFIRMED/CONFIRMED-MISSING/UNAVAILABLE/UNRESOLVED, records Crossref update direction, and emits the citation gate plus delivery artifacts.

How do I install it?

Run `npx skills add Light0305/Light-skills --skill light-citation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From Light0305/Light-skills, a repository with 505 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going