context-restore

Restore the most recent saved working context across branches and workspace handoffs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Restores the most recent working context saved earlier by /context-save, enabling you to resume where you left off across branches and Conductor workspace handoffs.

Core Features & Use Cases

  • Loads the most recent saved state by default, allowing you to pick up where you left off.
  • Works across multiple branches and workspaces, coordinating with /context-save to ensure continuity.
  • Supports pairing with /context-save to establish reliable checkpoints before major tasks.

Quick Start

Run /context-restore to load the latest saved context and resume your work in the current 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 previous working context after switching branches?

Restoring your previous working context involves loading the most recently saved checkpoint state. This mechanism applies the saved session data to your current task context, allowing you to resume work seamlessly across branches.

What is the best way to resume a task in a new Conductor workspace handoff?

Resuming a task during a Conductor workspace handoff requires loading a previously saved context state. This process maintains continuity by fetching designated stored session data and applying it directly to your current workspace environment.

Do I need a previous session checkpoint to restore my workflow context?

Yes, restoring your workflow context requires a prior checkpoint created by a save operation. The restoration mechanism functions by locating and loading this designated saved state into your active session to establish continuity.

Can I use context checkpoints to coordinate work across multiple workspaces?

Yes, you can use context checkpoints to coordinate work across multiple branches and workspaces. The restoration process loads your designated saved state and applies it to the current task context, ensuring reliable continuity during handoffs.

Are there limitations when restoring a saved context state to a different branch?

The metadata does not specify technical limitations when restoring a saved context state to a different branch. The mechanism is specifically designed to operate across multiple branches and workspaces to maintain session continuity.