context-restore

Restore the latest saved workspace context across branches and machines.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Restore the most recent working context saved earlier by /context-save, so you can seamlessly resume across branches and machines.

Core Features & Use Cases

  • Load the latest saved state across all branches by default, enabling you to pick up where you left off.
  • Pair with /context-save to maintain a reliable continuity when switching devices or handoffs in Conductor workspace.
  • Use case: after a break or a move to a new machine, load your last checkpoint and continue without redoing steps.

Quick Start

Ask Claude to run the context-restore skill to load your most recent saved state and resume work.

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 workspace context after switching machines?

To restore workspace context after switching machines, load the latest saved state to seamlessly resume work. It retrieves the most recent checkpoint across all branches by default, allowing you to pick up exactly where you left off without redoing previous steps.

What is the best way to resume work across different git branches?

The best way to resume work across branches is to load the most recent saved checkpoint, which automatically restores the latest workspace context across all branches by default. This enables seamless continuation of your development tasks after handoffs or breaks.

Do I need a prior save workflow to restore my working context?

Yes, you need a prior save workflow to restore your working context. The restore process relies on a previously saved checkpoint to load the state, meaning you must save your workspace context before you can retrieve and resume it across sessions.

How does context checkpoint loading work across sessions?

Context checkpoint loading works by retrieving the most recently saved workspace state and applying it to your current session. It loads the latest state by default across all branches and machines, integrating with context-management features to enable seamless continuation after handoffs.

Can I use context restore to pick up work after a device handoff?

Yes, you can use context restore to pick up work after a device handoff. It loads the most recent saved state across machines by default, allowing you to maintain reliable continuity and continue your workflow without needing to redo prior steps.