tmux

Manage tmux sessions, execute commands, and capture pane output.

10|4|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/5unnykum4r/grip-ai --skill tmux-5unnykum4r
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tmux
Source: https://github.com/5unnykum4r/grip-ai/tree/main/grip/skills/builtin/tmux
Command: npx skills add https://github.com/5unnykum4r/grip-ai --skill tmux-5unnykum4r

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows for the remote control and orchestration of terminal sessions using tmux, enabling efficient management of long-running processes, parallel workflows, and interactive CLI tasks.

Core Features & Use Cases

  • Session Management: Create, list, and kill tmux sessions.
  • Command Execution: Send keystrokes and commands to specific panes within sessions.
  • Output Capture: Capture the output of commands run within tmux panes for analysis.
  • Parallel Workflows: Set up and manage multiple terminal processes simultaneously across different panes and windows.
  • Use Case: Run a development server in one pane, a test runner in another, and tail logs in a third, all managed by a single command.

Quick Start

Use the tmux skill to create a new detached session named 'mywork' and then send the command 'python manage.py runserver' to it, followed by pressing Enter.

Frequently Asked Questions about tmux

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

FAQPage Schema
How do I manage long-running terminal processes remotely?

You can manage long-running terminal processes remotely by using a terminal multiplexer to create detached sessions. This orchestrates parallel workflows and interactive CLI tasks, allowing processes to continue running in the background while you disconnect and reconnect to capture output later.

Can I run multiple CLI tasks in parallel across different terminal panes?

Yes, you can run multiple CLI tasks in parallel across different terminal panes. By orchestrating parallel workflows within a single terminal multiplexer session, you can execute commands, manage interactive tasks, and capture output from multiple panes simultaneously.

Do I need tmux installed to control terminal sessions remotely?

Yes, you need the tmux executable installed and accessible in your system's PATH to control terminal sessions remotely. The Skill relies on this terminal multiplexer executable to execute commands, capture output, and orchestrate parallel workflows.

How do I capture output from a specific terminal session?

You capture output from a specific terminal session by sending commands to designated panes within a tmux session. The terminal multiplexer allows you to retrieve and analyze the text output generated by those executed commands.

What is the best way to orchestrate interactive CLI workflows?

The best way to orchestrate interactive CLI workflows is using a terminal multiplexer to manage multiple terminal processes simultaneously. You can create detached sessions, send keystrokes to specific panes, and execute parallel workflows across different windows.