context-restore

Restore the most recent saved working context across all branches.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/steadyfall/fspeek --skill context-restore-steadyfall
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-restore
Source: https://github.com/steadyfall/fspeek/tree/main/.claude/skills/gstack/context-restore
Command: npx skills add https://github.com/steadyfall/fspeek --skill context-restore-steadyfall

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 most recent saved state across branches
  • Resume after interruptions and handoffs with /context-save pairing
  • Cross-branch context restoration works with commands like /context-restore, /context-save, and /resume

Quick Start

Run the /context-restore command to load the most recent saved context and resume your 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 working context after an interruption or branch switch?

To restore working context after an interruption, use the /context-restore command to load the most recent saved state across all branches and resume your work instantly.

Can I resume work across different branches in Claude?

Yes, you can resume work across different branches in Claude by running /context-restore, which rehydrates your working state from the latest snapshot across all branches by default.

Do I need a previous snapshot to use context restoration?

Yes, you need a prior snapshot to use context restoration because /context-restore loads the working state saved earlier by the /context-save command to rehydrate your session.

What is the best way to handle workspace handoffs and resume a previous task?

The best way to handle workspace handoffs is to restore your context from the most recent /context-save snapshot, allowing you to pick up exactly where you left off after the transfer.

Does context restoration work with related commands like /resume and /where-was-i?

Yes, context restoration works with related commands like /resume and /where-was-i, which pair with /context-save to rehydrate your working state and continue your workflow.

Why does my restored context not match my latest branch changes?

Your restored context might not match your latest branch changes if the restored snapshot is outdated, because /context-restore loads the most recent /context-save state rather than live branch data.