context-restore

Restore the most recent saved context from a repository.

1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/greencm/gstuck --skill context-restore-greencm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-restore
Source: https://github.com/greencm/gstuck/tree/main/output/gstack/context-restore
Command: npx skills add https://github.com/greencm/gstuck --skill context-restore-greencm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly resume your work where you left off, by restoring the context you saved previously.

Core Features & Use Cases

  • Context Restoration: Recovers the most recent saved state of your work, across all branches by default.
  • Work Resumption: Enables you to pick up where you left off, even across different Conductor workspace handoffs.
  • Use Case: If you've used the /context-save skill to save your working context and now need to resume your work, simply trigger the /context-restore skill.

Quick Start

To restore your working context, use the command: /context-restore.

Frequently Asked Questions about context-restore

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

FAQPage Schema
How do I restore a saved work context in my repository?

To restore a saved work context, trigger the context restoration command, which recovers your most recent saved state from the repository and allows you to resume work immediately.

How do I resume work after a Conductor workspace handoff?

You can resume work after a Conductor workspace handoff by restoring your work context, which recovers the most recent saved state across all branches and enables seamless work resumption.

What do I need to recover my saved state from a repository?

Recovering your saved state requires an existing context save file within the repository and appropriate access permissions to read that repository.

Does context restoration work across different git branches?

Yes, context restoration works across all branches by default, allowing you to recover the most recent saved state of your work regardless of the branch you are currently on.

Why is my work resumption failing to find a saved state?

Work resumption fails when a context save file does not exist in the repository, as the restoration process requires a previously saved state to recover your work context.

What is the best way to pick up software engineering work where I left off?

The best way to pick up where you left off is to restore your work context, which recovers the most recent saved state and enables immediate resumption of your software engineering tasks.