context-save

Save and restore working context with git state and remaining work.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Bash, Read, Write, Glob, Grep, AskUserQuestion, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the saving and restoration of the current working context, ensuring that users can resume their work without losing progress or state.

Core Features & Use Cases

  • Context Saving: Captures the current state, decisions, and remaining work in the working environment.
  • Context Restoration: Allows users to resume their workflow from the last saved state.
  • Use Case: Ideal for developers and engineers who need to save their progress frequently, such as during code development or project management tasks.

Quick Start

To save your current context, use the command: /context-save

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 working context for code development?

To save and restore working context for code development, use an automated context save tool that captures git state, decisions, and remaining work. This ensures seamless workflow continuity by allowing you to resume your work without losing progress or state.

What is workflow continuity in project management?

Workflow continuity in project management is the ability to seamlessly resume work after interruptions by restoring the exact working state, including git status, past decisions, and remaining tasks, preventing the loss of progress or context.

How do I automate context saving in my development environment?

You automate context saving in your development environment by running a command like /context-save. The tool captures the current git state, decisions, and remaining work, storing them for seamless restoration later.

Does context restore work with Bash and Git workflows?

Yes, context restore works with Bash and Git workflows. The functionality requires Bash, Read, Write, Glob, Grep, and AskUserQuestion tools to operate, capturing your git state and working environment for seamless workflow continuity.

When do I need to save my code development progress?

You need to save your code development progress whenever you are interrupted or switching tasks during project management. Saving context captures decisions and remaining work, ensuring you can resume your workflow without losing state.