What problem does it solve?
Monitoring an agent swarm's health requires manually querying scattered metric records and judging whether values are abnormal. This Skill aggregates counters, gauges, and histograms from the observability namespace and automatically flags deviations from established baselines.
Core Features & Use Cases
- Metric Aggregation: Sums counters (tasks completed, errors, token usage), reads gauges (active agents, memory usage), and computes p50/p95/p99 percentiles for duration histograms.
- Anomaly Detection: Compares current values against baselines retrieved via pattern search and flags metrics deviating more than two standard deviations, with direction and severity.
- Health Reporting: Produces a per-metric report with trend and anomaly flags plus an overall green/yellow/red health score.
- Use Case: After running a multi-agent swarm for an hour, invoke this Skill to check task completion rates, error rates, and token consumption, and immediately see whether any metric has degraded versus its baseline.
Quick Start
Ask the agent to observe system metrics for the last hour and report any anomalies in swarm performance.