From thinking-frameworks-skills
Finds and cites primary sources (arXiv, RFC, official docs) for each claim in a draft, enforcing a source hierarchy. Useful for fact-checking technical writing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/thinking-frameworks-skills:cross-reference-claimThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. **Primary**: original arXiv paper, official docs (PyTorch, CUDA, Linux), RFC, ACM/IEEE proceedings, canonical textbook (*Deep Learning* Goodfellow et al., DDIA Kleppmann, Jurafsky & Martin).
Per claim:
- [ ] Step 1: WebSearch with claim + likely source terms
- [ ] Step 2: WebFetch top candidate; extract specific result/passage
- [ ] Step 3: If paywalled, fall back one tier; note fallback explicitly
- [ ] Step 4: If nothing authoritative within 10 min on one claim, mark could-not-verify
- [ ] Step 5: Return {url, title, passage_or_result, tier}
could-not-verify with attempted-queries is better than fabrication.could-not-verify doesn't block GO. It lands in the Could-Not-Verify section of the review; the writer decides whether to ship anyway.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.
Selects authoritative sources and manages citation styles (APA, MLA, Chicago) for academic papers and research reports.
Assigns reputation tiers to sources, cross-references claims for verification, detects biases, and standardizes citations with metadata.