context-save

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

1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/devs6186/claude-private-skills-agents-commands --skill context-save-devs6186
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-save
Source: https://github.com/devs6186/claude-private-skills-agents-commands/tree/main/skills/gstack/context-save
Command: npx skills add https://github.com/devs6186/claude-private-skills-agents-commands --skill context-save-devs6186

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Save working context. Captures git state, decisions made, and remaining work so any future session can pick up without losing a beat. Use when asked to "save progress", "save state", "context save", or "save my work". Pair with /context-restore to resume later. Formerly /checkpoint — renamed because Claude Code treats /checkpoint as a native rewind alias in current environments, which was shadowing this skill. (gstack)

Core Features & Use Cases

  • Captures git state, decisions, and remaining work to resume later
  • Pairs with /context-restore to resume sessions
  • Works with gstack prompts and progressive checkpoints

Quick Start

Invoke the context-save skill to snapshot your current context and enable seamless restoration with /context-restore.

Frequently Asked Questions about context-save

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

FAQPage Schema
How do I save my git state and work context before switching tasks?

To save your git state and work context before switching tasks, invoke the context-save skill to snapshot your current git state, decisions made, and remaining work. This captures your session progress so you can resume work instantly later without losing a beat.

What is the best way to checkpoint a development session for later restoration?

The best way to checkpoint a development session for later restoration is using the context-save skill, which persists your git state, decisions, and remaining tasks. It pairs directly with /context-restore to enable a reliable resume via a future activation.

Do I need gstack to capture and persist my current work context?

Yes, you need the gstack workflow integration to capture and persist your current work context. The context-save skill requires gstack to snapshot your git state and remaining tasks, supporting triggers like save progress, save state, and context save.

Why does the /checkpoint command not save my progress in Claude Code?

The /checkpoint command does not save your progress because Claude Code treats /checkpoint as a native rewind alias in current environments, which shadows the skill. It was renamed to context-save to avoid this conflict and properly capture your session state.

How do I resume work instantly after pausing a development session?

To resume work instantly after pausing a development session, first use context-save to capture your git state and remaining tasks, then pair it with /context-restore to pick up exactly where you left off and enable seamless restoration.