context-save

Capture git state, decisions, and remaining work into session checkpoints.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Saves and preserves your current working context, including git state and key decisions, so you can resume exactly where you left off.

Core Features & Use Cases

  • Deterministic checkpoints of your session state, decisions, and remaining work to avoid context loss.
  • Integrates with gstack workflows to enable quick restoration across plan and interactive modes.
  • Use cases include pausing complex tasks and resuming later without redoing planning or context gathering.

Quick Start

Invoke /context-save to capture your current git state, decisions, and remaining work for a seamless resume.

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?

Capture your git working context by recording the current session state, decisions made, and remaining work as a deterministic checkpoint, ensuring you can resume your complex coding or planning task later without context loss.

What is a git session checkpoint and when do I need one?

A git session checkpoint is a deterministic snapshot of your current working state, decisions, and remaining tasks. You need one during coding, research, or planning sessions when you must pause complex tasks and resume later without redoing work.

Does context-save work with gstack plan and interactive modes?

Yes, context-save integrates seamlessly with gstack workflows to enable quick restoration of your working context across both plan and interactive modes, ensuring plan-mode safety while preserving your session state.

How do I restore a working session after pausing a complex coding task?

You restore a working session by invoking a clean context restore from a previously saved checkpoint, which reloads your exact git state, decisions, and remaining work to resume exactly where you left off.

Are there limitations to preserving working context across different git states?

The context preservation mechanism relies on deterministic recording of git state and decisions, so limitations may arise if the underlying repository state changes externally or if the session is not properly checkpointed before switching tasks.