context-save

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Save and preserve the current working context (git state, decisions, and remaining work) so future sessions can resume without losing progress. This skill ensures continuity across Claude sessions by capturing essential state and decisions.

Core Features & Use Cases

  • Capture the repository state (branch, staged changes, and untracked files) to recreate the exact workspace later.
  • Record your decisions and pending work so you can pick up where you left off with minimal rework.
  • Pair with /context-restore to seamlessly resume a session after a break, ideal for long-running tasks or multi-day work.

Quick Start

Tell Claude to save my work now to snapshot your context, then later say restore to reload it and continue.

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 to resume a session later?

You save your working context by capturing the current git state, decisions, and remaining work. This preserves your exact environment and progress, allowing future sessions to resume deterministically without losing data.

What is the best way to preserve decisions and pending work across development sessions?

The best way to preserve decisions and pending work is to snapshot the repository state and record outstanding tasks. This ensures continuity across sessions by capturing essential state so you can pick up with minimal rework.

How do I resume a development session after a break without losing progress?

You resume a development session by pairing the saved context with a restore operation. Reloading the snapshot reconstructs the exact workspace, git state, and decisions, enabling deterministic roll-forward to continue long-running tasks.

Can I save context for multi-day development tasks and long-running work?

Yes, you can save context for multi-day development tasks and long-running work. Capturing the repository branch, staged changes, and untracked files ensures you can recreate the exact workspace and seamlessly resume later.

What does a context save capture from my git workspace?

A context save captures the repository state including the current branch, staged changes, and untracked files. It also records your decisions and pending work to recreate the exact workspace environment later.

Does context save work without any external dependencies?

Yes, context save works without external dependencies. It operates standalone to capture and preserve your current working context, relying on scripts and references to snapshot the repository state and decisions.