send

Package a Pod envelope and deliver session context via cmux.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Transfers context and state between Claude Code sessions by packaging the current conversation into a Pod envelope and delivering it to a target session, reducing manual handoff overhead and ensuring continuity.

Core Features & Use Cases

  • Handoff context between sessions using a Pod envelope with idempotent delivery
  • Discover and target a recipient session, then compile and ship the handoff automatically
  • Supports optional target specification and clear error handling when targets are unavailable

Quick Start

Describe what to hand off and optionally specify a target, then initiate the handoff to wrap the context in a Pod envelope and deliver it to the chosen session.

Frequently Asked Questions about send

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

FAQPage Schema
How do I hand off context from one Claude Code session to another?

You hand off context between Claude Code sessions by packaging the current conversation into a Pod envelope and delivering it to a target session via cmux. This ensures conversation continuity across sessions.

What is a Pod envelope and how does it work for session handoffs?

A Pod envelope is a packaged data structure used to wrap Claude Code session context. It enables idempotent delivery of conversation state to a target session, ensuring the context arrives safely and without duplication.

Do I need cmux installed to transfer state between Claude Code sessions?

Yes, a connected cmux workspace is required to deliver the wrapped Pod envelope payload. You also need local scripts for registry and pod operations to execute the session handoff.

How to select a target session when sending context with a Pod envelope?

You can optionally specify a target session during the handoff process. The scripts include safety checks to ensure a target is specified before sending, providing clear error handling when targets are unavailable.

What happens if no target session is specified for a Claude Code context handoff?

The handoff process includes safety checks that prevent sending if no target is specified. Clear error handling is triggered when targets are unavailable, ensuring context is not lost or misdirected.

Can I automate session handoffs in Claude Code without manual intervention?

Yes, you can automate session handoffs by describing the context to transfer and initiating the process. The system compiles the handoff body, wraps it in a Pod envelope, and delivers it via cmux automatically.