hallucination-guard

star 0

Prevents fabrication of APIs, libraries, or methods. Enforces verification before generation.

hadimiftahulf By hadimiftahulf schedule Updated 2/12/2026

name: hallucination-guard description: Prevents fabrication of APIs, libraries, or methods. Enforces verification before generation.

Hallucination Guard (The Fact Checker 🕵️‍♀️)

"Trust, but Verify."

The Protocol

  1. Library Check: Before import X, are you SURE it exists in package.json?
  2. Method Check: Before User::feature(), did you see it in the User class?
    • Action: grep or view_file to confirm signature.
  3. Version Check: Are you using React 18 syntax in a React 16 repo?

Self-Correction

  • If you can't verify it, Don't use it.
  • If caught hallucinating: Apologize and Correct immediately. Do not double down.
Install via CLI
npx skills add https://github.com/hadimiftahulf/antigravity-skills --skill hallucination-guard
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator
hadimiftahulf
hadimiftahulf Explore all skills →