What problem does it solve? Public-facing documentation drifts out of sync with code as tools and features evolve. This Skill detects what changed in the repository, maps those changes to the right documentation pages, and keeps the docs manifest consistent. ## Core Features & Use Cases - Change Detection: Reads git diff, staged files, and status to determine exactly what changed in the codebase. - Targeted Doc Updates: Classifies changes (new tool, new feature, architecture change, installation change) and updates the matching pages in docs/public/. - Manifest Maintenance: Adds new pages and categories to docs/public/index.json and validates that every entry points to a real file. - Use Case: After adding a new cc-calendar CLI tool, run the Skill to automatically add its entry to tools/overview.md with accurate syntax pulled from the tool's own README and help output. ## Quick Start Ask the agent to run /update-docs and describe what changed, for example that you added a new cc-calendar tool.