tmux

Installation
SKILL.md

Tmux Session Manager

Run and manage background processes using tmux.

Prerequisites

Install tmux:

brew install tmux
# or
apt install tmux

CLI Reference

Create Session

# Basic session
tmux new-session -d -s mysession
Installs
53
GitHub Stars
24
First Seen
Jan 21, 2026
tmux — johnlindquist/claude