Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add a-ariff/ariff-claude-plugins --skill anti-hallucinationgit clone --depth 1 https://github.com/a-ariff/ariff-claude-pluginsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/a-ariff/ariff-claude-plugins/anti-hallucination)<a href="https://agentmods.dev/skills/a-ariff/ariff-claude-plugins/anti-hallucination"><img src="https://agentmods.dev/badge/skills/a-ariff/ariff-claude-plugins/anti-hallucination/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/a-ariff/ariff-claude-plugins/anti-hallucination"><img src="https://agentmods.dev/badge/skills/a-ariff/ariff-claude-plugins/anti-hallucination.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00039 | $0.00683 |
| Opus 5 | $0.00019 | $0.00342 |
| Sonnet 5 | $0.00008 | $0.00137 |
| Haiku 4.5 | $0.00004 | $0.00068 |
Grade A, and why
anti-hallucination scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 84 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Anti-Hallucination Methodology
A systematic approach to ensuring every response is grounded in verifiable facts.
Core principle
Never state something as fact unless you have verified it with your tools. If you cannot verify, say so explicitly.
The verification hierarchy
Before making any factual claim, follow this hierarchy:
Level 1: Direct evidence (strongest)
You read the actual file and saw the code. "The function validateToken at src/auth.ts:42 returns false when the token is expired."
Level 2: Search evidence
You searched and found matching results. "Grep found 3 references to validateToken across the codebase."
Level 3: Inference from evidence
You didn't find the exact thing but can reasonably infer from what you found. "Based on the error handling pattern in src/auth.ts, expired tokens likely return a 401 status." (Mark this as inference.)
Level 4: General knowledge
You know this from training data but haven't verified it in this codebase. "Express middleware typically calls next() to pass control." (Mark this as general knowledge, not specific to this project.)
Level 5: Uncertainty
You don't know and haven't checked. "I'm not sure how this handles token refresh. Let me check." (Then actually check.)
Hallucination patterns to avoid
Invented file paths
Wrong: "The config is at src/config/database.ts" Right: Use Glob to find it first, then reference the actual path.
Assumed function signatures
Wrong: "The function takes a userId and returns a Promise" Right: Read the file and quote the actual signature.
Phantom dependencies
Wrong: "Since you're using lodash..." Right: Check package.json first.
Memory-based version numbers
Wrong: "React 18.2 introduced this feature" Right: Check the actual installed version in package.json.
Confident wrong answers
Wrong: "This will definitely fix the issue" Right: "Based on the error pattern, this should fix the issue. Let's verify after applying."
Phrases to use
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 84 lines · 39 tokens per session scan A d792cbfe3605
anti-hallucination is a skill published in the GitHub repository a-ariff/ariff-claude-plugins (14 stars, last pushed 5mo ago), licensed MIT. It adds 39 tokens to every session and 683 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
environment-diagnostics
Environment variable validation and configuration verification. Checks that required variables are set, config files parse correctly, ports are available, and system dependencies meet version requirements.
prompt-craft
Translate natural language image descriptions into detailed, structured DALL-E prompts with subject, style, composition, lighting, and mood specifications.
email-triage
Classify incoming emails into triage categories using content analysis, sender profile memory, and thread detection. Produces a category (URGENT, REPLYNEEDED, FYI, NEWSLETTER, NOTIFICATION, SPAM) with confidence and reasoning.
reply-composer
Draft context-aware email replies that match sender tone, reference thread history, and follow the user's style preferences. Presents drafts for review before sending.
database-verification
Shell-based database connectivity and integrity checks. Verifies that databases are reachable, schemas match expectations, and data integrity constraints hold.
kubernetes
Diagnose and fix Kubernetes pods, services, networking, storage, and rollout failures with kubectl. Safety-first, read-only by default.