What problem does it solve?
Keeps the repository's docs/ directory current and accurate so that explanations, interfaces, and architecture descriptions do not drift from the codebase as features are added, changed, or removed.
Core Features & Use Cases
- Evergreen docs: Update or create explainer pages for major features and subsystems to reflect current behavior.
- Style and organization: Enforce a consistent format with one-paragraph overviews, interface examples, how-it-works sections, Mermaid diagrams for architecture, and a references section.
- Use cases: Update docs when a feature is added or modified, document new tools under docs/tools, and revise pages touched by pull requests that change documented behavior.
Quick Start
Use the docs skill to update or create the docs/ explainer for a changed or new feature, including a one-paragraph overview, interface examples, a how-it-works section, Mermaid diagrams, and references.