What problem does it solve?
Coordinating multiple local AI agent sessions is difficult when Claude Code profiles and OpenAI Codex threads have no shared messaging channel. This Skill discovers running sessions, routes messages through official tools or a Unix domain socket fallback, and verifies receiver-side delivery so agents can delegate and report back reliably.
Core Features & Use Cases
- Cross-provider routing: Sends messages to Claude Code sessions via official peer tools or an authenticated UDS inbox fallback, and to Codex threads via the
codex queue command.
- Delivery verification: Reads Claude transcripts and Codex SQLite stores to confirm whether a message was enqueued or entered thread history, reporting transport acceptance and receiver-side evidence separately.
- Explicit broadcast with confirmation gate: Sends to multiple explicitly listed targets only after a count confirmation, preventing accidental machine-wide broadcasts.
- Use Case: A parent Claude session delegates a subtask to a Codex thread, passes its exact reply address, and later verifies the worker's response arrived by checking the message ID in the Codex thread history.
Quick Start
Ask the agent to list local peer sessions and send a short coordination message to a specific Claude or Codex target, then verify delivery with the returned message ID.