From team-monitor
Start the Team Monitor real-time dashboard so the user can observe agent team activity.
How this skill is triggered — by the user, by Claude, or both
Slash command
/team-monitor:team-monitoringThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Start the Team Monitor real-time dashboard so the user can observe agent team activity.
Start the Team Monitor real-time dashboard so the user can observe agent team activity.
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/install_hooks.py"
If that fails, try with python instead of python3.
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/start_server.py" --status
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/start_server.py" --port 5111
npx claudepluginhub grillergeek/team-monitor --plugin team-monitorCreates and manages dynamic teams of domain-specific agents. Analyzes project to propose 5-20 agents with tracking framework. Modes: create, update, status, cleanup.
Displays team status dashboard with active members, live sessions, recent inbox, and summaries using claude-view MCP tools. Activates on 'team status' or activity queries.
Coordinates multiple Claude Code instances as agent teams for workflows needing inter-agent communication. Covers TeamCreate, SendMessage types, task coordination, hooks, and orchestration patterns.