checkpoint
Installation
SKILL.md
Git checkpoint system
Manage git checkpoints (stashes) for safe code exploration and recovery.
When to invoke
- Before making risky changes or refactoring
- When you want a quick save point without committing
- To restore previous state after experiments fail
- To maintain multiple work-in-progress states