context-restore

Load the most recent saved context from any branch and summarize it.

5|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/timurgaleev/vibestack --skill context-restore-timurgaleev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-restore
Source: https://github.com/timurgaleev/vibestack/tree/main/skills/context-restore
Command: npx skills add https://github.com/timurgaleev/vibestack --skill context-restore-timurgaleev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When working across large projects, it's easy to lose track of progress after context switches. context-restore lets you load the most recently saved working context from any branch and present a concise summary so you can resume efficiently.

Core Features & Use Cases

  • Load the latest saved context from all branches and present details such as title, branch, saved timestamp, and a brief summary.
  • Notify you if the saved context belongs to a different branch than your current workspace and guide you to switch branches if needed.
  • Provide actionable next steps to continue the work, display the full saved file, or simply acknowledge the context without making changes.

Quick Start

Instruct the agent to restore your most recent saved context across branches and begin resuming work from the summary.

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 workflow context after switching branches?

Yes, you can resume work from a different branch. The context summary notifies you if the saved context belongs to a different branch than your current workspace and guides you to switch branches if needed to continue accurately.

What details are included in a resumed workflow context summary?

Restoring context requires non-destructive read-only access to saved contexts. It avoids any code changes or data leakage, ensuring your workspace remains safe while you review the summary and decide on next steps.

How do I load the latest saved checkpoint from all branches?

To load the latest saved checkpoint from all branches, instruct the agent to restore your most recent saved context. It operates across all branches by default and presents a concise summary to help you resume efficiently.

Does restoring a saved context modify my current code?

No, restoring a saved context does not modify your current code. The process requires non-destructive read-only access to saved contexts and explicitly avoids any code changes or data leakage.

What should I do if my saved context is on a different branch?

If your saved context is on a different branch, the summary will notify you of the mismatch. You can follow the guided prompts to switch to the correct branch before resuming your work.

Can I just view the full saved context file without resuming work?

Yes, you can view the full saved context file without resuming work. The skill offers actionable next steps that allow you to display the full saved file or simply acknowledge the context without making any changes.