Sync Skill
End-of-session documentation ritual. Reviews what was done and updates project docs — no commit. Run /commit after to commit everything (docs + code) split by module.
What it does
- Reviews recent git history to understand what was accomplished
- Auto-updates TODO.md (checks off completed items)
- Prepends a session summary to PROGRESS.md (newest-first; appending puts today's work first in line to be archived)
- Flags a root README over the 300-line landing-page cap, naming the sections that should move to
docs/
Usage
/sync # Update TODO.md + PROGRESS.md
/commit # Commit all changes (code + docs) split by module — local only
/commit --publish # Commit, then publish the owned branch