What problem does it solve?
Keep project documentation (README, API docs, architecture notes, inline comments, migration guides, and changelogs) accurate, consistent, and aligned with code changes so users and engineers can rely on up-to-date guidance.
Core Features & Use Cases
- README updates: Refresh feature summaries, installation steps, and examples after changes.
- API documentation: Document public interfaces, parameters, return values, and usage examples.
- Architecture and migration guides: Capture design decisions, upgrade paths, and breaking changes.
- Use Case: After merging a feature that adds a new public API, update the README and API reference with usage examples and a changelog entry, and validate code samples and links.
Quick Start
Ask the document skill to update the README and API docs to reflect the latest commit by summarizing the changes and adding runnable examples.