context-save

Save current project context for future agent coordination:

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

Save current project context for future agent coordination:

[Extended thinking: This tool uses the context-manager agent to capture and preserve project state, decisions, and patterns. This enables better continuity across sessions and improved agent coordination.]

## Context Capture Process

Use Task tool with subagent_type="context-manager" to save comprehensive project context.

Prompt: "Save comprehensive project context for: $ARGUMENTS. Capture:

1. **Pro
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/context-save.md \
  https://raw.githubusercontent.com/wshobson/commands/main/tools/context-save.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-save.md

Related Skills