II.
LibrarySkill overview
Reference · livelib-skill:shared--checkpoint-management
checkpoint-management overview
Git-backed state management for safe rollback. Create and restore checkpoints with tagged commits and metadata tracking.
Attributes
displayName
checkpoint-management
description
Git-backed state management for safe rollback. Create and restore checkpoints with tagged commits and metadata tracking.
libraryPath
library/methodologies/claudekit/skills/checkpoint-management/SKILL.md
contentSummary
- 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
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_covers_topic1
- topic:developer-experience·TopicDeveloper Experience (DX)
lib_implements_workflow1
- workflow:feature-development·Workflow
lib_involves_role2
- role:tech-lead·RoleTech Lead
- role:backend-engineer·RoleBackend Engineer
lib_requires_skill_area2
- skill-area:agentic-loops·SkillAreaAgentic Loops
- skill-area:orchestration-loop·SkillAreaOrchestration Loop Engineering
Incoming edges
None.