What problem does it solve?
This Skill solves the problem of documentation drift by generating and maintaining project docs from actual repository code, so teams do not have to guess whether their README, API reference, or changelog still matches implementation.
Core Features & Use Cases
- Initial documentation generation: Creates a practical README, architecture overview, API reference, and changelog foundation from the codebase.
- Ongoing doc synchronization: Updates only the documentation sections affected by code changes and preserves existing user-written content.
- Consistency and traceability: Enforces source-grounded documentation, cross-doc consistency checks, and changelog updates so claims remain tied to real files, functions, and routes.
- Use case: A developer changes routes, config, and exports in a project, and this Skill updates the affected docs without overwriting the rest of the documentation set.
Quick Start
Ask the agent to scan the repository and update the documentation so the README, API reference, and changelog accurately reflect the current code.