context-restore

Restore the most recent saved working context across branches and Conductor handoffs.

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

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

  • Restores the most recent context across branches so work can continue seamlessly.
  • Works across Conductor workspace handoffs and multi-branch scenarios.
  • Pair with /context-save to create a repeatable resume workflow for teammates.

Quick Start

Run /context-restore 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 switching branches?

To restore working context after switching branches, run the context-restore command to load the most recent state saved by context-save. This allows you to pick up exactly where you left off and maintain work continuity across different branches.

Can I resume work across a Conductor workspace handoff?

Yes, you can resume work across a Conductor workspace handoff by running context-restore. It applies across workspace handoffs and branch switches to load the most recent saved state, maintaining seamless continuity of your work.

What do I need to do before I can restore my work context?

Before you can restore your work context, you must have a previously saved state from running context-save. The context-restore skill requires this saved state to exist and the skill to be activated in order to load the latest context.

When should I use a context restore workflow?

You should use a context restore workflow when you need to resume, pick up where you left off, or find out where you were in a project. It is triggered naturally when asked to restore context after a branch switch or handoff.

Does restoring context work across all branches by default?

Yes, restoring context works across all branches by default. The context-restore skill loads the most recent working context saved by context-save regardless of the branch you are currently on, ensuring seamless work continuity.