context-restore

Load saved context checkpoints from /context-save across branches.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Restore saved working context from /context-save. Loads the most recent checkpoint and presents it so the user can resume work.

Core Features & Use Cases

  • Load the most recent saved context from /context-save across ALL branches to resume work quickly.
  • Load a specific saved context by title fragment or index and present a clear summary, remaining tasks, and notes.
  • Non-destructive: reads checkpoint files without modifying project state and supports cross-branch resume.

Quick Start

Invoke /context-restore to load the most recent saved context across all branches.

Frequently Asked Questions about context-restore

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

FAQPage Schema
How do I resume work from a saved context across different git branches?

To resume work across branches, load the most recent saved context from your checkpoint files. This reads the saved state without modifying code, presenting a summary, remaining tasks, and notes so you can quickly pick up where you left off.

Can I restore a specific saved checkpoint by title or index instead of the latest one?

Yes, you can restore a specific saved checkpoint by selecting it using a title fragment or index number. This loads the exact working state you need and presents its summary, remaining work, and notes without altering your project state.

What does restoring a saved context do to my current project state?

Restoring a saved context is non-destructive. It reads the checkpoint files without modifying your project state or code, simply presenting the summary, remaining work, and notes to help you mentally resume the task.

When do I need to restore a saved working context?

You need to restore a saved working context when you are switching between tasks or branches and need to quickly resume a previous session. It loads your checkpoint data to present pending tasks and notes without modifying code.

Does cross-branch context restoration require any special dependencies?

Cross-branch context restoration requires no special dependencies. It operates by reading saved checkpoint files to load your working state, remaining tasks, and notes across all branches without needing additional setup or tools.

What is the best way to load saved context files without modifying code?

The best way to load saved context files without modifying code is to use a non-destructive checkpoint restore operation. It reads the saved data across all branches and presents the summary, remaining work, and notes safely.