Real-time 2D Canvas dashboard for visualizing Claude Code team agents.
~/.claude/teams/ and ~/.claude/tasks/# Install from GitHub
claude plugin add https://github.com/pacho-h/claude-agent-monitor
Once installed, use the /monitor command in Claude Code.
git clone https://github.com/pacho-h/claude-agent-monitor.git
cd claude-agent-monitor
npm install
npm run build
/monitor # Start server and open browser
/monitor stop # Stop the server
/monitor status # Check if running
/monitor open # Open dashboard in browser
# Start the server
npm start
# Or run the bundled server directly
node server/server.bundled.cjs
# Stop
npm stop
# Check status
npm run status
The dashboard opens at http://localhost:3777 (auto-increments if port is busy).
~/.claude/teams/ for team configurations and ~/.claude/tasks/ for task fileschokidar file watcher.claude-plugin/
plugin.json # Plugin manifest
marketplace.json # Marketplace listing metadata
commands/
monitor.md # /monitor slash command
skills/
monitor/SKILL.md # Skill trigger definitions
hooks/
hooks.json # Hook registrations
scripts/
start.mjs # Server process management
hook-handler.mjs # Hook event handler
server/
server.js # Server source (ESM)
server.bundled.cjs # Bundled server (no npm install needed)
public/ # Frontend static files
# Install dependencies
npm install
# Edit server/server.js or server/public/* files
# Rebuild bundle
npm run build
# Test
node server/server.bundled.cjs
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub pacho-h/claude-agent-monitorSuper Software Engineering Powers — specialized skills for spec review, design fidelity, feature completeness, and multi-layer testing. Complements the superpowers plugin by filling gaps in spec/design review and integration testing workflows.
Multi-agent tmux dashboard with skills, hooks, and workflow automation
Reports Claude Code agent status to OpenUI for real-time status display
Real-time observability dashboard for Claude Code agents
Agent dashboard TUI — tracks AI agent state via hooks for the fleet CLI
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.
A plugin for Claude Code agent team workflows — session viewing, analysis, and best practice evaluation