Showrunner — Design skill for Claude Code
A terminal UI for running multiple coding-agent sessions (Claude Code, Codex CLI) organized by projects and tasks — tmux-backed, with git worktrees, status monitoring, diff review, and a mobile web UI.
How to install Showrunner
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open Bendzae/showrunner and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Showrunner does
A terminal UI for running multiple coding-agent sessions (Claude Code, Codex CLI) organized by projects and tasks — tmux-backed, with git worktrees, status monitoring, diff review, and a mobile web UI.
Alternatives in Design
README
Formerly **claude-manager**.
A terminal UI (TUI) for managing multiple coding-agent sessions — Claude Code, Codex CLI and Pi today, more harnesses planned — organized by projects and tasks. Built with Rust using [ratatui](https://github.com/ratatui/ratatui).
Showrunner uses tmux to run agent sessions in the background, letting you organize them into projects and tasks, monitor their status, review diffs, and attach/detach freely.
Prerequisites
- Cargo (Rust 1.85+) — install via rustup
- tmux —
brew install tmux(macOS) orapt install tmux(Linux) - An agent CLI on your PATH — Claude Code (
claude, the default), Codex CLI (codex) and/or Pi (pi) — see Agent harnesses - git — for worktree and branch management
- gh (optional) — GitHub CLI, for PR creation features
- hunk (optional) — the default diff review tool (
r), a terminal diff viewer (modem-dev/hunk). Installed globally (npm i -g hunkdiff) it launches instantly; otherwise it runs vianpx hunkdiffautomatically (Node.js required), fetched on first use. - difit (optional) — an alternative browser-based diff review tool, used when
review_tool = "difit"is set in config. Installed globally (npm i -g difit) it launches instantly; otherwise it runs vianpx difitautomatically (Node.js required).
Installation
Homebrew (macOS and Linux):
brew install Bendzae/tap/showrunner
Prebuilt binaries (macOS and Linux):
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Bendzae/showrunner/releases/latest/download/showrunner-installer.sh |
Related Skills
Claude Code UI
A real-time dashboard for monitoring Claude Code sessions across multiple projects.
ClawDeck
Control Stream Deck buttons for Claude Code terminal sessions with live status, tap-to-focus, hold-to-dictate,
OxiMux
A Rust-native, multi-agent development cockpit for macOS — spawn isolated worktrees, run CLI coding agents in
Figma Theme Sync
Pull Figma variable collections (colors, spacing, fonts, radius) and diff against auxi/src/theme/theme.ts to s
Ghostty Config Files
Ghostty terminal config — Catppuccin Mocha, Fish + Nushell + tmux dev layout, Claude Code workflow. Single con
VibeHub
A macOS app that brings a Dynamic Island-style overlay for monitoring Claude Code and OpenCode CLI sessions. A
Related Agents
Agent Of Empires
Claude Code, OpenCode, Mistral Vibe, Codex CLI, Gemini CLI Coding Agent Terminal Session manager via tmux and
Codex Orchestrator
CLI tool for delegating tasks to GPT Codex agents via tmux sessions. Designed for Claude Code orchestration wi
Independent Reviewer
Product-technical alignment reviewer. Spawned in a tmux pane via OpenAI Codex CLI with zero inherited context.