tmux-cli

Coordinate cross-pane CLI communication for tmux automations.

2.0k|126|Updated Jul 30, 2025
One-click install
npx skills add https://github.com/pchalasani/claude-code-tools --skill tmux-cli
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: tmux-cli
Source: https://github.com/pchalasani/claude-code-tools/tree/main/plugins/tmux-cli/skills/tmux-cli
Command: npx skills add https://github.com/pchalasani/claude-code-tools --skill tmux-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables coordinating communications between multiple CLI Agents or Scripts running in different tmux panes, making multi-pane automation straightforward.

Core Features & Use Cases

  • Centralized cross-pane messaging with the tmux-cli command.
  • Orchestrate commands and responses across tmux panes to automate complex workflows.
  • Use Case: When you need to trigger a build in one pane while streaming logs in another, you can send commands and capture results across panes.

Quick Start

Use the tmux-cli command to communicate with other CLI Agents or Scripts in other tmux panes. If the command isn't available, install it with: uv tool install claude-code-tools.

Frequently Asked Questions about tmux-cli

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

FAQPage Schema
How do I send commands and receive results across multiple tmux panes?▼

The tmux-cli Skill automates cross-pane CLI tasks by sending commands and capturing responses between tmux panes. It orchestrates complex workflows like triggering a build in one pane while streaming logs in another for real-time multi-pane automation.

What do I need to run cross-pane tmux automation for CLI agents?▼

You need tmux installed and the claude-code-tools package available to use this Skill. If the tmux-cli command is missing, install it by running: uv tool install claude-code-tools, which provides the required command interface.

Can I trigger a build in one tmux pane while streaming logs in another?▼

Yes, you can trigger a build in one tmux pane while streaming logs in another. The tmux-cli interface enables centralized cross-pane messaging, allowing you to orchestrate commands and capture responses across multiple panes in real time.

What's the best way to orchestrate commands across multiple tmux panes in real time?▼

Using the tmux-cli command is the best way to orchestrate commands across multiple tmux panes. It provides centralized cross-pane messaging for real-time command dispatch and result capture between CLI Agents or Scripts running in separate panes.

Does tmux-cli work with scripts running outside of Claude Code?▼

tmux-cli works with any CLI Agents or Scripts running in separate tmux panes, not just Claude Code. It uses the tmux-cli interface to send commands and receive results across panes, making multi-pane automation straightforward for any script source.