checkpoint

Save and restore named checkpoints of session progress, including tasks, decisions, and file modifications.

1|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/eroslifestyle/Claude-Orchestrator-Plugin --skill checkpoint-eroslifestyle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: checkpoint
Source: https://github.com/eroslifestyle/Claude-Orchestrator-Plugin/tree/main/github-package/skills/checkpoint
Command: npx skills add https://github.com/eroslifestyle/Claude-Orchestrator-Plugin --skill checkpoint-eroslifestyle

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows you to save the current state of your work session, including tasks, decisions, and file modifications, so you can easily resume later without losing progress.

Core Features & Use Cases

  • Save Progress: Create named checkpoints of your ongoing work.
  • Restore Progress: Load a previously saved checkpoint to continue where you left off.
  • List Checkpoints: View all saved checkpoints with their details.
  • Use Case: You're working on a complex bug fix and need to pause. Save a checkpoint named "login-bug-fix-progress" and later restore it to pick up exactly where you stopped, with all context intact.

Quick Start

Use the checkpoint skill to save your current session progress with the name "feature-development-state".

Frequently Asked Questions about checkpoint

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I save session state and restore progress when pausing complex tasks?

You can restore progress by loading a previously saved checkpoint, which reloads the exact session state, including task lists, decisions, and file modifications, allowing you to continue complex tasks seamlessly.

What is the best way to manage task lists and file modifications across multiple work sessions?

Using a checkpoint system to manage task lists and file modifications lets you save progress with custom names, list available saved states, and restore specific sessions to maintain continuous workflow.

Can I use custom names when I save a checkpoint of my current work progress?

Yes, you can use custom names when you save a checkpoint of your current work progress. The system supports both auto-generated and custom names to help you easily identify and restore specific saved states later.

How do I list available checkpoints to find a specific saved session state?

You can list available checkpoints to find a specific saved session state by viewing all saved records with their details. This allows you to browse through your saved progress and select the exact state to restore.

Does session management for complex bug fixes preserve decisions and file modifications?

Yes, session management for complex bug fixes preserves decisions and file modifications. By saving a checkpoint, the system captures the full session state, ensuring all context is intact when you restore the progress later.