From thinking-frameworks-skills
Verifies every research citation in a draft uses Author(s), Institution, Year format, flagging bare hyperlinks and missing attributions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/thinking-frameworks-skills:citation-form-checkThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- [Correct form](#correct-form)
Related skills: Called by Editor in voice pass. Reads shared-context/style-guide.md for the citation template.
From style-guide.md:
Papers cited in prose:
Author(s), Institution, Year — Titleon first mention. Not a bare hyperlink, not a title alone.
Examples of correct:
Examples to flag:
Citation check draft D:
- [ ] Step 1: Detect paper references (arXiv patterns, italicized titles, hyperlinks to paper sites, "a paper")
- [ ] Step 2: For each reference, parse surrounding sentence for author + institution
- [ ] Step 3: If author OR institution missing, flag tier-2 (unless it's the second+ mention of a paper already correctly cited once)
- [ ] Step 4: Suggest the correct form
arxiv.org/abs/\d{4}\.\d{4,5}10\.\d+/\S+\*[A-Z][^*]+\* of length ≥3 words (filters out italicized phrases)(arxiv|openreview|papers\.nips|proceedings)If a paper is correctly cited in full on first mention, subsequent mentions can use a short form ("Chen et al. also noted…"). Only first-mention requires full Author, Institution, Year.
Draft:
RAG (as shown in this paper) beats fine-tuning for recall.
A Google paper found that retrieval dominates for rare facts.
Attention Is All You Need is the foundational work.
Chen et al., Google, 2024 — "Fine-Tuning or Retrieval?" — compared both approaches; Chen et al. concluded fine-tuning loses on tail knowledge.
Flags:
[short] in their draft (convention for intentional short-form on first mention).npx claudepluginhub lyndonkl/claude --plugin thinking-frameworks-skillsVerifies academic citations using canonical sources (DOI, arXiv, CrossRef, Semantic Scholar). Provides principles for detecting fake citations and matching metadata.
Verifies every citation in a manuscript by fetching cited works to detect ghost papers, wrong IDs, inverted claims, and dead links. Includes optional fix mode for bib corrections and claim rewrites.
Plans, audits, and formats academic references. Checks citation authenticity, relevance, retractions, and coverage. Generates BibTeX, GB/T 7714, APA, IEEE, etc.