Help us improve
Share bugs, ideas, or general feedback.
From hyrex-swarm
Stream live swarm events using the Monitor tool for real-time observability
npx claudepluginhub akhilyad/deployy --plugin hyrex-swarmHow this skill is triggered — by the user, by Claude, or both
Slash command
/hyrex-swarm:monitor-streamThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the Monitor tool to stream swarm events in real time instead of polling:
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
Use the Monitor tool to stream swarm events in real time instead of polling:
Run via Monitor: npx @hyrex/cli@latest swarm watch --stream
This streams NDJSON events for agent spawns, task completions, memory writes, and health checks. Each stdout line triggers a notification.
For one-shot status, use MCP: mcp__hyrex__swarm_status or mcp__hyrex__swarm_health.
Prefer Monitor over polling swarm status in a loop. See ADR-091 for rationale.