context-restore

Restore the latest saved working context from /context-save into the active workflow.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When you are interrupted mid-task, context restore brings back the most recent saved working state so you can continue without re-explaining everything.

Core Features & Use Cases

  • Resumes the latest saved state: Reloads the most recent context saved earlier by /context-save, so your next step matches where you left off.
  • Works across branches by default: Restores progress even when you switch git branches, avoiding lost work during experimentation.
  • Supports workflow handoffs: Helps you pick up correctly after orchestrator or workspace transitions, including Conductor-style handoffs.
  • Triggered by resume-style requests: Designed for prompts like “resume,” “restore context,” “where was I,” or “pick up where I left off.”

Quick Start

Ask the AI to resume your previous work by saying: "Please restore context so I can pick up where I left off."

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 an interruption?

Yes, you can restore context across git branches. The skill reloads your saved working state by default when switching branches, preventing lost progress and maintaining workflow continuity during code experimentation.

What is workflow continuity and how does checkpointing work for handoffs?

Workflow continuity via checkpointing works by capturing your active session metadata so that orchestrator and workspace transitions, including Conductor-style handoffs, can pick up correctly from the most recent saved state.

Does restoring context require a previously saved session state?

Yes, restoring context requires a previously saved session state. It functions as the reload mechanism for checkpoints created earlier, meaning you must execute a context-save action first to capture the working state before resuming.

Can I resume work after a workspace transition using session metadata?

Yes, you can resume work after a workspace transition. The skill applies session metadata to reload the latest checkpoint, ensuring orchestrated handoffs pick up correctly and continue the active workflow without losing prior progress.