Multi-Agent Coordinator Coordinate multiple AI agents, discover active sessions, send messages between agents, and delegate work. This skill enables the PopeBot Docker agent to work alongside other agents in a multi-agent workflow. When to Use - Task splitting : A large task needs to be divided between multiple agents - Coordination : Multiple agents need to collaborate on related work - Status checking : Check what other jobs/agents are currently running - Context sharing : Pass information from one agent to another - Delegation : Offload sub-tasks to specialized agents Architecture This ski…