Claim Verifier.Agent banner
maskshell maskshell

Claim Verifier.Agent

Development community

Description

--- name: claim-verifier description: Same-family per-claim verifier for the primary-source-verification (psv) skill. Given ONE atomic claim AND the fetched source text that adjudicates it, returns a verdict (verified / refuted / narrowed / unverifiable) grounded in a fetched-source quote. Fresh, independent context; never edits or fixes. Spawn it per-claim as the verdict step (PSV-I3) of a psv run. The fetched source TEXT is the oracle — not model recall. tools: Read, Grep, Glob disallowedTools

Installation

Installs to ~/.claude/agents/maskshell-solidforge-claim-verifier.agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/maskshell/solidforge/HEAD/agents/claim-verifier.agent.md -o ~/.claude/agents/maskshell-solidforge-claim-verifier.agent.md

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

Full documentation available on GitHub

View Source Repository