api-health-monitoring
Installation
SKILL.md
API Monitoring Skill
Design complete observability stacks for any API: health checks, metrics, alerting, and dashboards.
Health Check Endpoints
Liveness check — is the process alive?
GET /health/live
Response 200: { "status": "ok" }
Response 503: { "status": "error", "reason": "OOM" }