Implements distributed tracing with Jaeger and Tempo to track requests across microservices. You get OpenTelemetry instrumentation examples for Python, Node.js, and Go, plus deployment configs for both Kubernetes and Docker Compose. Useful when you're debugging latency issues, mapping service dependencies, or tracking down where errors originate in a request chain. The skill covers the full setup from deploying collectors to instrumenting your code with spans and propagating trace context between services. It's marked critical risk because tracing infrastructure touches every service and misconfiguration can impact performance or expose sensitive data in span attributes.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill distributed-tracing