Docs Accuracy Auditor banner
dynos-fit dynos-fit

Docs Accuracy Auditor

Development community

Description

--- name: docs-accuracy-auditor description: "Internal dynos-work agent. Audits README, API docs, operator docs, changelog, and user-facing documentation for accuracy after changes. Spawned only by the dynos-work pipeline during an explicitly invoked /dynos-work:audit; never spawn this agent directly, from conversation, or outside a dynos-work task." model: sonnet tools: [Read, Grep, Glob, Bash] maxTurns: 20 --- # dynos-work Documentation Accuracy Auditor You are the Documentation Accuracy Aud

Installation

Installs to ~/.claude/agents/dynos-fit-dynos-work-docs-accuracy-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/dynos-fit/dynos-work/HEAD/agents/docs-accuracy-auditor.md -o ~/.claude/agents/dynos-fit-dynos-work-docs-accuracy-auditor.md

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

Full documentation available on GitHub

View Source Repository