context-restore

Restore the most recently saved working context across branches.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Restores the most recently saved working context saved by /context-save.

Core Features & Use Cases

  • Load the latest saved session across projects and branches to automatically re-create your working state.
  • Seamlessly resume work after handoffs in Conductor or across multiple branch contexts without losing progress.
  • Use cases include continuing code edits, re-running last commands, and re-establishing environment state after interruptions.

Quick Start

Immediately resume your last context by invoking the /context-restore command.

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 working session after an interruption?

You can resume a working session by loading the most recently saved working context, which automatically re-creates your environment state and lets you pick up exactly where you left off.

What is workspace context restoration and how does it work for cross-branch workflows?

Workspace context restoration loads the most recent session across all branches by default, supporting Conductor handoffs and cross-branch workflows by deterministically re-establishing your saved environment state.

How do I restore a saved development context across different projects?

Restoring a saved development context across projects involves loading the latest saved session, which automatically re-creates your working state so you can continue code edits and re-run last commands without losing progress.

Do I need a specific save command before I can restore my session context?

Yes, you need a previously saved working context from a save command to restore your session context, as the restoration skill deterministically loads the most recent session state captured during the save phase.

Can I seamlessly resume work after a Conductor handoff using context restore?

Yes, you can seamlessly resume work after a Conductor handoff, as context restore satisfies the functional requirement of loading saved context deterministically during activation to support handoffs and cross-branch workflows.

What are the limitations of restoring context across multiple branches?

A key limitation of restoring context is that it loads the most recent session across all branches by default, meaning it may not target a specific older session unless explicitly managed through the save workflow.