← ClaudeAtlas

docs-architectlisted

Audit the information architecture of a documentation set against what developers and AI assistants actually need, and report what is missing. Maps existing pages to a reference model, finds gaps and orphans, checks whether code examples run, and evaluates machine readability including llms.txt and clean-markdown access. Optionally drafts the missing quickstart. Works on a docs directory, a documentation site, or a repository README. Use when asked to review or restructure documentation, to find documentation gaps, to make docs AI-readable or agent-readable, or when docs exist but developers still cannot find what they need.
agentrel/skills · ★ 0 · AI & Automation · score 75
Install: claude install-skill agentrel/skills
# Documentation architect Most documentation problems are not writing problems. The pages are fine and the structure is wrong: no path from landing to first success, reference material where a guide belongs, and nothing that answers the question a developer actually arrived with. This skill audits structure. It does not rewrite prose. ## Applies to | | | |---|---| | **Project types** | Any product with documentation — APIs, SDKs, libraries, platforms, internal tooling | | **Stage** | Docs exist but developers still ask questions the docs should answer. Also before a docs migration, or after fast feature growth has left structural gaps | | **Needs** | A docs directory, a documentation site, or a substantial README | | **Skip if** | There is no documentation yet. Write a quickstart first, then audit — this skill assesses structure, and there is no structure to assess | The common trigger is a support channel answering the same question repeatedly. That is almost always a missing page type rather than a writing problem. ## How to use ``` /agentrel:docs-architect audit this repository's docs /agentrel:docs-architect ./docs audit a specific directory /agentrel:docs-architect https://docs.acme.com audit a published site ``` Produces `docs-architecture-report.md` and a printed coverage table across the nine page types. Read-only by default. Ask explicitly if you want the missing quickstart drafted — it writes to `docs/quickstart-dr