context-restore

Restore the most recently saved context across branches and workspaces.

2|Updated May 8, 2026
One-click install
npx skills add https://github.com/xotong/claude-marketplace --skill context-restore-xotong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-restore
Source: https://github.com/xotong/claude-marketplace/tree/main/plugins/gstack/skills/context-restore
Command: npx skills add https://github.com/xotong/claude-marketplace --skill context-restore-xotong

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Restore working context saved earlier by /context-save. Loads the most recent saved state (across all branches by default) so you can pick up where you left off — even across Conductor workspace handoffs.

Core Features & Use Cases

  • Load the latest saved context across branches and workspaces to resume interrupted tasks.
  • Pair with /context-save to establish checkpoints and rehydrate later.
  • Works across Conductor handoffs to maintain continuity in multi-person workflows.

Quick Start

Invoke the skill after saving a context with /context-save to immediately resume your latest session.

Frequently Asked Questions about context-restore

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

FAQPage Schema
How do I resume a work session after switching git branches or closing my workspace?

You can resume a work session by restoring the most recently saved context, which loads the latest checkpoint across all branches and workspaces. This rehydrates your previous state so you can pick up interrupted feature development immediately.

What is context restoration and when do I need it for debugging?

Context restoration is the process of rehydrating a previously saved checkpoint to re-enter a specific debugging state. You need it after interruptions break your working memory, allowing you to resume the exact task without rebuilding your mental model.

How do I restore a saved checkpoint to continue my workflow?

To restore a saved checkpoint, invoke the restore skill after executing a prior context-save. It automatically loads the most recent state across branches by default, letting you continue your workflow seamlessly unless you direct it otherwise.

Can I resume a task across different workspaces or Conductor handoffs?

Yes, you can resume tasks across different workspaces and Conductor handoffs. The restoration process applies the most recent saved state across these boundaries, maintaining continuity in multi-person workflows.

Do I need a prior context-save before I can restore my session?

Yes, you need a prior context-save before restoring your session. The restore skill requires an existing saved state to function and will operate with that saved state unless directed otherwise.

Can I restore a specific session checkpoint instead of the latest one?

By default, the restore skill loads the most recent saved context across all branches. You must direct it otherwise to restore a specific session checkpoint, as it automatically operates with the latest saved state.