·tmux
</>

tmux

Manages background processes, captures command output, and handles session multiplexing. Use when running long-running commands, capturing output from detached processes, or managing concurrent tasks in headless environments.

21Installs·0Trend·@knoopx

Installation

$npx skills add https://github.com/knoopx/pi --skill tmux

How to Install tmux

Quickly install tmux AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/knoopx/pi --skill tmux
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: knoopx/pi.

SKILL.md

View raw

Terminal multiplexer for background processes, output capture, and session management.

| tmux new -d -s name 'cmd' | Run command in background session | | tmux capture-pane -t name -p | Capture output from session | | tmux send-keys -t name 'text' Enter | Send input to session | | tmux kill-session -t name | Terminate session | | tmux ls | List all sessions | | tmux has -t name | Check if session exists |

Manages background processes, captures command output, and handles session multiplexing. Use when running long-running commands, capturing output from detached processes, or managing concurrent tasks in headless environments. Source: knoopx/pi.

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/knoopx/pi --skill tmux Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/knoopx/pi --skill tmux
Source
knoopx/pi
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from knoopx/pi

Quick answers

What is tmux?

Manages background processes, captures command output, and handles session multiplexing. Use when running long-running commands, capturing output from detached processes, or managing concurrent tasks in headless environments. Source: knoopx/pi.

How do I install tmux?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/knoopx/pi --skill tmux Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/knoopx/pi

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-25