tmux-message

Send formatted messages between tmux panes using pane IDs.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/marcospmail/claude-code-plugins --skill tmux-message
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tmux-message
Source: https://github.com/marcospmail/claude-code-plugins/tree/main/plugins/yato/.claude/skills/tmux-message
Command: npx skills add https://github.com/marcospmail/claude-code-plugins --skill tmux-message

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The tmux-message skill addresses the challenge of inter-session communication in tmux, enabling users to send formatted messages between different sessions and windows efficiently.

Core Features & Use Cases

  • Two-Way Messaging: Send and receive messages between tmux sessions, facilitating clear and direct communication.
  • Pane ID Tracking: Utilizes stable pane IDs to ensure messages are sent to the correct target.
  • Quick Message Transmission: Format and send messages to a target pane in a single command.
  • Use Case: For collaborative coding sessions or system administration tasks, quickly communicate status updates or debugging information between different tmux panes.

Quick Start

Send a message to pane ID %92 with the text "Hello, I am working on the build." using /tmux-message %92 "Hello, I am working on the build."

Frequently Asked Questions about tmux-message

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send a message between tmux sessions?

You can send a message between tmux panes by using a single command with the target pane ID and text. This skill formats and transmits your message directly, ensuring reliable inter-session communication for collaborative coding or system administration.

How do I address a specific tmux pane for inter-session communication?

You address a specific tmux pane by using its stable pane ID, such as %92. This skill utilizes these unique identifiers to ensure your formatted messages are sent to the exact target pane, preventing routing errors during development collaboration.

What is the best way to share debugging updates across tmux panes?

The best way to share debugging updates is using this skill to send formatted messages between panes. It enables quick two-way messaging, allowing you to easily communicate status updates or debugging information between different tmux sessions and windows.

Can I use tmux-message for collaborative coding sessions?

Yes, you can use this skill for collaborative coding sessions. It is designed to facilitate clear and direct two-way messaging between tmux sessions, allowing developers to quickly communicate status updates and debugging information across different panes.

Do I need any dependencies to format and send messages to a target pane?

No, you do not need any dependencies to format and send messages to a target pane. This skill operates independently without external components, allowing you to quickly transmit text to a specific pane ID in a single command.