context-restore

Restore the most recently saved working context across branches.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Restores the most recently saved working context across branches so you can resume where you left off.

Core Features & Use Cases

  • Save and load contextual state across Conductor workspaces.
  • Resume interrupted sessions after branch changes or handoffs.
  • Pair with /context-save to create continuity between tasks.

Quick Start

Ask Claude to restore your most recent saved context to resume work across branches.

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 branches in a Conductor workspace?

To restore working context after a branch switch, this Skill loads the most recently saved state via /context-save so you can resume exactly where you left off. It requires Bash, Read, Glob, Grep, and AskUserQuestion tools to retrieve and apply the session data.

What is the best way to resume an interrupted session after a branch handoff?

Resuming an interrupted session after a branch handoff involves loading your saved contextual state. This Skill retrieves your most recent workspace data, allowing you to pick up the task immediately without manually reconstructing your previous environment.

Can I load saved workspace context across different branches?

Yes, you can load saved workspace context across different branches. This Skill is specifically designed to restore your most recently saved working context, enabling continuity between tasks and allowing you to resume work after branch changes or handoffs.

Do I need to run /context-save before I can restore my working state?

Yes, running /context-save is required before restoring your working state. This Skill loads the saved state generated by /context-save, meaning you must first save your contextual data before attempting to resume or restore it across branches.

What tools are required to restore context across branches?

Restoring context across branches requires Bash, Read, Glob, Grep, and AskUserQuestion tools. These tools allow the Skill to locate, read, and apply your saved workspace state so you can successfully resume your previous session.

When should I restore my working context in a Conductor workspace?

You should restore your working context when you want to resume interrupted sessions, restore context after a branch change, or pick up immediately after a handoff. It is useful whenever you need to maintain continuity between tasks in a Conductor workspace.