save
Installation
SKILL.md
Save Progress Skill
Save work-in-progress and push to remote repository. Unlike /done, this keeps the task status as IN PROGRESS - perfect for:
- Switching machines (Linux → Windows)
- End of session but task not complete
- Before restarting PC
- Backing up current work
Workflow
Step 1: Show Current State
Run these commands to show what changed:
git status
git diff --stat