tmux-workflow

Portable tmux-based workflow to drive one or multiple long-running Codex CLI “workers” from another process (e.g. Claude CLI) by (1) starting/reusing a tmux session running `codex`, (2) injecting prompts into the Codex pane via `tmux send-keys`/buffer paste, and (3) polling the worker’s Codex JSONL session logs to extract the next assistant reply. Each worker runs with an isolated `CODEX_HOME` (default `~/.codex-workers/<worker_id>`) to prevent log cross-talk when multiple Codex workers run concurrently. Use when you need to submit/wait/read Codex replies in tmux, manage multiple Codex workers, or troubleshoot the tmux worker and log binding.

$ Installer

git clone https://github.com/kunhuang12345/vedio-project /tmp/vedio-project && cp -r /tmp/vedio-project/.codex/skills/tmux-workflow ~/.claude/skills/vedio-project

// tip: Run this command in your terminal to install the skill