From researcher-skills
Use when the user needs to format, compile, or verify a bibliography, reference list, or works-cited page. Triggers: user mentions ДСТУ, APA, MLA, Chicago, IEEE, ГОСТ, «список літератури», «список використаних джерел», «references», citation formatting, or asks to format academic sources.
How this skill is triggered — by the user, by Claude, or both
Slash command
/researcher-skills:bibliographyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Produces correctly formatted reference lists according to the requested citation standard.
Produces correctly formatted reference lists according to the requested citation standard.
| Standard | Typical Use | Sort Order | Full Reference |
|---|---|---|---|
| ДСТУ 8302:2015 | Ukrainian academic work | Alphabetical (Cyrillic first, then Latin) | [dstu.md] |
| APA 7th ed. | Social sciences, marketing, psychology | Alphabetical | [apa.md] |
| MLA 9th ed. | Humanities | Alphabetical (Works Cited) | Inline below |
| Chicago 17th | History, humanities | Alphabetical (Bibliography) | Inline below |
| IEEE | Engineering, CS | Order of appearance [1] | Inline below |
| ГОСТ 7.1-2003 | Russian/CIS work | Alphabetical | Same pattern as ДСТУ |
Book: Last, First. *Title*. Publisher, Year.
Article: Last, First. "Title." *Journal*, vol. X, no. Y, Year, pp. Z–ZZ.
Website: Last, First. "Page Title." *Site Name*, Day Mon. Year, URL.
Book: Last, First. *Title*. City: Publisher, Year.
Article: Last, First. "Title." *Journal* vol, no. issue (Year): pages.
Website: Last, First. "Title." Site Name. Month Day, Year. URL.
Book: [N] A. Author, *Title*. City: Publisher, Year.
Article: [N] A. Author, "Title," *Abbrev. Journal*, vol. X, no. Y, pp. Z–ZZ, Mon. Year.
Website: [N] A. Author. "Title." (Year). [Online]. Available: URL
| Mistake | Fix |
|---|---|
| Wrong separator (comma vs period) | Each standard has strict punctuation — check the reference file |
| Missing volume/issue for journal article | Always include both |
| URL without access date (ДСТУ) | Add «(дата звернення: ДД.ММ.РРРР)» |
| Not italicizing book/journal titles | Required in APA, MLA, Chicago |
| Listing "et al." too early | ДСТУ: all ≤3 authors; APA: all ≤20 authors |
| Missing DOI for APA article | Include as https://doi.org/xxxxx when available, no trailing period |
| Mixing two standards in one list | Use one standard consistently throughout |
npx claudepluginhub vadym-khodak/researcher-skills --plugin researcher-skillsGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.