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 structures documentation into a landing-page README plus a docs directory with one self-contained page per topic, complete with navigation links and review checklists. ## Core Features & Use Cases - Documentation Generation: Creates a lean README (80-120 lines) plus topic pages like getting-started, architecture, API reference, and configuration in the docs directory. - Restructuring & Auditing: Splits oversized READMEs, consolidates scattered root-level markdown files, and audits existing docs for broken links, stale content, and missing navigation. - HTML Site Export: With the --web flag, converts all markdown docs into a static HTML site using a built-in template. - Use Case: A project with a 400-line README and loose CONTRIBUTING.md and DEPLOYMENT.md files gets reorganized into a concise README, a linked docs/ directory, and an optional browsable HTML site. ## Quick Start Ask the AI to generate documentation for this project, or to audit and improve the existing README and docs directory.