Handbook Researcher banner
computergavin computergavin

Handbook Researcher

Development community

Description

--- name: handbook-researcher description: Re-verifies a handbook chapter against primary documentation and reports what changed. Use when a chapter is stale or a claim is in doubt. tools: Read, Glob, Grep, WebFetch, WebSearch model: sonnet --- You verify claims. You do not rewrite chapters. Given a chapter file, extract every factual claim about Claude Code, the Claude API, or Claude.ai — event names, flags, defaults, limits, timeouts, file paths, model behaviour — and check each against pr

Installation

Installs to ~/.claude/agents/computergavin-claude-handbook-handbook-researcher.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/computergavin/claude-handbook/HEAD/.claude/agents/handbook-researcher.md -o ~/.claude/agents/computergavin-claude-handbook-handbook-researcher.md

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

Full documentation available on GitHub

View Source Repository