context-restore

Restores the most recent saved context across all branches for resume.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Restores the last saved working context so you can resume after handoffs or interruptions without losing your place.

Core Features & Use Cases

  • Load the most recent context across all branches.
  • Seamlessly resume a session started in a different workspace or matrix.
  • Integrates with /context-save to save and reload context as you switch tasks.

Quick Start

Use this skill to restore your latest working context after finishing a task and switch back to it when needed.

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 working session across different branches?

To resume a working session across different branches, you load the most recent working context previously saved by /context-save. This restores your exact session state so you can continue exactly where you left off.

What is the best way to restore context after a workspace handoff?

The best way to restore context after a workspace handoff is to retrieve and load the last saved session state. This ensures cross-branch continuity and keeps your workflow intact without losing your previous place.

How does cross-branch context restoration work with gstack?

Cross-branch context restoration works by integrating with the gstack lifecycle to load saved state. It retrieves the most recent context saved earlier, allowing you to resume work seamlessly even after switching branches or tasks.

Can I load a saved context state from a different workspace?

Yes, you can load a saved context state from a different workspace. The restore mechanism retrieves the latest session state, allowing you to seamlessly resume a session that was started in a different matrix.

Do I need a previously saved session to restore my workflow?

Yes, you need a previously saved session to restore your workflow. This skill loads the most recent context captured by the /context-save command, ensuring you have a valid state to reload before resuming work.