update-docs
Installation
SKILL.md
How to Use This Skill
Invoke this skill when documentation needs updating. Scope it to a specific area or scan everything:
/update-docs— scan all project documentation/update-docs README— focus on the README/update-docs api docs— focus on API documentation/update-docs installation instructions— focus on setup/install guides
This skill delegates to two subagents:
- docs-scanner (read-only): Assesses documentation staleness and identifies inaccuracies
- docs-writer: Applies approved changes using source code as the ground truth
Documentation Updater
Update this project's documentation to accurately reflect the current state of the code. Delegates discovery to a scanner subagent and updates to a writer subagent, with user approval in between.