From msg
Sends and receives messages between agent sessions using the msg CLI. Useful for coordinating with other Claude Code or Codex CLI agents in tmux panes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/msg:msgThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You can communicate with other coding agent sessions
You can communicate with other coding agent sessions
(Claude Code or Codex CLI) using the msg CLI tool.
Before sending or receiving messages, register yourself:
msg register <your-name>
This auto-detects your tmux pane. You only need to do this once per session.
Send a message directly to another agent:
msg send <agent-name> "Your message here"
Send to multiple agents:
msg send agent1,agent2 "Message for both of you"
msg reply <agent-name> "Your reply here"
Check your inbox:
msg inbox
This shows all unread messages grouped by thread and marks them as read.
msg list # List registered agents
msg threads # List active threads
msg status # Check system health
npx claudepluginhub johnny-rice/claude-code-tools --plugin msg3plugins reuse this skill
First indexed Jul 18, 2026
Sends and receives messages between agent sessions using the msg CLI. Useful for coordinating with other Claude Code or Codex CLI agents in tmux panes.
Sends messages to and reads responses from AI agents running in tmux panes. Use for multi-agent workflows with codex, gemini, or other CLI agents.
Agent-to-agent messaging bus for Claude Code. Sends messages between local sessions, delegates tasks, fans-out work, and coordinates concurrent agents on the same machine.