Checkpoint
This "Checkpoint" skill verifies if a user's input meets specific criteria, ensuring data quality and preventing errors in workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add duc01226-checkpoint npx -- -y @trustedskills/duc01226-checkpoint
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"duc01226-checkpoint": {
"command": "npx",
"args": [
"-y",
"@trustedskills/duc01226-checkpoint"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The duc01226-checkpoint skill provides a mechanism to pause and resume an AI agent's execution. It allows agents to save their current state, including variables and progress, and then restore that state later, effectively creating checkpoints in the agent’s workflow. This is useful for long or complex tasks where interruptions are possible or desired.
When to use it
- Long-running processes: Use it when an AI agent needs to perform a task that might take a significant amount of time and could be interrupted (e.g., data processing, model training).
- Complex workflows: Employ checkpoints in multi-stage tasks where progress needs to be saved at each stage for easy resumption.
- Debugging: Utilize it to pause an agent’s execution at specific points to inspect its state and troubleshoot issues.
- User interruption: Allow users to interrupt a task and resume it later without losing progress.
Key capabilities
- Save current agent state
- Resume from saved state
- Manage multiple checkpoints (not explicitly stated, but implied by resuming)
Example prompts
- "Create a checkpoint named 'data_processing_stage1'"
- "Resume from the checkpoint called 'data_processing_stage1'"
- "Save current progress as 'model_training_checkpoint'"
Tips & gotchas
The skill's effectiveness depends on the agent’s ability to accurately capture and restore its state. Ensure that all relevant variables and dependencies are included in the saved checkpoint data.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.