← ClaudeAtlas

ai-maestro-agent-messaginglisted

Send and receive messages between AI agents using AI Maestro's messaging system. Use this skill when the user asks to "send a message", "check inbox", "read messages", "notify [agent]", "tell [agent]", or any inter-agent communication.
aiskillstore/marketplace · ★ 329 · AI & Automation · score 82
Install: claude install-skill aiskillstore/marketplace
# AI Maestro Agent Messaging ## Purpose Enable communication between AI coding agents using AI Maestro's dual-channel messaging system. Agents are identified by their agent ID or alias, with tmux session names as a fallback. Supports both SENDING and RECEIVING messages. ## CRITICAL: Inter-Agent Communication **YOU ARE AN AGENT** - This skill is for **agent-to-agent** communication, NOT human-agent communication. ### IMPORTANT: Understanding "Your Messages" When the human operator says "check your messages" or "read your messages": - **YOUR inbox** = Messages addressed TO YOUR AGENT (from anyone - operator, other agents, etc.) - **NOT the operator's inbox** = You check YOUR inbox, not the operator's **Example:** - Human says: "Check your messages" - You are agent: `backend-api` - You check: `~/.aimaestro/messages/inbox/backend-api/` (YOUR inbox) - These are messages addressed TO `backend-api` (from any sender) - You DO NOT check: The operator's inbox or any other agent's inbox ### Agent Identity - **Your inbox** = Messages addressed TO YOUR AGENT (from any sender) - **Your agent ID** = Unique identifier for this agent (can also use agent name as fallback) - **Your agent name** = The tmux session you're running in (get with `tmux display-message -p '#S'`) - **Your inbox location** = `~/.aimaestro/messages/inbox/YOUR-AGENT-ID/` or `~/.aimaestro/messages/inbox/YOUR-AGENT-NAME/` **You do NOT read:** - ❌ The operator's inbox - ❌ Other agents' inboxes - ❌ Messages not addre