Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By bjornjee
Multi-agent tmux dashboard with skills, hooks, and workflow automation
npx claudepluginhub bjornjee/agent-dashboard --plugin agent-dashboardFixes build and test errors with minimal diffs. Use PROACTIVELY when builds or tests fail. No refactoring, no architecture changes.
Reviews code for correctness, security, and convention adherence. Use PROACTIVELY after writing or modifying code.
Creates phased implementation plans with dependencies, risks, and testing strategy. Use PROACTIVELY for complex features, refactoring, or architectural changes.
Detects security vulnerabilities, secrets, injection, and OWASP Top 10 issues. Use PROACTIVELY after writing code that handles user input, auth, API endpoints, or sensitive data.
Enforces strict RED-GREEN-REFACTOR test-driven development. Use PROACTIVELY when writing new features, fixing bugs, or refactoring code.
Lightweight workflow for non-code changes — rules, config, docs, CI, dependency bumps
Start a new feature in an isolated git worktree with TDD workflow
Diagnose and fix a bug in an isolated git worktree with reproduce-first, test-first methodology
Deep-dive into a codebase question, failure, or architectural concern without making changes
Create a pull request with full diff analysis, summary, and test plan
Matches all tools
Hooks run on every tool call, not just specific ones
Executes bash commands
Hook triggers when Bash tool is used
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Reports Claude Code agent status to OpenUI for real-time status display
Real-time observability dashboard for Claude Code agents
Repowire mesh usage skills for AI coding agents: cross-agent review and planning, delegate, usage patterns, and install/update. Backend-agnostic and parameterised on the agent you choose.
Automatically detects and loads AGENTS.md files to provide agent-specific instructions alongside CLAUDE.md. Enables specialized agent behaviors without manual intervention.
Mission Control for Claude Code — auto-starts a web dashboard, provides 90 MCP tools (sessions, stats, live monitoring, projects, teams, insights, coaching, and more), and adds 9 skills including /session-recap, /daily-cost, /standup, /coaching, /insights, and /team-status.
Use Superset to spawn agents, create workspaces, manage tasks, and schedule automations from Claude Code.
Personal skills, commands, and workflows for Claude Code
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
A tmux-integrated TUI and mobile web companion for monitoring and controlling Claude Code agents across sessions. The TUI is built with Bubble Tea and styled with Catppuccin Frappe; the mobile companion is a PWA you run on your local network so you can manage agents from your phone.
https://github.com/user-attachments/assets/01aa0f85-cfd4-4dc3-ac46-651bcfc03f99
Both interfaces read agent state from per-agent JSON files in ~/.agent-dashboard/agents/ (written by the Claude Code adapter in adapters/claude-code/).
gh CLI (falls back to browser)-ldflagsA companion PWA (cmd/web/) for managing agents from your phone over your local network:
| Dependency | Required | Purpose |
|---|---|---|
| tmux | Yes | Agent pane management and live capture |
| Claude Code | Yes | The agents this dashboard monitors |
| Node.js 18+ | Yes | Claude Code adapter hooks |
| git | Yes | Diff viewer, branch detection |
GitHub CLI (gh) | No | Detects existing PRs so g opens the diff page instead of creating a new PR |
| z (zsh plugin) | No | Frecency-ranked directory suggestions when creating sessions |
Download the pre-built binary from the latest GitHub Release:
curl -fsSL https://raw.githubusercontent.com/bjornjee/agent-dashboard/main/install.sh | sh
The installer downloads the binary for your platform, verifies its SHA256 checksum, and installs it to ~/.local/bin/agent-dashboard. No Go toolchain required.
Or build from source (requires Go 1.26+):
git clone https://github.com/bjornjee/agent-dashboard
cd agent-dashboard
./install.sh --build
In any Claude Code session, run:
/marketplace add bjornjee/agent-dashboard
/plugin install agent-dashboard@agent-dashboard
Then restart Claude Code sessions for hooks and skills to take effect.
In any Claude Code session, run:
/plugin uninstall agent-dashboard@agent-dashboard
/marketplace remove agent-dashboard