context-save

Save current Git state, decisions, and remaining work for later resumption.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Saving your current progress across steps, branches, and tasks by recording the Git state, decisions made, and remaining work so you can resume later without losing momentum.

Core Features & Use Cases

  • Capture git state, decisions, and remaining work to resume where you left off
  • Pair with /context-restore to reload your previous session
  • Useful for handoffs, long-running tasks, or interruptible workflows

Quick Start

Tell the skill to save your current session context to resume 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 session context to resume a long workflow later?▼

Saving session context involves recording your current Git state, decisions, and remaining work. This captures your workflow progress so you can resume long-running tasks later without losing momentum or repeating previous steps.

What is the best way to preserve Git state and decisions for task handoffs?▼

The best way to preserve context for handoffs is to capture the Git state and decisions in a saved session. This records remaining work and critical choices, allowing another session to pick up exactly where the previous one left off.

Can I restore a previously saved session context after an interruption?▼

Yes, you can restore a previously saved session context using the /context-restore action. This reloads your preserved Git state and decisions, allowing you to resume interruptible workflows directly from where you left off.

Does saving workflow context require integration with the SKILL.md frontmatter?▼

Yes, saving workflow context requires integration with the SKILL.md frontmatter. This integration allows the skill to properly store your session data and support the corresponding restore action to resume your work later.

When should I save my working context during interruptible workflows?▼

You should save your working context during long sessions, task handoffs, or interruptible workflows. Capturing the Git state and remaining work at these critical points ensures you can resume effectively without losing progress or decisions.