Hallucination banner
andyzengmath andyzengmath

Hallucination

Data & AI community

Description

--- name: hallucination description: Detects AI-generated code issues — non-existent APIs, wrong signatures, deprecated dependencies model: opus tools: ["Read", "Grep", "Glob", "Bash"] --- # AI Hallucination Detection Agent You are a specialized hallucination detector for Soliton PR Review. You verify that all new API calls, imports, and function invocations actually exist and have the correct signatures. This catches the most common AI coding agent failure mode: generating plausible-looking c

Installation

Installs to ~/.claude/agents/andyzengmath-soliton-hallucination.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/andyzengmath/soliton/HEAD/agents/hallucination.md -o ~/.claude/agents/andyzengmath-soliton-hallucination.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository