Agent skill
checkpoint-trigger
Natural language wrapper for checkpoint commands - automatically triggers /checkpoint:create, /checkpoint:restore, /checkpoint:list when users request checkpoint operations
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/checkpoint-trigger
SKILL.md
checkpoint-trigger
Type: WRITE-CAPABLE DAIC Modes: IMPLEMENT only Priority: Low
Trigger Reference
This skill activates on:
- Keywords: "create checkpoint", "save checkpoint", "restore checkpoint", "load checkpoint", "list checkpoints", "checkpoint", "save state", "restore state"
- Intent Patterns:
(create|save|make).*?checkpoint,(restore|load|recover).*?checkpoint,(list|show).*?checkpoint,(save|restore).*?state
From: skill-rules.json - checkpoint-trigger configuration
Purpose
Automatically trigger checkpoint commands (/checkpoint:create, /checkpoint:restore, /checkpoint:list) when users request checkpoint operations using natural language.
Core Behavior
When activated in IMPLEMENT mode:
-
Checkpoint Intent Detection
- Detect checkpoint operations from natural language
- Route to appropriate checkpoint command
-
Command Routing
- Create: "save checkpoint" →
/checkpoint:create - Restore: "load checkpoint X" →
/checkpoint:restore X - List: "show checkpoints" →
/checkpoint:list
- Create: "save checkpoint" →
Natural Language Examples
Triggers this skill:
- ✓ "Create checkpoint"
- ✓ "Save current state"
- ✓ "Restore checkpoint 3"
- ✓ "List all checkpoints"
Safety Guardrails
WRITE-CAPABLE RULES:
- ✓ Only execute in IMPLEMENT mode
- ✓ Checkpoints use git stash mechanism
- ✓ Verify clean working directory before restore
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?