checkpoint

Capture git status, decisions, and remaining work into saveable checkpoints.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Save and resume working state checkpoints. It captures 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 branch, changes, and decisions.
  • Resume precisely from the last checkpoint to maintain context after breaks or context switches.
  • Proactively suggest checkpoint points when the session is ending or context is changing.

Quick Start

Save a checkpoint now 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 sessions?

To save and resume working state across git sessions, you can record the current branch, changes, and decisions in a checkpoint to maintain context and pick up exactly where you left off.

How do I maintain context and track remaining work when switching branches?

You can maintain context when switching branches by saving a checkpoint that captures your git state and remaining work, enabling seamless cross-branch handoffs and precise session tracking for later resumption.

Can I automate workflow checkpoints to proactively save session state?

Yes, the workflow can proactively suggest checkpoint points when your session is ending or context is changing, automating the capture of your git status and decisions.

What is the best way to resume a git workflow after a break?

The best way to resume a git workflow after a break is to load a previously saved checkpoint, which restores your recorded decisions and remaining work so you can continue development without losing context.

Do I need any special dependencies to track git status and session state?

No special dependencies are required to track git status and session state, as the checkpoint mechanism operates independently to capture your working state and guide you through structured save and resume commands.