What problem does it solve? When multiple coding agents run in parallel across machines, they cannot see or coordinate with each other. This Skill lets a session discover, name, message, spawn, and close other DevThrottle sessions attached to the same gateway. ## Core Features & Use Cases - Session discovery and naming: List every session across attached computers, inspect this session's identity with whoami, and rename sessions so parallel work stays distinguishable. - Queued inter-session messaging: Send rate-limited messages to parent or child sessions, read the inbox, and request replies with --reply-wanted without interrupting running work. - Session lifecycle control: Spawn new sessions with explicit ownership (--controlled-by self or --standalone --why) and flag finished sessions for graceful removal with session done. - Use Case: A coordinator session spawns a test-runner session on another machine, asks it which database schema is loaded via a reply-wanted message, reads the answer from its inbox, and flags the worker for removal when done. ## Quick Start Ask the agent to list all running DevThrottle sessions and send a message to one of them using cc-devthrottle.