context-restore

Restore the latest saved context across branches and Conductor handoffs.

1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/cheng80/rummipoker --skill context-restore-cheng80
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-restore
Source: https://github.com/cheng80/rummipoker/tree/main/.agents/skills/gstack-context-restore
Command: npx skills add https://github.com/cheng80/rummipoker --skill context-restore-cheng80

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Restore your recent working context saved earlier by /context-save, so you can pick up where you left off even after interruptions or handoffs.

Core Features & Use Cases

  • Loads the latest saved state across all branches, including Conductor workspace handoffs.
  • Seamlessly resumes work in the current session with minimal disruption.
  • Pairs with /context-save to store and recover context for future sessions.

Quick Start

Call /context-restore to load your most recent saved context and resume work immediately.

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 previous working context after switching branches?

To restore your previous working context, you can use a context restore command that searches across all branches and Conductor handoffs to locate and apply the latest saved session state.

What is the best way to resume an interrupted development session?

The best way to resume an interrupted development session is to load the most recent saved context, which automatically searches across all branches to find and apply your latest working state.

How does context restoration work across different branches?

Context restoration across different branches works by searching all branches and Conductor handoffs to locate the latest saved state, then applying that retrieved context to your current session.

Do I need a specific tool to save context before I can restore it?

Yes, you need to use a context save command to store your working state first, as the restore function locates and applies the most recent context saved by that specific command.

Can I recover my session state from a Conductor workspace handoff?

Yes, you can recover your session state from a Conductor workspace handoff because the restore process explicitly searches across all branches and Conductor handoffs to find the latest saved context.

Why does my context restore not find any saved session state?

Your context restore finds no saved session state if you have not previously used a context save command to store your working context, as the restore function relies on locating the most recent saved state.