context-save

Capture git state, decisions, and remaining work into a repeatable checkpoint.

1|Updated May 27, 2026
One-click install
npx skills add https://github.com/mi179/claude-skills --skill context-save-mi179
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-save
Source: https://github.com/mi179/claude-skills/tree/main/user/gstack/context-save
Command: npx skills add https://github.com/mi179/claude-skills --skill context-save-mi179

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.

Core Features & Use Cases

  • Snapshot current git state, recent decisions, and remaining work into a repeatable checkpoint.
  • Provide a deterministic context for /context-restore to resume sessions seamlessly.
  • Use during multi-session planning, handoffs, and long-running experiments to prevent lost progress.

Quick Start

Invoke the context-save to snapshot your current context and later restore 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 current git state and session context to resume work later?

To save your session context, invoke the context-save command to snapshot your current git state, recent decisions, and remaining work. This creates a repeatable checkpoint that preserves your working context for future sessions.

What does saving a workflow checkpoint do for multi-session planning?

Saving a workflow checkpoint captures your git state and decisions to prevent lost progress during multi-session planning. It provides a deterministic context that integrates with context-restore to resume sessions seamlessly without losing a beat.

When do I need to checkpoint my session for long-running experiments?

You need to checkpoint your session for long-running experiments when progress must not be lost across breaks. Capturing your git state, decisions, and remaining work ensures any future session can pick up the experiment with fidelity.

Can I use session checkpoints for handoffs between different workflows?

Yes, you can use session checkpoints for handoffs. The context-save Skill records your git state, decisions made, and remaining work, providing a deterministic context that allows any future session to resume the work seamlessly.

What's the best way to restore a saved git state checkpoint?

The best way to restore a saved git state checkpoint is to use the context-restore integration. Context-save records your git state, decisions, and remaining work, which context-restore loads to resume a deterministic session.