context-save

Stores git state, decisions and remaining tasks in a structured snapshot for later resumption.

12|6|Updated Dec 2, 2025
One-click install
npx skills add https://github.com/shogo-labs/shogo-ai --skill context-save-shogo-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-save
Source: https://github.com/shogo-labs/shogo-ai/tree/main/packages/agent-runtime/templates/virtual-engineering-team/.shogo/skills/gstack-context-save
Command: npx skills add https://github.com/shogo-labs/shogo-ai --skill context-save-shogo-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Save your current working context including git state, decisions, and remaining tasks to allow resuming later.

Core Features & Use Cases

  • Snapshot and persist your session state so you can pick up where you left off.
  • Capture git state, decisions, and incomplete work to support deterministic restoration.
  • Use for long-running experiments or handoffs where context continuity is critical.

Quick Start

Save your current working context now so you can resume later without losing progress.

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

To save your working context, the tool snapshots your current git state, decisions, and remaining tasks into a structured state record. This allows you to resume development sessions later deterministically without losing progress or intent.

What is the best way to preserve git state and decisions for a long-running experiment?

Preserving git state and decisions for a long-running experiment requires capturing a structured snapshot of your current progress. This approach records incomplete work and session intent, ensuring recoverability and traceability when you resume the task.

Can I use a session checkpoint to hand off incomplete work to another developer?

Yes, you can use a session checkpoint for developer handoffs. By capturing your current git state, decisions, and remaining tasks, the structured snapshot ensures context continuity so the next developer can pick up exactly where you left off.

Does context-save work without external dependencies to record my session state?

Context-save works without external dependencies to record your session state. It independently stores your git state, decisions, and incomplete work, providing deterministic restoration of your development environment when needed.

How does deterministic restoration of a development session work?

Deterministic restoration works by loading a previously saved structured snapshot of your session. This snapshot includes your exact git state, decisions, and remaining tasks, ensuring you recover your working context exactly as it was without data loss.