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

Usage

/checkpoint create [name]     # Create a named checkpoint
/checkpoint list              # List checkpoints
/checkpoint restore [name]    # Restore a specific checkpoint
/checkpoint pop               # Restore the most recent checkpoint
/checkpoint clear             # Remove checkpoints
Related skills
Installs
34
GitHub Stars
77
First Seen
Jan 25, 2026