context-restore

Load the most recent saved working context across all branches.

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

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. Use when asked to "resume", "restore context", "where was I", or "pick up where I left off". Pair with /context-save. Formerly /checkpoint resume — renamed because Claude Code treats /checkpoint as a native rewind alias in current environments. (gstack)

Core Features & Use Cases

  • Loads the most recent saved context across all branches, enabling quick session restoration after handoffs.
  • Works across Conductor workspace handoffs, letting you resume on a different machine or branch without losing progress.
  • Pairs with /context-save to establish a reliable save-and-restore workflow for long-running sessions.

Quick Start

Run /context-restore to load the most recent saved context from across all branches 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 working context after a branch handoff?

Running /context-restore loads the most recent saved working context across all branches, applying it to your current session so you can pick up where you left off.

What does it mean to restore working context across branches?

Restoring working context across branches means loading the latest saved session state from a different branch, enabling you to resume development seamlessly after a workspace handoff.

Can I use context restore to pick up work on a different machine in Conductor?

Yes, context restore works across Conductor workspace handoffs, allowing you to load saved context and resume your workflow on a different machine or branch without losing progress.

Do I need to save context before I can restore it?

Yes, you must pair /context-restore with /context-save. The restore skill reads the saved context artifact generated by /context-save to select and apply the latest working state.

What are the limitations of restoring context across branches?

Context restore is limited to loading artifacts created by /context-save. It selects the latest saved state across branches but cannot reconstruct unsaved session progress or context.