context-save

Save and preserve work session state using git synchronization.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bash, git, grep, and includes scripts (resource) components.

What problem does it solve?

The context-save skill addresses the challenge of maintaining work progress and being able to resume seamlessly, preventing data loss and time wastage due to repeated setup or context restoration.

Core Features & Use Cases

  • Git State Capture: Snapshots the current git state to allow continuation in subsequent sessions.
  • Session Continuity: Saves decisions, work, and context for a seamless experience in the next interaction.
  • Flexible Triggers: Supports a variety of commands such as 'save progress', 'save state', or 'save my work' for activation.
  • Pairing with context-restore: When used alongside context-restore, allows for an effortless transition from where the last save occurred.

Quick Start

Execute the 'save context' command to store the current context, which can later be restored for continuity in the workflow.

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 and preserve state across git sessions?

Session state preservation prevents data loss by snapshotting your ongoing work and git state. It allows you to resume tasks seamlessly in subsequent interactions without needing to manually reconstruct your previous progress.

How do I restore my saved session context after taking a break?

To save progress and preserve state, simply trigger the skill with commands like 'save context', 'save my work', or 'save progress'. It captures your current git state and session decisions to store them for later restoration.

Can I use bash and git to maintain workflow continuity for long running tasks?

Workflow continuity requires bash, git, and grep to function properly. You need an active git repository in your working directory so the skill can snapshot the current git state and synchronize your progress across sessions.

What is the best way to maintain session continuity when stopping work temporarily?

Git state synchronization captures your current repository status and ongoing work decisions to prevent data loss. It provides a snapshot mechanism that enables seamless continuation of your tasks in subsequent working sessions.

Why does context saving need a git repository to preserve my session state?

Git state synchronization captures your current repository status and ongoing work decisions to prevent data loss. It provides a snapshot mechanism that enables seamless continuation of your tasks in subsequent working sessions.