context-save

Record git state and decisions to preserve working context across sessions.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/uzumaki-inc/uzustack --skill context-save-uzumaki-inc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-save
Source: https://github.com/uzumaki-inc/uzustack/tree/main/_upstream/gstack/context-save
Command: npx skills add https://github.com/uzumaki-inc/uzustack --skill context-save-uzumaki-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill saves working context by recording git state, key decisions, and remaining tasks so future sessions can pick up exactly where you left off. This prevents loss of momentum when you pause work or switch between projects, and it pairs with /context-restore to resume later. (gstack)

Core Features & Use Cases

  • Capture your current working context, including git state and decisions made, so you can seamlessly rejoin a project later.
  • Restore context with /context-restore to continue work without re-doing setup or re-reading notes.
  • Use during long-running tasks, multi-day experiments, or when handing off work to teammates to preserve history.

Quick Start

Invoke /context-save to capture the current context and git state for seamless restoration later.

Frequently Asked Questions about context-save

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

FAQPage Schema
How do I save working context and git state to resume coding later?

To save working context and git state for session resume, you can invoke the skill to record your current decisions, remaining tasks, and repository snapshot, ensuring continuity across sessions without losing momentum.

What is the best way to preserve Claude Code session state across multiple days?

Preserving Claude Code session state across multiple days involves recording your git state and key decisions into a snapshot. This allows you to pause work or switch projects and pick up exactly where you left off later.

How do I restore context after pausing a long-running software engineering task?

To restore context after pausing a long-running task, you use the companion /context-restore command to reload the saved git state, decisions, and remaining tasks, allowing you to continue work without re-doing setup.

Does context saving work for collaborative work and team handoffs?

Yes, context saving works for collaborative work and team handoffs by capturing a snapshot of your git state and decisions, allowing teammates to seamlessly rejoin a project and preserve history without re-reading notes.

What tools are required to capture git state and decisions for state persistence?

Capturing git state and decisions for state persistence requires the Bash, Read, Write, Glob, Grep, and AskUserQuestion tools to successfully record your working context and repository snapshot.