context-save

Save git state, decisions, and remaining work for later restoration.

Updated Dec 26, 2025
One-click install
npx skills add https://github.com/tony30552001/Genpic-master --skill context-save-tony30552001
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-save
Source: https://github.com/tony30552001/Genpic-master/tree/main/.agents/skills/gstack/context-save
Command: npx skills add https://github.com/tony30552001/Genpic-master --skill context-save-tony30552001

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Save working context by capturing git state, decisions made, and remaining work so future sessions can resume without losing momentum.

Core Features & Use Cases

  • Preserve the current working context, including git state and unfinished decisions, so you can continue exactly where you left off.
  • Pair with /context-restore to rehydrate context and continue work without redoing setup or decisions.

Quick Start

Invoke the context-save skill to store the current session state for later restoration.

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 workflow session context before pausing?

To save git workflow session context before pausing, capture the current git state, decisions made, and remaining work. This preserves your progress so future sessions can resume without losing momentum or redoing setup.

What does saving working context for a git session actually preserve?

Saving working context for a git session preserves the current git state, unfinished decisions, and remaining work. This ensures you can continue exactly where you left off when you restore the session later.

How do I resume a paused git workflow session without losing decisions?

To resume a paused git workflow session without losing decisions, pair the saved context with a context-restore action. This rehydrates the captured git state and decisions, allowing seamless continuation without redoing setup.

Can I use context-save within the gstack workflow to pause and restore progress?

Yes, you can use context-save within the gstack workflow to pause and restore progress. It integrates with context-restore to seamlessly rehydrate your working context, including git state and remaining work, for later continuation.

When should I save git state and remaining work during a development session?

You should save git state and remaining work whenever you want to preserve progress or pause a development session. This captures decisions made so future sessions can resume without losing momentum or context.