What problem does it solve? Writing consistent, complete project documentation is tedious and often results in hollow READMEs with placeholder text, missing examples, and no clear structure. This Skill automates the creation of professional README files and sub-documents by detecting the project type and applying the right documentation strategy. ## Core Features & Use Cases - Automatic Project Type Detection: Scans package.json, setup.py, go.mod, and directory structures to classify projects as library/SDK, CLI tool, web application, plugin, or hybrid. - Strategy-Driven Generation: Applies type-specific chapter templates, split thresholds, and example rules; README stays under 120 lines as an index hub while details split into sub-documents like api-reference.md or configuration.md. - Quality Enforcement: Built-in checks (Q-01 to Q-06 forbidden patterns, P-01 to P-06 professionalism rules) eliminate placeholders, vague statements, and examples without input/output. - Use Case: Point it at a newly built CLI tool with no docs; it detects the CLI type, generates a README with quick-start terminal output examples, plus command-reference.md and configuration.md when thresholds are met. ## Quick Start Ask the agent to generate a README and full documentation for this project, and it will scan the codebase, confirm the project type, and produce the document set.