Receive context from parent or child session
Reads and integrates context from parent or child session handoff files.
/plugin marketplace add cadrianmae/claude-marketplace/plugin install context-handoff@cadrianmae-claude-marketplace<direction> [subject] [path]Read and integrate context from a parent or child session handoff file.
/context:receive parent [subject] [path]
/context:receive child [subject] [path]
Both subject and path are optional:
/tmp/claude-ctx/ if not provided/tmp/claude-ctx/ directory exists using test command# Claude Context Handoff Directory
This is an **ephemeral directory** for Claude Code session context handoff. Created by claude slash commands. '/context:send' and '/context:receive'.
{path}/ctx-{direction}-{subject}.md{path}/ctx-{direction}-*.md sorted by newest first/tmp/claude-ctx/ but can be customizedImportant: When using wildcard (no subject), files are sorted by modification time with newest first, ensuring you get the most recent context.
/context:receive parent
✓ Searching for context files: /tmp/claude-ctx/ctx-parent-to-child-*.md (newest first)
✓ Found: /tmp/claude-ctx/ctx-parent-to-child-database-migration.md (modified 2 minutes ago)
[Context displayed with parent session details]
Ready to begin focused work based on parent's context!
/context:receive child api-implementation
✓ Context received from child session
File: /tmp/claude-ctx/ctx-child-to-parent-api-implementation.md
[Context displayed with completed work summary]
Child session completed. Integrating results back.
/context:receive parent database-work ~/Documents/context/
✓ Context received from parent session
File: ~/Documents/context/ctx-parent-to-child-database-work.md
[Context displayed]
/context:send - Send context to parent/child before switching