What problem does it solve? When multiple AI agents work in the same OpenAgents workspace, it is unclear which agent can do what, how to hand off tasks, and how to share data without stepping on each other. This Skill provides the operational patterns for agent discovery, capability mapping, delegation, and cross-agent data exchange. ## Core Features & Use Cases - Capability Matrix: Distinguishes shared MCP resources (BridgeKit, Playwright, workspace files) from per-agent local resources (gh CLI, Railway tokens, git repos) so tasks route to the right agent. - Delegation Patterns: Provides handoff workflows using @mentions, workspace chat, and workspace files, including parallel dispatch for independent tasks. - Agent Setup & Verification: Checklists for onboarding a new agent with gh CLI, Railway tokens, and MCP tool verification. - Use Case: Agent A finishes code and pushes to GitHub, then @mentions Agent B to pull the repo and run the Railway deployment, with results reported back in workspace chat. ## Quick Start Check which agents are online and delegate the Railway deployment to the agent that has a local Railway token configured.