context-save

Save git state, decisions, and remaining work to a context file.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/kunalrawat425/conductor-playground --skill context-save-kunalrawat425
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-save
Source: https://github.com/kunalrawat425/conductor-playground/tree/main/.claude/skills/gstack/context-save
Command: npx skills add https://github.com/kunalrawat425/conductor-playground --skill context-save-kunalrawat425

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

  • Persist key context data across sessions, including git state, decisions, and remaining tasks.
  • Resume work seamlessly with /context-restore.
  • Works alongside other gstack utilities to maintain continuity in long-running projects.

Quick Start

Use the skill to save your current session context now and restore it later 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 working context and git state before ending a session?

To save your working context, this skill captures your current git state, decisions made, and remaining tasks into a restorable snapshot. You trigger it by asking to "save progress" or "save state," ensuring future sessions resume without losing a beat.

What is the best way to resume work on a project after closing my terminal?

The best way to resume work is pairing this skill's saved state with the /context-restore command. While this skill persists your git state and remaining tasks, /context-restore loads that snapshot to seamlessly pick up your long-running project.

Does context-save work alongside other git workflow utilities for long-running projects?

Yes, context-save works alongside other gstack utilities to maintain continuity in long-running projects. It functions as a standalone progress tracker within your workflow, requiring no external dependencies to capture and persist your session data.

Why was the checkpoint skill renamed to context-save?

The checkpoint skill was renamed to context-save because Claude Code treats /checkpoint as a native rewind alias, which was shadowing the skill. The rename ensures the save state trigger functions correctly without conflicting with built-in environment commands.

How do I restore a saved session after restarting my development environment?

You restore a saved session by using the /context-restore command, which loads the git state, decisions, and remaining work previously captured by context-save. This combination allows you to seamlessly resume work across different development environments.

Can I use context-save without installing any external dependencies?

Yes, you can use context-save without external dependencies because it operates entirely within your environment using standard instructions. It requires no additional components or libraries to capture your working context and prepare it for restoration.