← ClaudeAtlas

hive-technical-writinglisted

Writing developer-facing prose that can be skimmed first and trusted enough to finish — READMEs, guides, tutorials, reference docs, proposals, PR descriptions, release notes. Use when creating or editing any technical document, when a doc reads as a wall of text, when claims need receipts, or when docs must serve AI agents as well as humans. Covers reader-first structure, falsifiable claims, docs-as-behavior verification, and agent-readable reference shape. For diagram choice and syntax see diagrams; for API reference semantics see api-design; for CLI help text see cli-design.
ImRaffy14/hivemind · ★ 0 · Code & Development · score 62
Install: claude install-skill ImRaffy14/hivemind
# Technical Writing: Skimmed First, Trusted Enough to Finish Developers skim before they commit. A document earns the full read by answering three questions in its first screen: what is this, why should I care, and how do I start. Everything below serves that contract. | Resource | Load when... | |----------|-------------| | `resources/doc-types.md` | Choosing what KIND of page to write — the four Diátaxis modes, tutorial-vs-how-to, the types the model omits, minimalism scoped per type | | `resources/readme.md` | Writing or overhauling a README — the cognitive funnel, short-vs-long resolved, README-driven development | | `resources/docs-quality.md` | Making docs enforceable — prose lint, executable examples, link checking, friction logs, timeless-docs, every-page-is-page-one | | `resources/agent-docs.md` | Docs serving AI agents — the honest llms.txt verdict, markdown endpoints, RAG-chunkable pages | | `resources/formatting.md` | Structural rules — titles, headings, paragraphs, lists, intros/outros, tables of contents | | `resources/references.md` | Sources for every claim above | ## One Mode Per Page The most violated rule in documentation: a page is a tutorial, a how-to, a reference, or an explanation — never a blend (Diátaxis; the full typology, the tutorial/how-to distinction most docs miss, and the model's honest limits live in `resources/doc-types.md`). Decide the mode before the first sentence; when a page fights you, it is usually two modes wearing one URL. ## Pr