checkpoint

Capture Git state, decisions, and remaining work into checkpoints.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Save and resume your working state by capturing the current Git state, decisions made, and the remaining work, so you can pick up exactly where you left off.

Core Features & Use Cases

  • Save current context including git status, uncommitted changes, and recent decisions.
  • Resume from the exact point across branches or Conductor workspace handoffs.
  • List, review, and manage checkpoints to plan next steps.

Quick Start

Save your current work with /checkpoint save and resume later with /checkpoint resume.

Frequently Asked Questions about checkpoint

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

FAQPage Schema
How do I save and resume my working state across Git branches?

To save and resume your working state across Git branches, capture the current git status, uncommitted changes, and recent decisions in a checkpoint. This records your session state to guide you back into your next steps exactly where you left off.

What is the best way to preserve context when handing off work between Conductor workspaces?

The best way to preserve context during Conductor workspace handoffs is to record a checkpoint capturing your current Git state and remaining work. This provides a structured summary to guide the next workspace back into the session.

How do I manage saved checkpoints to plan my next development steps?

You can list, review, and manage saved checkpoints to plan your next development steps. This organizes your recorded Git state and decisions, providing a structured summary to guide you back into the remaining work.

Does this checkpoint tool require any specific dependencies to capture my Git session?

No specific dependencies are required to capture your Git session state. The checkpoint tool operates independently to record your current Git status, uncommitted changes, and recent decisions for later resumption.

Why should I use a checkpoint instead of just committing my work in progress?

You should use a checkpoint instead of committing work in progress because it captures decisions made and remaining work alongside your Git state. This provides a structured summary to anchor context across branches or handoffs without altering your commit history.