update-docs
SKILL.md
Update Project Documentation
Maintains project documentation by analyzing git history and syncing CLAUDE.md, help.md, botfather_commands.txt, and other docs with code changes.
Quick Start
git log -1 --format="%H" -- CLAUDE.md→ find baselinegit diff <hash>..HEAD --name-only→ list changed files- Read CLAUDE.md → identify sections → map changes → propose → apply → check master
Workflow
Phase 1: Discover Changes
# Find last CLAUDE.md commit
git log -1 --format="%H" -- CLAUDE.md