What problem does it solve? Project documentation often becomes a bloated README or scattered markdown files that are hard to navigate and quickly go stale. This Skill generates and maintains a structured documentation set: a lean landing-page README plus detailed topic pages in a docs directory, with consistent navigation and review checklists. ## Core Features & Use Cases - Documentation Generation: Creates a ~80-120 line README landing page plus self-contained topic pages (getting-started, architecture, API, configuration) with prev/next navigation and See Also sections. - Split & Consolidation: Splits oversized READMEs into docs pages and consolidates scattered root-level markdown files (CONTRIBUTING.md, DEPLOYMENT.md) into the docs directory with user approval. - Audit & HTML Export: Audits existing docs for broken links, stale content, and standards compliance, and optionally generates a static HTML site via the --web flag. - Use Case: A developer with a 300-line README asks to reorganize it; the Skill proposes a split, moves detailed sections into docs/ pages with navigation, rewrites the README as a landing page, and runs a review checklist. ## Quick Start Ask the assistant to generate or update the project documentation, optionally passing the --web flag to also produce an HTML version.