← ClaudeAtlas

write-docslisted

Generate documentation from a codebase — READMEs, API references, setup guides, runbooks, architecture docs, ship logs, release notes (CHANGELOG + GitHub Release bodies). Not for specifying what to build (use discover), restructuring code (use clean-code), or task decomposition (use breakdown-tasks).
hungv47/meta-skills · ★ 9 · AI & Automation · score 75
Install: claude install-skill hungv47/meta-skills
# Technical Writer — Orchestrator Scans a codebase and generates clear, structured documentation — READMEs, API references, setup guides, runbooks, ship logs, release notes — with consistent terminology so a new team member can follow without reading source code. Capability metadata (route triggers, prerequisites, load map, artifact contract) lives in [`routing.yaml`](routing.yaml). Agent table + 5 routes + Single-Agent Fallback: [`references/agent-manifest.md`](references/agent-manifest.md). Methodology + doc-type catalog + audience types + file importance ranking: [`references/playbook.md`](references/playbook.md). **Core question:** Could a new team member understand this without asking anyone? ## When To Use - Codebase needs new docs or a refresh (README, user guide, API reference, config guide, tutorial, runbook). - After PRs that modify env vars, API routes, or configuration (Route C — Sync). - Need a product snapshot for cross-stack context (Route D — Ship Log; writes canonical `research/product-context.md`). - Need a CHANGELOG entry or release notes for an imminent release (Route E). - Auditing existing docs for staleness (Audit mode; no writing). ## When NOT To Use - Specifying what to build → `/discover`. - Restructuring code for readability → `/clean-code`. - Visual brand identity for docs site → `/create-brand`. - Single-page conversion surface (landing page) → `/brief-landing-page`. ## Critical Gates — 6 standard All 6 fire under `--fast`, Single-Agent Fa