context-restore

Restore the most recent saved context across branches and workspaces.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Context switching and reloading project state across branches and handoffs is error-prone and time-consuming. This skill automates restoring the most recent context. It makes it easy to continue where you left off, even when moving between Conductor workspaces.

Core Features & Use Cases

  • Load the most recent saved context across branches by default.
  • Seamless handoff support between Conductor workspaces.
  • Pair with /context-save to resume exactly where you left off.

Quick Start

Ask Claude to restore the most recent context saved by /context-save.

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 your working context, this skill loads the most recent saved state across all branches by default, allowing you to pick up exactly where you left off without manual reloading.

Can I resume work seamlessly across different Conductor workspaces?

Yes, you can resume work seamlessly across different Conductor workspaces. The skill supports cross-workspace handoffs by loading the latest saved context into your new environment.

Do I need to use a specific command before restoring my session?

Yes, you need to use /context-save beforehand. This skill integrates directly with /context-save to fetch and apply the most recent working state to your current session.

What is the best way to handle cross-workspace handoffs without losing project state?

The best way to handle cross-workspace handoffs is to load your latest saved context automatically. This restores your previous working state, preventing errors and saving time during transitions.

Does context restore apply to all branches by default?

Yes, context restore applies across all branches by default. It retrieves the most recent saved state regardless of the branch you are currently working on.