context-restore

Restore saved project context for agent coordination:

Content Preview
---
model: claude-sonnet-4-0
---

Restore saved project context for agent coordination:

[Extended thinking: This tool uses the context-manager agent to restore previously saved project context, enabling continuity across sessions and providing agents with comprehensive project knowledge.]

## Context Restoration Process

Use Task tool with subagent_type="context-manager" to restore and apply saved context.

Prompt: "Restore project context for: $ARGUMENTS. Perform the following:

1. **Locate Sa
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/context-restore.md \
  https://raw.githubusercontent.com/wshobson/commands/main/tools/context-restore.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/wshobson/commands

Then reference at tools/context-restore.md

Related Skills