← ClaudeAtlas

tmux-v2listed

Launch, probe, steer, and revive WRFCoin persona agents in a tmux grid from Codex. Use when the user wants a 2x3 persona dashboard, a mixed Claude and Codex pane layout, `tmux send-keys` steering, pane liveness checks, or recovery from a dead `codex resume` or idle bash pane.
wrfcoin/agent-orchestration · ★ 0 · AI & Automation · score 72
Install: claude install-skill wrfcoin/agent-orchestration
# tmux-v2 Use this skill for two related jobs: 1. Launch an interactive tmux persona grid that leaves the agents idle and ready for live steering. 2. Drive an existing grid with preflight checks, assignment dispatch, and pane restart helpers. ## Default topology For the WRFCoin six-persona layout, keep the grid in its own tmux session: - session: `sprint` - window: `sprint` - panes: Alice, Bob, Cindy on the top row; Dan, Elsa, Frank on the bottom row The launcher writes the active tmux target to `/home/tony/wrfcoin/.sprint-target`. Always use that breadcrumb instead of guessing the session or window name. ## Launch the interactive 2x3 grid Run: ```bash bash /home/tony/.codex/skills/tmux-v2/scripts/launch-interactive-grid.sh --replace bash /home/tony/.codex/skills/tmux-v2/scripts/open-grid-window.sh ``` Default visible launch as the user always wants to watch the session live: ```bash bash /home/tony/.codex/skills/tmux-v2/scripts/launch-interactive-grid.sh --replace --open-window ``` What it does: - creates a detached `sprint` tmux session - builds the explicit 2x3 pane grid - starts an interactive Claude or Codex CLI in each pane - writes `/home/tony/wrfcoin/.sprint-target` Implementation note: - Even with `--open-window`, the launcher still starts tmux first and only opens the observer window after the tmux session exists. - Use `open-grid-window.sh` when the user explicitly wants the two steps run separately. The default persona mix lives in `~/.codex/memori