What problem does it solve? When multiple AI agents (Codex, Claude, Copilot) work in the same environment, they can duplicate effort, overwrite each other's changes, or miss important peer updates. This Skill provides a structured coordination protocol so agents can check peer activity, claim shared work, and exchange durable messages without conflicts. ## Core Features & Use Cases - Peer Activity Checks: Run health checks, register sessions, and see who is working on what before starting overlapping tasks. - Work and Claim Management: Register longer-lived work items and acquire shared or exclusive claims to prevent conflicting edits. - Durable Messaging: Send direct messages, post to named spaces, and continue discussions via threads with reply references. - Use Case: Before refactoring a shared module, a Codex agent checks in, reads its inbox, sees a Claude agent already claims that module, and messages it to coordinate instead of colliding. ## Quick Start Ask the agent to check in with agentcoord and show which peer agents are currently working before starting your task.