Bendzae

Showrunner — Design skill for Claude Code

Design community

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

  • CloudCLI — 8,400+ Free open-source web/mobile UI for Claude Code, Cursor CLI, and Codex 8.7k ★
  • Companion — 2,200+ Web & mobile UI for Claude Code & Codex 2.2k ★
  • Guitar — by soramimi - Serves as development guide for Guitar Git GUI Client with build commands for various platforms 1.7k ★

README

showrunner

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. showcase-gif

Prerequisites

  • Cargo (Rust 1.85+) — install via rustup
  • tmuxbrew install tmux (macOS) or apt 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 via npx hunkdiff automatically (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 via npx difit automatically (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 |