A Codex skill for using tmux as a durable command runner.
Use this skill when an agent needs to run or inspect long-lived shell work such as dev servers, watchers, build jobs, logs, interactive CLIs, or shared coordination panes.
SKILL.md: Codex-facing workflow instructions.scripts/tmux-send-and-capture: Helper for sending text to a tmux pane and capturing recent output.agents/openai.yaml: UI metadata for the skill.
Clone or copy this folder into your Codex skills directory:
git clone git@github.com:popbones/tmux.skill.git "${CODEX_HOME:-$HOME/.codex}/skills/tmux"Then start a new Codex session so the skill metadata is discovered.
Send a message or command to a tmux pane and capture recent output:
scripts/tmux-send-and-capture -t "project-shared:coordination.0" -n 80 "status please"Queue text into a busy Codex pane:
scripts/tmux-send-and-capture -t "project-agent:main.0" --codex-queue "queue this after the current task"