From researcher-skills
Use when the user pastes draft text and wants citation markers inserted inline — such as (Author, Year), [N], or footnote numbers — based on a list of sources they provide.
How this skill is triggered — by the user, by Claude, or both
Slash command
/researcher-skills:cite-inlineThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Takes a draft text and a source list, then inserts citation markers at the correct positions within the text. Does not change the writing — only adds markers.
Takes a draft text and a source list, then inserts citation markers at the correct positions within the text. Does not change the writing — only adds markers.
(Author, Year), IEEE [N], Chicago footnote, ДСТУ, or other (ask if not specified)[CITATION NEEDED]| Style | Position | Example |
|---|---|---|
| APA 7th | Before period, after claim | …increased by 23% (Smith, 2021). |
| MLA 9th | Before period | …increased by 23% (Smith 45). |
| ДСТУ | After period or before it (per university rules) | …збільшився на 23% [5]. |
| IEEE | After period | …increased by 23%. [3] |
| Chicago (footnote) | Superscript after punctuation | …increased by 23%.¹ |
| Needs citation | Does not need citation |
|---|---|
| Statistics, numbers, percentages | Common knowledge (Water boils at 100°C) |
| Direct quotes | Author's own original analysis |
| Paraphrased ideas from a source | Definitions from the paper's own framework |
| Claims about specific studies | General background widely established in the field |
(Smith, 2021; Jones, 2019)Return:
[CITATION NEEDED] positions with the sentence text (so the user knows where to find more sources)| Case | ДСТУ Format |
|---|---|
| Single source | [3] — number in square brackets, no space before |
| With page number | [3, с. 45] |
| With page range | [3, с. 45–47] |
| Multiple sources | [1, 3, 5] or [1–3] for a range |
| Placement | Before the period: …зросли на 23% [5]. (most Ukrainian universities) |
| Multiple claims, one source | Cite once at the end of the last sentence, not after each claim |
For ДСТУ, the reference list is numbered in order of appearance in the text OR alphabetically — check your university's requirements, as both variants exist.
| Mistake | Fix |
|---|---|
| Rewriting sentences while inserting citations | Insert markers only; preserve every word of the original |
| Placing marker mid-sentence after subject | Marker goes at the end of the claim, not mid-thought |
| Adding citations to the author's own conclusions | Only cite borrowed information |
Skipping [CITATION NEEDED] flags | Always flag uncited factual claims — don't silently leave them |
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub vadym-khodak/researcher-skills --plugin researcher-skills