What problem does it solve?
This skill eliminates documentation rot by ensuring your README, API docs, and CHANGELOG stay perfectly aligned with your actual source code, preventing the common issue of stale or misleading project information.
Core Features & Use Cases
- Automated Sync: Automatically generates or patches reference documentation based on current code exports and configurations.
- Drift Detection: Audits ADRs and CONTEXT.md files to report where documentation has drifted from the implementation without modifying sensitive decision records.
- Use Case: Run this after a major refactor to update your API documentation and README to reflect new module names and entry points without manual editing.
Quick Start
Use the doc-it skill to scan the current repository and apply updates to all stale reference documentation.