checkpoint

Save Git state, decisions, and remaining tasks to resume work.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/2300031147/clawopencode --skill checkpoint-2300031147
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: checkpoint
Source: https://github.com/2300031147/clawopencode/tree/main/skills/checkpoint
Command: npx skills add https://github.com/2300031147/clawopencode --skill checkpoint-2300031147

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Save and resume working state by capturing git state, decisions made, and remaining work so you can pick up exactly where you left off — even across Conductor workspace handoffs between branches.

Core Features & Use Cases

  • Save checkpoints that record the current git branch, working tree status, and recent decisions to a local history.
  • Resume from the latest checkpoint to restore context and continue work without re-deriving prior steps.
  • Share or transfer checkpoints across branches and teammates to maintain continuity in collaborative workflows.

Quick Start

To save, run /checkpoint save with an optional title like "auth-refactor" to create a checkpoint and a summary of your context.

Frequently Asked Questions about checkpoint

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

FAQPage Schema
How do I save my git workflow state to resume work exactly where I left off?

To save your git workflow state, run a checkpoint save command with an optional title. It records the current branch, working tree status, and recent decisions to local history, allowing you to resume work seamlessly in future sessions.

What is a git session checkpoint and when do I need it?

A git session checkpoint captures your current branch, decisions made, and remaining tasks. You need it during multi-branch workflows or Conductor handoffs to ensure continuity and restore context without re-deriving prior steps.

Can I use checkpoints to transfer working state across branches and teammates?

Yes, you can share or transfer checkpoints across branches and teammates. This maintains continuity in collaborative workflows by exposing a clear resume workflow that restores context for the next session.

How do I resume work from a saved checkpoint?

You resume work by running the resume command from the latest checkpoint. It reads from the local checkpoints directory to restore your context and remaining tasks, allowing you to continue work immediately.

Does the checkpoint skill require any external dependencies to manage git state?

No, the checkpoint skill requires no external dependencies. It reads and writes to local history and maintains a dedicated checkpoints directory to manage your git state and decisions independently.