Claim Checker banner
roomi-fields roomi-fields

Claim Checker

Development community

Description

--- name: claim-checker description: Sub-agent that audits a specific claim against the PDF cited. Invoked by citation-receipts skill for deep PDF↔claim verification. Returns structured verdict (VALID/ADJUST/INVALID/UNVERIFIABLE) with evidence quoted from the source. Isolates the heavy PDF reading from the main agent's context. tools: [Bash, Read, Grep] --- # Sub-agent : claim-checker ## Role Verify a specific claim in a manuscript against the PDF of the cited source. Returns a structured ver

Installation

Installs to ~/.claude/agents/roomi-fields-paper-trail-claim-checker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/roomi-fields/paper-trail/HEAD/agents/claim-checker.md -o ~/.claude/agents/roomi-fields-paper-trail-claim-checker.md

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

Full documentation available on GitHub

View Source Repository