context-save

Save git state, decisions, and remaining work for seamless session resumption.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Save working context, including git state and decisions, so future sessions can resume without losing momentum.

Core Features & Use Cases

  • Capture current repository state, uncommitted changes, decisions, and remaining work to maintain continuity across sessions.
  • Pair with /context-restore to reconstruct the exact planning context and continue work without re-doing early steps.
  • Useful after long planning sessions or when overlapping tasks require pausing work and returning later.

Quick Start

Tell Claude Code to save your current context (git state, decisions, and remaining work) so you can resume 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 git working context before switching tasks?

You can save git session context by capturing the current repository state, uncommitted changes, decisions, and remaining work. This ensures that when you pause work or switch tasks, a future session can resume without losing momentum or re-doing early steps.

What is the best way to resume a paused git workflow without losing decisions?

The best way to resume a paused git workflow is to pair this context-save skill with /context-restore. Saving captures your exact planning context and decisions, while the restore path reconstructs that state so you can continue work seamlessly without re-doing early steps.

Can I use this to save context during long planning sessions with overlapping tasks?

Yes, this skill is specifically useful after long planning sessions or when overlapping tasks require pausing work. It captures your git state and decisions so you can return later and resume the exact planning context without disruption to ongoing processes.

Does saving working context disrupt ongoing git processes or repository state?

Saving working context requires precise state capture and minimal disruption to ongoing processes. It captures the current repository state and uncommitted changes without altering them, so the restore path remains predictable and reliable for future sessions.

How do I restore a saved git session and continue work?

To restore a saved git session, you pair this skill with /context-restore, which reconstructs the exact planning context and decisions you captured earlier. This allows you to continue work without re-doing early steps or losing momentum across environments.