--- layout: default ---

agent-dashboard

Dispatch and orchestrate Claude Code agents from terminal and phone.

A tmux-integrated orchestrator that spawns Claude Code sessions, routes your input to whichever agent needs you, and gates each one through workflow skills enforced by hooks. Companion PWA for the same control surface on mobile.

Quick install

1. Install the binary and Codex hooks
curl -fsSL https://raw.githubusercontent.com/bjornjee/agent-dashboard/main/install.sh | sh
2. Register the plugin
/marketplace add bjornjee/agent-dashboard
/plugin install agent-dashboard@agent-dashboard
3. Launch the dashboard
agent-dashboard
{% if page.demo_video %}

Demo

{% if page.demo_image %} agent-dashboard demo {% else %} {% endif %}
{% endif %}

Real-time agent monitoring

Agents grouped by state with live tmux pane capture, conversation history, and a collapsible subagent tree.

GitHub PR workflow

Review syntax-highlighted split-pane diffs, create PRs, and merge — all without leaving the terminal.

Mobile remote control

A companion PWA for managing agents from your phone. Approve permissions, reply, stop agents, and manage PRs.

Session creation

Spin up new agent sessions with frecency-ranked path suggestions and skill selection.

Built with an adapter architecture — add support for any coding agent. Currently ships with a Claude Code adapter out of the box.
{{ content }}