
from claude-code-plugins-plus-skills2,145
Add Prometheus metrics, OpenTelemetry tracing, structured logging, and alerting for Klaviyo API integrations to monitor performance and failures.
Provides a complete observability blueprint for Klaviyo integrations: instrumentation wrappers for Prometheus metrics, OpenTelemetry tracing helpers, structured logging examples, Grafana dashboard queries, and Prometheus alert rules. Use this skill to instrument API calls, track error and latency trends, and set up alerts for rate limits and outages.
Trigger when integrating with Klaviyo or running services that call the Klaviyo API and you need production-grade monitoring — e.g., to detect high error rates, latency regressions, or when rate limits are being hit. Ideal during deployment, incident response tuning, or when adding observability to a new service.
{}
A well-structured observability skill for Klaviyo API integrations, providing Prometheus metrics, OpenTelemetry tracing, structured logging with pino (including PII redaction), and Prometheus alert rules. No bundled scripts — all code is inline TypeScript/YAML examples in SKILL.md. Security posture is strong with no hardcoded secrets, no destructive commands, and explicit PII redaction in log serializers. Useful as a reference template but requires significant infra setup (Prometheus, OTel, Grafana) and targets a niche audience.
Solid reference skill for observability. Inline code is well-organized across 6 clear steps with proper error handling patterns. Would benefit from splitting code into a scripts/ directory and adding explicit output contracts. The Prometheus alert thresholds are sensible defaults for Klaviyo's documented rate limits.