context-save

Saves git state, decisions, and remaining work to a repository for later resumption.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps users save their current work context, including git state, decisions made, and remaining work, to allow for later resumption without losing progress.

Core Features & Use Cases

  • Git State Capture: Saves the current git state, including branch, commit information, and changes made.
  • Decision and Work State: Saves the decisions made and the work that still needs to be completed.
  • Use Case: Ideal for saving the context of a coding session, research task, or any long-running interactive task where you want to ensure you can resume exactly where you left off.

Quick Start

Run the 'context-save' command to save your current work context.

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 current git state and work context for later resumption?

To save your work context for later resumption, you can use a context-saving tool that captures your current git state, decisions made, and remaining work. This allows you to resume long-running interactive tasks exactly where you left off without losing progress.

What is captured when saving a work session context in a git repository?

Saving a work session context in a git repository captures the current git state, including branch and commit information, along with decisions made during the session and a record of the remaining work that needs to be completed.

Do I need git installed to capture my working context and decisions?

Yes, you need git installed to capture your working context. The context-saving process requires git to accurately capture and save the repository state, ensuring your progress and decisions are securely recorded for later resumption.

When should I save my coding session context and remaining work?

You should save your coding session context and remaining work during any long-running interactive task, such as a coding session or research task, when you need to pause and ensure you can resume later without losing your progress or decisions.

What is the best way to manage work resumption for long-running coding tasks?

The best way to manage work resumption for long-running coding tasks is to explicitly save your working context. Capturing the git state alongside decisions and remaining work ensures you can resume exactly where you left off without losing context.