From hekate
Inspect Hekate v2 monitoring outputs and transient coordination health
How this skill is triggered — by the user, by Claude, or both
Slash command
/hekate:hekate-monitoringThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
```bash
./scripts/hekate-dashboard.py
./scripts/hekate-analyze.py
./scripts/hekate-dashboard.py --prometheus
redis-cli keys "task:*:claim"
redis-cli keys "agent:*:heartbeat"
redis-cli keys "quota:*"
Use the dashboard and analysis scripts for SQLite-backed epic and task views. Redis output is only a live overlay.
npx claudepluginhub spideynolove/hekateMonitors PostgreSQL, MySQL, MongoDB health via CLI queries for connections, throughput, disk usage, cache ratios, locks, with alerting thresholds and automation guidance.
Presents a real-time snapshot of harness state by reading campaigns, fleet sessions, telemetry, and pending queues. Invoked by /dashboard or phrases like "what's happening".
Provides database monitoring, alerting, and observability for PostgreSQL (pg_stat_statements), MySQL (Performance Schema), MongoDB (mongostat), Redis (SLOWLOG). Covers Datadog, Grafana dashboards, metrics, thresholds for troubleshooting and setup.