Agent Better Checkpoint
Automatically saves and restores agent state at strategic points, ensuring progress persistence and recovery from errors.
Install on your platform
We auto-selected Claude Code based on this skillβs supported platforms.
Run in terminal (recommended)
claude mcp add agent-better-checkpoint npx -- -y @trustedskills/agent-better-checkpoint
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"agent-better-checkpoint": {
"command": "npx",
"args": [
"-y",
"@trustedskills/agent-better-checkpoint"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The agent-better-checkpoint skill enhances agent reliability and recovery by creating more robust checkpoints during long tasks. It addresses issues where agents might lose progress due to interruptions or errors, ensuring they can resume from a known good state. This improves overall task completion rates and reduces the need for manual restarts.
When to use it
- Long-running workflows: When an agent is performing tasks that take significant time (e.g., data analysis, report generation).
- Unstable environments: In situations where interruptions or system errors are likely to occur during agent execution.
- Complex task chains: When agents need to perform a series of interconnected steps and losing progress in one step can derail the entire process.
- Critical operations: For tasks where data integrity and consistent results are paramount.
Key capabilities
- Creates checkpoints of agent state.
- Allows resuming from previous checkpoints.
- Improves agent reliability.
Example prompts
- "Agent, please use better checkpointing while generating this 10-page report."
- "Ensure you create a checkpoint every 5 minutes during the data processing task."
- βWhen you encounter an error, attempt to resume from the last known good checkpoint.β
Tips & gotchas
The skill requires sufficient storage space for checkpoints. Consider adjusting checkpoint frequency based on task complexity and available resources to balance reliability with performance overhead.
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.