Checkpoint management
Skill a5c-ai/babysitter/library/methodologies/claudekit/skills/checkpoint-management
Git-backed state management for safe rollback. Create and restore checkpoints with tagged commits and metadata tracking.From its SKILL.md
npx -y skills add a5c-ai/babysitter --skill checkpoint-managementAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.3 KB, 181 tokens by cl100k_base, as published. Nobody here has run it
- Stage all current changes
- Create commit with [CHECKPOINT] prefix
- Tag with claudekit-checkpoint-{timestamp}
- Record metadata: files changed, insertions, deletions
Restore Checkpoint
- List available checkpoints by tag
- Preview changes that would be reverted
- Restore to selected checkpoint via git reset
- Verify restored state matches checkpoint
Session Isolation
Checkpoints are session-scoped. Tags created during a session can be cleaned up without affecting other work.
When to Use
- Before risky refactoring operations
- After passing quality checks (safety checkpoints)
- At the start and end of ClaudeKit sessions
- Before spec execution phases
Processes Used By
claudekit-orchestrator(session start/end checkpoints)claudekit-safety-pipeline(safety checkpoints after quality checks)
What ships with it: 1 file
380 B alongside SKILL.md
- README.md380 B