context-restore

Restore saved working context across sessions and branches in Conductor.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, gstack-config, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill restores your working context saved earlier, allowing you to pick up where you left off, even across different workspaces.

Core Features & Use Cases

  • Context Restoration: Loads the most recent saved state across all branches.
  • Cross-Branch Compatibility: Ensures continuity of workflow regardless of the current branch.
  • Use Case: Perfect for resuming tasks that were interrupted and require the same context from a previous state.

Quick Start

Activate the context-restore skill to resume your last session.

Frequently Asked Questions about context-restore

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

FAQPage Schema
How do I restore my working context after switching git branches?

Context restoration loads your most recent saved session state, allowing you to resume workflow seamlessly across different git branches. It operates within the Conductor workspace to retrieve previous data.

What is session management for workflow continuity in software engineering?

Session management for workflow continuity involves saving and reloading working state to avoid losing progress. This Skill restores previous context, ensuring interrupted tasks are picked up effortlessly.

Do I need specific tools to enable cross-branch context resume?

Cross-branch context resume requires git and gstack-config dependencies to function. These tools manage underlying branch logic and workspace configuration needed to load saved state.

Can I use context restoration with different tooling configurations in my workspace?

Context restoration is compatible with various tooling configurations within the Conductor workspace. It ensures workflow continuity regardless of specific setup or current branch.

When do I need to restore a saved working context across sessions?

You need to restore saved working context when resuming interrupted tasks requiring exact previous state. This Skill facilitates seamless continuation of workflow across different sessions and branches.