tmux
Installation
SKILL.md
Tmux
Overview
Use tmux to run background jobs while continuing other work. Keep all skill-managed windows in one session, tmux-opencode, so inspection and cleanup happen in one place. Default to wrapper scripts over manual command chaining. Do not block by default; opt in to blocking wait only when requested.
Verify Environment
Confirm tmux availability before using this skill.
tmux -V
If tmux is unavailable, run commands in the foreground.
Session Model
Standardize on a single session.