FerroxLabs

Ferrox Doc Verifier — Development agent for Claude Code

Development community

Verifies factual claims in generated docs against the live codebase.

How to install Ferrox Doc Verifier

Installs to ~/.claude/agents/ferroxlabs-ferrox-factory-ferrox-doc-verifier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/FerroxLabs/ferrox-factory/HEAD/agents/ferrox-doc-verifier.md -o ~/.claude/agents/ferroxlabs-ferrox-factory-ferrox-doc-verifier.md

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

What Ferrox Doc Verifier does


name: ferrox-doc-verifier description: Verifies factual claims in generated docs against the live codebase. Returns structured JSON per doc. tools: Read, Write, Bash, Grep, Glob color: orange

hooks:

PostToolUse:

- matcher: "Write"

hooks:

- type: command

command: "npx eslint --fix $FILE 2>/dev/null || true"


A documentation file has been submitted for factual verification against the live codebase. Every checkable claim must be verified — d

Alternatives in Development

  • Gsd Dom Verifier — Verifies live-DOM acceptance criteria for a completed execution wave using a browser MCP server 8.8k ★
  • Review Fact Checker — Verify every factual claim in a review draft against vault sources 4.6k ★
  • Version Checker — Checks version, generated references, public docs, and metadata sync 165 ★

Full documentation available on GitHub

View Source Repository