context-save

Capture git state, decisions, and remaining work into a portable snapshot.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Save and restore a developer's working context across sessions by capturing git state, decisions made, and remaining work.

Core Features & Use Cases

  • Capture current repository state, including branch, staged/unstaged changes, and recent decisions.
  • Persist a lightweight snapshot of remaining work and context so a later session can pick up where you left off.
  • Pair with /context-restore to resume execution seamlessly.

Quick Start

Trigger context-save to capture the current 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 working context before pausing a git session?

Capture the current git state, decisions, and remaining work into a portable snapshot to save your working context before pausing a git session. This preserves your repository branch, staged changes, and tasks for later resumption.

How do I restore a project session after an interruption?

Use the /context-restore workflow to reload the saved snapshot and restore a project session after an interruption. This retrieves your previously captured git state, decisions, and remaining tasks to resume execution seamlessly.

What is the best way to track remaining work and decisions across developer sessions?

Generating a lightweight snapshot of your current repository state is the best way to track remaining work and decisions across developer sessions. This captures your git branch, recent choices, and pending tasks into a portable format.

Does context-save require any dependencies to capture git state?

No dependencies are required to capture git state with context-save. It operates independently using standard Bash, Read, Write, Glob, Grep, and AskUserQuestion components to save your repository snapshot.

When should I snapshot my git workflow and project decisions?

Snapshot your git workflow and project decisions during pauses or when resuming a project after interruptions to ensure your progress isn't lost. This allows a later session to pick up exactly where you left off.