msg
FeaturedInter-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.
Install
Quality Score: 91/100
Skill Content
Details
- Author
- pchalasani
- Repository
- pchalasani/claude-code-tools
- Created
- 1 years ago
- Last Updated
- 3 days ago
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
agent-messaging-session-relay
Use when sending a message to another Codex/Claude session or telling an agent in another tmux pane a status, finding, instruction, or schema change.
message-other-sessions
Message another Claude Code session on this machine or beyond it, using ListAgents and SendMessage. Use when the user wants to tell, ask, warn or hand something over to a session running in another terminal, worktree, machine or the web ("tell the other session", "let the session working on X know", "ask my other terminal whether Y finished", "warn the session in the other worktree"), when work just landed that invalidates what a parallel session is building on, or when they want a notice once another session goes idle. Also use when diagnosing why a cross-session message never arrived, or when deciding between messaging, resuming a session, agent teams and channels.
agent-messaging
Send and receive cryptographically signed messages between AI agents using the Agent Messaging Protocol (AMP). Use when the user asks to "send a message to an agent", "check agent inbox", "message another agent", "reply to a message", "notify an agent", or any inter-agent communication task.