Skip to main content

DevOps Toolkit

Agent Deck

A terminal dashboard for running multiple AI coding agents in parallel

Real-time Monitoring

See status, active tool, working directory, and last prompt for every agent session — updated in real time.

Keyboard-Driven

Vim-style navigation with single-key actions. Create, focus, close, and rename panes without leaving the dashboard.

Multi-Agent Support

Works with Claude Code and OpenCode out of the box. Auto-installed hooks get you running in one command.

Single Binary

No external terminal multiplexer needed. dot-agent-deck is a single binary with native embedded terminal panes.

Quick Start

# 1. Install dot-agent-deck
brew tap vfarcic/tap && brew install dot-agent-deck

# 2. Register agent hooks
dot-agent-deck hooks install                    # Claude Code
dot-agent-deck hooks install --agent opencode   # OpenCode

# 3. Launch the dashboard
dot-agent-deck