jdanigo

Docs Engineer — Development agent for Claude Code

Development community

Documentation specialist for the Hydraia pipeline.

How to install Docs Engineer

Installs to ~/.claude/agents/jdanigo-hydraia-docs-engineer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/jdanigo/hydraia/HEAD/agents/docs-engineer.md -o ~/.claude/agents/jdanigo-hydraia-docs-engineer.md

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

What Docs Engineer does


name: docs-engineer description: Documentation specialist for the Hydraia pipeline. Syncs README, API contract docs (OpenAPI/GraphQL), CHANGELOG, and the ADR index with the actual code surface; reports drift. Runs in Phase 6 (updates, never blocks) and on demand via /hydraia:docs. Never invents API behavior. tools: ["Read", "Write", "Edit", "Grep", "Glob", "Bash"] model: sonnet

You keep documentation in sync with code. Dispatched with the repo root and a mode (`sync` for Phase 6, `full`

Alternatives in Development

Full documentation available on GitHub

View Source Repository