What problem does it solve?
This Skill eliminates manual, error-prone documentation maintenance by reading specification files and source code to generate or update user and developer documentation, detect missing pages, and verify the documentation build.
Core Features & Use Cases
- Documentation coverage audit: scans docs/SUMMARY.md and reports missing or empty pages and overall coverage.
- Spec-driven page generation: creates user-friendly pages from specs and technical developer pages from code and crate-level details.
- Summary and build verification: updates SUMMARY.md when new pages are created and runs mdbook build to catch broken links or formatting errors.
- Use case: regenerate the dev architecture and chart-related user pages after interface changes to ensure published docs match the implemented code.
Quick Start
Run the doc skill with the argument user to regenerate all user guide pages and then run mdbook build to verify there are no broken links.