context-restore

Restore the latest saved session context across branches and workspaces.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Restore the current working context from a saved checkpoint so you can continue where you left off. It loads the most recent state saved by /context-save, across branches and handoffs.

Core Features & Use Cases

  • Restore the latest saved context across branches and Conductor workspaces to resume work seamlessly.
  • Pair with /context-save to create round-trip checkpoints for multi-step tasks.
  • Use in interruptions or handoffs between teammates or workflows.

Quick Start

Invoke the /context-restore command to load the latest saved context and resume your workflow.

Frequently Asked Questions about context-restore

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

FAQPage Schema
How do I resume my Claude Code workflow after an interruption?

To resume your Claude Code workflow after an interruption, restore your latest saved session context to load the most recent checkpoint and continue your work seamlessly.

Can I restore saved context across different git branches?

Yes, you can restore saved context across different git branches, enabling cross-branch handoffs and multi-workspace continuity by reading the latest saved state.

How do I load a saved checkpoint state in Claude Code?

You load a saved checkpoint state by invoking the restore command, which reads the latest saved state and reinstates it using Bash, Read, Glob, Grep, and AskUserQuestion tools.

What is the best way to handle context handoffs between teammates?

The best way to handle context handoffs between teammates is pairing save and restore commands to create round-trip checkpoints for multi-step tasks and workspaces.

Do I need a previously saved state to restore my working context?

Yes, you need a previously saved state from a save command to restore your working context, as the tool specifically reads and reinstates the most recent checkpoint.

Why does context restore load the most recent session state?

Context restore loads the most recent session state to ensure you resume exactly where you left off, automatically selecting the latest checkpoint without manual file searching.