Description
Create a new skill that generates monitoring endpoints, health checks, and alerting configuration for Nerva APIs.
Why
The current health check is a simple `/health` returning `{ status: "ok" }`. Production APIs need deeper health checks (database connectivity, external service status), Prometheus-compatible metrics endpoints, and alerting configuration.
Acceptance Criteria
Description
Create a new skill that generates monitoring endpoints, health checks, and alerting configuration for Nerva APIs.
Why
The current health check is a simple `/health` returning `{ status: "ok" }`. Production APIs need deeper health checks (database connectivity, external service status), Prometheus-compatible metrics endpoints, and alerting configuration.
Acceptance Criteria