What problem does it solve? Keeping project documentation accurate and consistent is tedious: READMEs drift out of date, architectural decisions go unrecorded, and changelogs get skipped. This Skill standardizes the creation and maintenance of project documentation so it stays synchronized with the actual codebase. ## Core Features & Use Cases - Multiple Documentation Types: Provides ready-to-use templates for library READMEs, domain READMEs, Architecture Decision Records (ADRs), changelog entries, and JSDoc comments. - Living Specification Updates: Maintains a specs/docs-generator-implementation.md file documenting build processes, deployment, tooling, and development workflows, updated whenever configuration changes. - Consistency Enforcement: Applies a mandatory docs-generator- file naming convention and a documentation checklist covering new libraries, features, and code changes. - Use Case: After shipping a new API module, ask the Skill to update the README, add a changelog entry, write an ADR for the design decision, and refresh the implementation spec in one pass. ## Quick Start Ask the assistant to generate a README and changelog entry for the module you just finished implementing.