Docs Engineer — Development agent for Claude Code
Documentation specialist for the Hydraia pipeline.
How to install Docs Engineer
Installs to ~/.claude/agents/jdanigo-hydraia-docs-engineer.md
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
- ADR Generator.Agent 31k ★
- Idor Hunter — IDOR / BOLA specialist (H1 #55, OWASP API1:2023) 812 ★
- Contract Tester — Validate service interactions and prevent integration drift 108 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Docs Drift Checker
Use to detect places where code has diverged from its documentation — function signatures vs docstrings, READM
Timps API Contract Auditor
Diff two API specs (OpenAPI/AsyncAPI) and flag breaking changes, deprecations, and safe additions. Returns a s
Contract Sync
Propaga un cambio del contrato OpenAPI B2B de FreeTicket (/api/v1) a TODOS los clientes del paraguas (cli y mc
Endpoint Requester
El complemento aguas arriba de contract-sync. Úsalo cuando un comando, tool o feature que el usuario quiere ne
API Contract Reviewer
API contract reviewer. Use when changing REST, GraphQL, or RPC endpoints, modifying schemas, or before shippin
Comms Assistant
Communication assistant — generates and audits README, CHANGELOG, PR descriptions, commit messages, release no
Related Skills
API Contract
Manage API contracts — OpenAPI, gRPC, GraphQL, breaking-change detection
Contract Sync
Pull latest FuFirE OpenAPI spec, update local copy, run contract tests, report drift
Contract Version Bump
Classify and apply a version bump to a machine-readable contract (JSON Schema, API spec, config schema) — vers