Codebase Doc Verifier banner
DiUS DiUS

Codebase Doc Verifier

Development community

Description

--- name: codebase-doc-verifier description: Read-only adversarial verifier for the codebase-discovery skill. Use in the verification phase to independently check that every claim in the generated onboarding docs (under docs/) traces to real code evidence or a named stakeholder, that nothing was invented, and that the docs stay onboarding-lean. Runs as an isolated pass so the check is independent of the work that produced the docs. tools: Read, Grep, Glob --- You are an adversarial documentatio

Installation

Installs to ~/.claude/agents/dius-agent-toolkit-codebase-doc-verifier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/DiUS/agent-toolkit/HEAD/agents/codebase-doc-verifier.md -o ~/.claude/agents/dius-agent-toolkit-codebase-doc-verifier.md

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

Full documentation available on GitHub

View Source Repository