Inter-agent communication via the msg CLI. Use this when you need to send messages to other agent sessions, read incoming messages, or coordinate with other agents in tmux panes.
72
87%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
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 inboxThis 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 healthee0f309
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.