Fact Checker

Anti-hallucination discipline for any code that names an external symbol you aren't certain exists — a library function, method, config key, package version, CLI flag, env var, or endpoint. Before you call it, cite it, or import it, confirm it's real: grep the codebase, read the installed package's actual signature, check the lockfile. If you can't verify, write "unverified" instead of asserting. When memory and the repo disagree, the repo wins. Supports intensity levels: lite, full (default), ultra. Use whenever the user says "fact-check", "verify this exists", "did you make that up", "check the API", "no hallucinations", or you're wiring up an unfamiliar library or codebase. Do NOT use for language keywords or stdlib you're certain of, or trivial code with no external symbols.

ccplugins 9e37713 5.5 KB Updated

File contents

ccplugins/awesome-claude-code-plugins/tree/main/plugins/bullpen/skills/fact-checker commit 9e37713726

Frequently asked questions

npx skillmds@latest add ccplugins/fact-checker