checkpoint

Capture git state, decisions, and remaining work for session resumption.

15|1|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/howdeploy/NekoFree --skill checkpoint-howdeploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: checkpoint
Source: https://github.com/howdeploy/NekoFree/tree/main/skills/checkpoint
Command: npx skills add https://github.com/howdeploy/NekoFree --skill checkpoint-howdeploy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Checkpointing saves the exact state of your coding session, including git state, decisions, and remaining work, so you can resume exactly where you left off without losing context.

Core Features & Use Cases

  • Save and resume: capture the current branch, unstaged changes, and key decisions to a centralized checkpoint.
  • Cross-session continuity: pick up across Conductor workspace handoffs between branches and sessions.
  • Proactive planning: summarize remaining work to reduce rework when returning to a task.

Quick Start

Type /checkpoint save to create a checkpoint, then /checkpoint resume to restore it later.

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 a git workflow session across different branches?

Save and resume a git workflow session by capturing the current branch, unstaged changes, and key decisions to a centralized checkpoint, then restoring it later to pick up exactly where you left off without losing context.

What is the best way to retain coding context and decisions across session boundaries?

Checkpointing captures your exact working state, including git state, decisions, and remaining work, ensuring cross-session continuity and reducing rework when returning to a task after session boundaries.

How do I create and restore a checkpoint during a Conductor workspace handoff?

Type /checkpoint save to capture the current working state and /checkpoint resume to restore the saved git state, decisions, and remaining work during a Conductor workspace handoff between branches.

Do I need Bash tooling and the gstack workflow to save my working state?

Yes, saving and resuming your working state requires Bash tooling and the gstack workflow to gather state and log outcomes across Conductor workspace handoffs and session boundaries.

Can I summarize remaining work proactively to reduce rework when returning to a task?

Yes, checkpointing summarizes remaining work proactively during the save process, capturing decisions and git state so you can reduce rework when resuming your coding session later.