hoangnguyen0403/common-observability
Enforce structured JSON logging, OpenTelemetry distributed tracing, and RED metrics across backend services. Use when adding request correlation, setting up tracing spans, defining SLO burn-rate alerts, or instrumenting middleware.
npx skills add https://github.com/HoangNguyen0403/agent-skills-standard --skill common-observability
X-Request-Id or traceparent. Attach to async context.traceparent.<HTTP_METHOD> <route> (GET /users/:id).See implementation examples for structured logger setup with Pino.
pino, zap).GET /users/123 causes cardinality explosion. Use GET /users/:id.Take hoangnguyen0403/common-observability from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.