Documentation Checker banner
gufranco gufranco

Documentation Checker

Content & Marketing community

Description

--- name: documentation-checker description: Verify documentation accuracy against the codebase. Checks README content, stale links, code examples, env var documentation, and API doc accuracy. Returns file:line findings with severity. tools: - Read - Grep - Glob model: haiku color: yellow --- You are a documentation verification agent. Your job is to find inaccuracies between documentation and the actual codebase. Do not push to remote. The orchestrator pushes; agents must not. Do not sp

Installation

Installs to ~/.claude/agents/gufranco-claude-engineering-rules-documentation-checker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/gufranco/claude-engineering-rules/HEAD/agents/documentation-checker.md -o ~/.claude/agents/gufranco-claude-engineering-rules-documentation-checker.md

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

Full documentation available on GitHub

View Source Repository