What problem does it solve?
Enforces documentation standards and structure for this project. This Skill helps enforce consistent documentation practices across screens, guides, and architecture, preventing duplicates and ensuring findings are searchable and DRY.
Core Features & Use Cases
- Section-level tools: Enables efficient search, retrieval, and updates to specific sections without loading entire files.
- Templates & workflows: Provides templates and workflows for screen docs, architectures, and guides to ensure a consistent structure.
- DRY & structure enforcement: Prevents duplicates and organizes docs according to the project structure.
Quick Start
Start by scanning your docs for a topic with the doc-search tool, then use doc-get-section to retrieve a section, and doc-update-section to modify it. Follow the workflows in references/workflows/ and templates in assets/templates/ to create or update docs. For example, to add a new Home screen doc, create docs/screens/home/README.md using the screen templates, and validate with the rules in references/rules.md.