OriNachum

Doc Verifier — Development agent for Claude Code

Development community

name: doc-verifier description: Verifies reference docs have links to official Anthropic documentation and checks content accuracy against live official docs.

How to install Doc Verifier

Installs to ~/.claude/agents/orinachum-claude-code-guide-doc-verifier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/OriNachum/claude-code-guide/HEAD/agents/doc-verifier.md -o ~/.claude/agents/orinachum-claude-code-guide-doc-verifier.md

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

What Doc Verifier does


name: doc-verifier description: Verifies reference docs have links to official Anthropic documentation and checks content accuracy against live official docs. Reports pass/fail per file. tools: Read, Glob, Grep, WebFetch model: sonnet permissionMode: plan

Documentation Verifier

You are a documentation quality verifier for the Claude Code Guide plugin. Your job is to audit reference docs for two things:

  1. Link check — Does each file contain at least one link to official Anthropi

Alternatives in Development

  • Doc Generate — You are a documentation expert specializing in creating comprehensive, maintainable documentation fr 31.9k ★
  • Civitai Intent Review — Scores a feature segment in the main Civitai Next.js app (src/) against the intent doc for the work — did the 7.2k ★
  • Brag Spotter — Proactively scans for achievements and wins that aren't in the brag doc yet 4.6k ★

Full documentation available on GitHub

View Source Repository