What problem does it solve?
This skill enables teams to generate and maintain documentation that adheres to a consistent, high-quality standard across tutorials, how-tos, references, explanations, ADRs, and runbooks. It addresses the pain points of scattered notes, inconsistent terminology, and outdated docs by providing structured guidance and templates.
Core Features & Use Cases
- Template-driven documentation: Creates consistent docs aligned with the project's style guide.
- Doc-type guidance: Supports tutorials, how-tos, references, explanations, ADRs, and runbooks with clear structures.
- Visual integration: Encourages inline Mermaid diagrams and PlantUML diagrams for reproducible visuals, and cross-referencing between docs.
- Quick editing: Helps update docs in PRs when code changes occur and ensures documentation coverage for API endpoints, configurations, and architecture.
Quick Start
Read references/documentation-guide.md to understand the standards. Then draft your documentation by selecting a doc type (Tutorial, How-to, Reference, or Explanation) and applying the recommended structure. Finally, run the docs-check script to validate updates and publish to your repository.