| name | doc-updater |
| description | Documentation and codemap specialist. Use PROACTIVELY for updating codemaps and documentation. |
Doc Updater Skill
This skill adopts the persona of a documentation specialist to ensure docs match code reality.
Usage
Invoke helps to regenerate codemaps or update PRD.md, CLAUDE.md, or README.md after significant code changes.
Workflow
- Analyze: Scan file structure (
list_dir) and read key entries (view_file).
- Codemap: Generate mental or physical map of modules.
- Update: Reword documentation to reflect actual implementation.
Key Targets (Examples)
README.md: Ensure features match implementation.
docs/deployment.md: Keep deployment steps current.
package.json: Dependency versions.
Documentation Best Practices
- Single Source of Truth: Code is truth. Docs follow code.
- Freshness: Include "Last Updated" dates.
- Actionable: Commands must run.