context-restore

Restore the most recent context snapshot and apply persisted variables to the shell.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/SakshamKandel/Salt-Route-Consulting- --skill context-restore-sakshamkandel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-restore
Source: https://github.com/SakshamKandel/Salt-Route-Consulting-/tree/main/.agents/skills/context-restore
Command: npx skills add https://github.com/SakshamKandel/Salt-Route-Consulting- --skill context-restore-sakshamkandel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Restoring working context saved earlier by /context-save can be error-prone and time-consuming; this skill automatically loads the most recent saved state so you can pick up where you left off across Conductor workspace handoffs.

Core Features & Use Cases

  • Restore the most recent context snapshot across branches, enabling seamless handoffs between teammates and workspaces.
  • Works with /context-save to create and retrieve snapshots, keeping your environment consistent.
  • Supports resuming interrupted tasks by rehydrating environment state and persisted variables.

Quick Start

Invoke /context-restore to load the latest saved context and resume your work from where you left off.

Frequently Asked Questions about context-restore

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

FAQPage Schema
How do I restore bash session variables after an interruption?

To restore bash session variables, invoke the context-restore command to automatically apply the most recently saved context snapshot to your current shell. It reads saved session files and rehydrates your environment state by applying persisted variables.

Can I resume work across different Conductor workspaces and branches?

Yes, you can resume work across different Conductor workspaces and branches. Context restoration applies across branches by default and fully supports seamless handoffs between Conductor workspaces.

How does context restoration work for interrupted development tasks?

Context restoration for interrupted tasks works by reading the latest saved session file and reconstructing your environment state. It automatically applies persisted variables to the current shell, letting you pick up exactly where you left off.

Do I need to manually save my environment before I can restore it?

Yes, you need a previously saved environment to restore it. Context restoration requires a snapshot created by the context-save command, which it reads to retrieve and apply the persisted shell state.

What is the best way to hand off my working environment to a teammate?

The best way to hand off your working environment is to save your current session state and have your teammate restore it. This skill automatically loads the latest snapshot, keeping the environment consistent across workspace handoffs.