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