Tmux

SkillDev tools

Manage tmux terminal sessions

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Tmux skill

What this skill tells your AI

The instructions your AI receives, as published by gebruder/wirken in skills/tmux/SKILL.md and read by ahel’s review.

Manage tmux sessions, windows, and panes.

Sessions

  • List: tmux ls
  • New: tmux new-session -d -s <name>
  • Kill: tmux kill-session -t <name>
  • Send command: tmux send-keys -t <session> '<command>' Enter
  • Capture output: tmux capture-pane -t <session> -p

Windows and panes

  • New window: tmux new-window -t <session>
  • Split horizontal: tmux split-window -h -t <session>
  • Split vertical: tmux split-window -v -t <session>
  • List windows: tmux list-windows -t <session>

Tips

  • Use tmux send-keys + tmux capture-pane to run commands and read output in background sessions
  • Always check tmux ls before creating new sessions

Signals

GitHub stars
171
Forks
5
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
tmux-gebruder
Source
github.com/gebruder/wirken