context-restore

Restore saved working contexts from the last session.

1|Updated Jul 6, 2025
One-click install
npx skills add https://github.com/VanL/simplebroker --skill context-restore-vanl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-restore
Source: https://github.com/VanL/simplebroker/tree/main/.agents/skills/gstack/context-restore
Command: npx skills add https://github.com/VanL/simplebroker --skill context-restore-vanl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you quickly reload your previously saved working state, eliminating the need to manually re-establish your context after interruptions.

Core Features & Use Cases

  • Context Loading: Restores the most recent saved state across all branches to allow seamless resumption of workflows.
  • State Management: Loads sessions saved by /context-save, enabling users to pick up exactly where they left off.
  • Use Case: When returning to a complex project after a break, use this Skill to automatically reload your last environment, saving time and reducing errors.

Quick Start

Tell the AI to restore my saved context so I can continue my previous work without setup.

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 a session break?

You can resume your workflow by loading the saved state from your previous session. This restores your working context instantly, eliminating the need to manually re-establish your environment after an interruption.

What is the best way to resume a complex project across workspace handoffs?

Loading your saved working context is the best way to resume a complex project across workspace handoffs. It automatically retrieves your last environment to ensure consistent session management and accurate task resumption.

Can I pick up exactly where I left off without re-establishing my environment?

Yes, you can pick up exactly where you left off by loading previously saved sessions. This restores your working context instantly, saving time and reducing errors caused by manual environment reconfiguration.

Do I need a specific save command to use context restoration?

Yes, context restoration requires a state previously saved by a context-save command. It loads these saved states across all branches with minimal user effort to support reliable operation and continuous workflow.

How does state management work for continuous workflows?

State management for continuous workflows works by loading saved sessions to support breaks or workspace handoffs. It implements reliable operation with scripts, ensuring quick revival of prior states with minimal effort.