context-restore

Restore saved project work context from gstack's local session storage.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When you switch git branches, hand off work to another AI workspace, or lose your session context, you have to manually retrace your steps to figure out where you left off. This Skill eliminates that tedious work by loading your most recent saved project state so you can pick up exactly where you left off.

Core Features & Use Cases

  • Cross-branch context restoration: Loads the latest saved work state across all your git branches by default, so you never lose progress when switching branches.
  • Workspace handoff support: Works seamlessly with Conductor workspace transitions, so you can resume work after handing off tasks to other AI sessions.
  • Pairs with /context-save: Complements the /context-save skill to create a full save-and-resume workflow for long-running projects.
  • Use Case: You were debugging a payment processing flow, switched to a hotfix branch to address a critical bug, and now need to pick up your test cases and open files exactly where you left off — this Skill loads that full state in seconds.

Quick Start

Use the context-restore skill to load your most recent saved work context and pick up exactly where you left off in your current project.

Frequently Asked Questions about context-restore

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

FAQPage Schema
How do I restore work context after switching git branches?

To restore work context after a git branch switch, the skill fetches the latest saved session state from local storage. It loads associated project artifacts and surfaces recent work history, enabling immediate continuation of interrupted development tasks without manual retracing.

Can I resume an interrupted coding session after a workspace handoff?

Yes, you can resume an interrupted coding session after a workspace handoff. The tool works seamlessly with Conductor workspace transitions by fetching the latest saved state from gstack's local session storage and surfacing relevant recent work history to pick up exactly where you left off.

What is the best way to recover lost session state in software development workflows?

The best way to recover lost session state is to fetch the latest saved project work context from gstack's local session storage. This mechanism loads associated project artifacts and surfaces relevant recent work history, eliminating manual retracing and enabling immediate task continuation.

Does context-restore work with gstack local session storage to load project artifacts?

Yes, context-restore works directly with gstack local session storage to load project artifacts. It fetches the latest saved session state and surfaces relevant recent work history, allowing you to pick up prior tasks exactly where you left off after context loss or branch switches.

Do I need the context-save skill to resume my project work context?

Yes, you need the context-save skill to create a full save-and-resume workflow for long-running projects. Context-restore fetches the latest saved session state and project artifacts from local session storage, which relies on prior progress saving to effectively eliminate manual retracing.