context-save

Capture and restore gstack agent workflow context on Windows 11.

34|6|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/thanh-abaii/gstack-windows-port --skill context-save-thanh-abaii
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-save
Source: https://github.com/thanh-abaii/gstack-windows-port/tree/main/skills/gstack-context-save
Command: npx skills add https://github.com/thanh-abaii/gstack-windows-port --skill context-save-thanh-abaii

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the issue of maintaining and recovering the working context in gstack agent workflows on Windows 11, ensuring seamless transition between sessions.

Core Features & Use Cases

  • Context Capture: Saves the current git state, decisions, and work in progress.
  • Session Restoration: Enables resuming work from a previous session without losing progress.
  • Use Case: Ideal for developers using gstack to manage complex workflows and need to save and restore their work reliably on Windows 11.

Quick Start

To save the current context, simply invoke the /context-save command in your 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 and restore my git workflow context between sessions on Windows 11?

Capturing git workflow context on Windows 11 involves saving your current git state, decisions, and work in progress, allowing you to seamlessly resume your previous session without losing progress.

What does it mean to capture the working context of an agent workflow?

Capturing agent workflow context means saving the current git state, user decisions, and active work in progress, ensuring that complex development workflows can be seamlessly resumed across different sessions.

Do I need Python and PowerShell to run context save operations within gstack?

Yes, executing context save operations within gstack requires both Python and PowerShell installed on your Windows 11 system to handle the underlying scripts and ensure workflow persistence.

How do I resume a previous gstack agent workflow without losing my git state?

Resuming a gstack agent workflow without losing your git state involves invoking a context restoration command, which reloads your previously saved decisions and work in progress directly into the active session.

When should I use a dedicated context save tool for gstack workflows?

Using a dedicated context save tool for gstack workflows is necessary when managing complex development processes on Windows 11, ensuring reliable persistence of git state and user decisions across multiple sessions.