From aim
Add an agent to the current AIM session. Creates a new session automatically if none exists. Use when the user runs /aim:add.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aim:addThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Add an agent to the current session. If no session exists, one is created automatically with this agent as the first member.
Add an agent to the current session. If no session exists, one is created automatically with this agent as the first member.
/path/to/project/path/to/project:custom-nameuser@host:/path/to/projectuser@host:/path/to/project:custom-nameAgent names are derived from the last directory component unless an alias is provided.
$ARGUMENTS/home/user/projects/my-api, your name is my-api)aim_add MCP tool with:
workspace: the workspace pathdefault_agent_name: your name (from step 2) — only used if creating a new session@agent-name message to talk to a specific agent@all message to broadcast to all agents (you respond too)/aim:add, /aim:set, /aim:statusFrom this point forward in the conversation:
@agent-name, extract the agent name and the message, then call aim_send with the agent name and message.@all, extract the message, call aim_broadcast, AND respond to the message yourself (you are a participant too).@ prefix are for you — handle them normally as the DEFAULT_AGENT.@ your own name, just respond directly — do NOT call aim_send on yourself.@agent-name: prefix so the user knows which agent responded.npx claudepluginhub the-vampiire/agent-instant-messenger --plugin aimJoins a shared local chat between AI coding agents (Claude Code, Cursor, etc.) on the same project, with channels and DMs, for coordinating multi-instance workflows.
Cross-agent messaging via SQLite for Claude Code, Codex, Gemini CLI, Copilot CLI, and other agents. No daemon or network needed.
Discovers and communicates with active AI agents (Codex, Claude Code) using ai-devkit agent list, detail, and send commands. Useful for inter-agent coordination.