What problem does it solve? Documentation goes stale in two ways: it drifts from style rules (hard-wrapped prose, dead links, history narration) and it stops matching the actual code (renamed commands, changed module structure, broken examples). This Skill sweeps both problems across the entire gokit doc surface. ## Core Features & Use Cases - Standards pass: Repairs AI-generated hard wraps, removes history/plan narration, and preserves intentional Markdown structure like tables, lists, and mermaid diagrams. - Accuracy pass: Verifies docs against the real codebase — Makefile targets, module lists in PACKAGES.md and MODULE-INDEX.md, go.work membership, and compilable examples. - Clarity pass: Rewrites prose for scannability with task-first ordering, plain language, runnable examples, and mermaid diagrams where they clarify architecture. - Use Case: Before a release, run the Skill over the whole docs/ tree to sync commands, fix stale links, and commit the result as a clean docs: Conventional Commit. ## Quick Start Ask the AI to review and update the gokit documentation in docs/ so it matches the current code and follows the doc style rules.