What problem does it solve? Running multiple Claude Code sessions on one machine and getting them to exchange work is manual and error-prone: sessions need correct addressing, replies arrive asynchronously as user turns, and teardown is easy to get wrong. This Skill turns Claude Code's cross-session messaging primitive into a working loop — spawn a fleet, hand out briefs, collect replies, and tear down cleanly. ## Core Features & Use Cases - Fleet spawning with layout control: Launch N named sessions in cmux or herdr panes, workspaces, or windows via spawn-fleet.py, with verified readiness and printed teardown commands. - Address resolution and diagnostics: peer-addr.py lists live sessions, verifies messaging sockets, explains unreachable peers, and prints your own reply address. - Reply recovery and Codex bridging: peer-inbox.py recovers truncated peer replies from transcripts, and a documented relay path lets Codex contact a Claude session through a real temporary Claude relay. - Use Case: Spawn three research sessions in separate workspaces, send each a brief ending with your uds: reply address, end your turn, and receive their findings as new user turns — then hand the user the teardown block. ## Quick Start Ask Claude to spawn a fleet of named peer sessions in new workspaces, send each one a brief with your reply address, and collect their replies as they arrive.