checkpoint
Installation
SKILL.md
Session Checkpoint
Create a checkpoint of current work to prevent context overflow and enable seamless session resumption.
When to Use
Trigger checkpoint when:
- Context feels long (50+ message exchanges)
- Multi-agent orchestration session
- Complex multi-phase work
- Before major phase transitions
- User says "checkpoint" or "save progress"
- You estimate >60% context usage
Don't wait until context is full - checkpoint proactively!