Checkpoint Resume

🌐Community
by dadbodgeoff · vlatest · Repository

This skill analyzes your resume for common issues like weak verbs and formatting problems, boosting your chances of a positive impression.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add checkpoint-resume npx -- -y @trustedskills/checkpoint-resume
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "checkpoint-resume": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/checkpoint-resume"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The checkpoint-resume skill allows an AI agent to save and restore its progress during a task. This enables agents to handle interruptions or long processes without losing their state, effectively resuming where they left off. It provides persistence across sessions, making complex workflows more manageable.

When to use it

  • Long tasks: Use when the agent needs to perform a lengthy operation that might be interrupted (e.g., generating a large document).
  • Multi-session workflows: Employ this skill if you want an agent to continue working on a task across multiple sessions or restarts.
  • Complex processes: Ideal for agents managing intricate sequences of actions where maintaining context is crucial.
  • Resource constraints: Helpful when dealing with limited resources, as the agent can save its state and resume later without consuming additional resources immediately.

Key capabilities

  • Save current state
  • Restore previous state
  • Persistence across sessions

Example prompts

  • "Save my progress on writing this email."
  • "Resume where I left off with the code generation task."
  • “Create a checkpoint before running this complex calculation.”

Tips & gotchas

The skill requires appropriate permissions to save and load data. Ensure the agent has access to persistent storage for reliable state restoration.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
dadbodgeoff
Installs
17

🌐 Community

Passed automated security scans.