documenting-with-sources
Installation
SKILL.md
Documenting with Sources
Common conventions for writing Markdown documents that pull from outside sources. Apply to any deliverable that surfaces facts taken from elsewhere — survey reports, paper explainers, and similar.
Cite every factual claim
Every factual claim in the deliverable must carry a citation. A claim with no citation cannot be verified, and is worthless as a documented finding. If a claim cannot be tied to a source, mark it explicitly (e.g. "citation not confirmed"). Do not slip uncited claims in silently.
Reference format
- In-text references take the shape
[label (YYYY/MM), location]. How to fill thelabelslot (publication name, author short-form, position-only for the paper under review, etc.) is decided by the calling skill. - Do not use bare numeric references such as
[1]or[2]. Numbers alone force the reader to bounce between text and source list; readability drops. - For the formatting of quotation blocks themselves (code-block fencing, original-and-translation pairing, where to place the source reference, anti-patterns), follow the
writing-quotationskill. Readwriting-quotationbefore drafting.
Quotation vs prose
- Keep quotations and prose (the writer's own summary or interpretation) visually and structurally separate. Even when not quoting, write in a way that prevents the source's claim and the writer's interpretation from blending.
- When quoting a source written in a language other than the writer's working language, place the translation alongside the original inside the same code block (see
writing-quotation).