checkpoint

Save and resume git repository working state checkpoints across branches.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/Santiagoisper/BOPE_VERSION_DEFINITIVA --skill checkpoint-santiagoisper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: checkpoint
Source: https://github.com/Santiagoisper/BOPE_VERSION_DEFINITIVA/tree/main/.agents/skills/gstack/checkpoint
Command: npx skills add https://github.com/Santiagoisper/BOPE_VERSION_DEFINITIVA --skill checkpoint-santiagoisper

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bash, git, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps you save and resume your working state across sessions, making sure you never lose your progress and can quickly pick up where you left off.

Core Features & Use Cases

  • Save Work: Capture the current state of your git repository, decisions, and remaining work for future reference.
  • Resume Work: Easily resume your workflow from the last checkpoint, even on different branches or workspaces.
  • Use Case: For instance, if you are working on a code project and need to step away, this Skill will ensure you can resume directly from the point where you left off.

Quick Start

To save your current work state, simply run the command /checkpoint save.

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 working state to resume work later?

Save your git working state by running `/checkpoint save` to capture repository status, decisions, and remaining work for seamless progress tracking.

What is a git checkpoint for resuming work sessions?

A git checkpoint is a saved snapshot of your repository state, decisions, and remaining work that ensures you never lose progress and can quickly resume work sessions.

Can I resume work from a checkpoint on a different git branch?

Yes, you can resume work from a checkpoint on different git branches or workspaces, allowing you to easily resume your workflow from the saved state.

Do I need bash and git installed to use checkpointing?

Yes, you need bash and git installed to use checkpointing, as the Skill depends on bash scripts and git to capture repository state for saving and resuming progress.

What's the best way to track remaining work in a git repository?

The best way to track remaining work in a git repository is to use a checkpointing workflow that captures git state and notes on remaining tasks to ensure seamless progress tracking.