From agent-monitor
Agent Monitor Dashboard - real-time 2D visualization of team agents
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-monitor:monitorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A real-time 2D Canvas dashboard that visualizes Claude Code team agents working together.
A real-time 2D Canvas dashboard that visualizes Claude Code team agents working together.
Run /monitor to start the dashboard server, or use these commands:
/monitor start - Start the server and open in browser/monitor stop - Stop the server/monitor status - Check server status/monitor open - Open dashboard in browserThe dashboard watches ~/.claude/teams/ and ~/.claude/tasks/ directories for live updates via WebSocket.
npx claudepluginhub pacho-h/claude-agent-monitorStarts, stops, or checks dot-dash server for real-time browser dashboard monitoring Claude Code sessions, streaming transcripts via WebSocket, and prompt injection.
Orchestrates Claude Code agent teams for parallel multi-agent workflows on complex tasks using TeamCreate, SendMessage, TaskUpdate, and shared task lists. Enable with --enable-teams flag.
Starts a local dashboard server (Deno) for managing projects, viewing workflow graphs, agent streams, and documents. Useful for monitoring and managing multi-project workflows via browser.