| name | tmux |
| description | manage background processes in tmux windows. use when running dev servers, build watchers, or any long-running process that shouldn't block the agent. check window before spawning. |
tmux
manage concurrent processes (servers, builds, watchers) in tmux windows.
spawn
tmux new-window -n "name" -d "command"
inspect
tmux capture-pane -p -t "name"
tmux capture-pane -p -S - -t "name"
control
tmux send-keys -t "name" C-c
tmux kill-window -t "name"
tmux select-window -t "name"
tmux list-windows
for spawning amp agents with thread linkage, use the spawn skill.