context-save

Save project context including git state, decisions, and tasks via shell script.

1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/greencm/gstuck --skill context-save-greencm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-save
Source: https://github.com/greencm/gstuck/tree/main/output/gstack/context-save
Command: npx skills add https://github.com/greencm/gstuck --skill context-save-greencm

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill ensures that your current work context is captured, enabling a quick and easy resumption in future sessions.

Core Features & Use Cases

  • Capture Git State: preserving the current branch, code state, and other git-specific data.
  • Record Decisions and Work: capturing decisions made and remaining tasks to maintain continuity across sessions.
  • Use Case: Ideal for scenarios where you need to take a break from your work and seamlessly pick up where you left off, ensuring no progress is lost.

Quick Start

To save your current context, simply type 'context save' or select the 'save progress' option from the available skill triggers.

Frequently Asked Questions about context-save

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I preserve my git state and working context to resume tasks later?

To preserve your working context for task resumption, you can use a shell script that captures your current git state, decisions made, and remaining tasks. This requires a git repository and bash access to save your progress.

What is the best way to capture decisions and remaining tasks for work continuity?

The best way to capture decisions and remaining tasks for work continuity is by saving your current project context. This records your git branch, code state, and task notes to ensure no progress is lost between sessions.

Do I need bash access to save my project context and git state?

Yes, you need bash access and an existing git repository to run the shell script. The script relies on these dependencies to successfully capture and preserve your current working context.

How does context save handle project management across multiple sessions?

Context save handles project management across sessions by recording your git state and task notes. When you return, you can seamlessly pick up where you left off because your previous decisions and remaining tasks are preserved.

Can I use this context preservation method without a git repository?

No, you cannot use this context preservation method without a git repository. The script specifically requires a git setup to capture the current branch, code state, and other git-specific data for work continuity.