If you're writing or debugging OTTL expressions for OpenTelemetry Collector pipelines, this skill knows the syntax cold. It covers the full range of components that use OTTL, not just transform and filter processors but also connectors like routing and count, plus receivers like hostmetrics. The guidance on error modes is solid: it steers you toward error_mode: ignore for production, which is the right default most teams should use. You also get practical patterns for redaction, cardinality control, and performance optimization with where clauses. Made by dash0, who clearly use this stuff in production. Worth having around when you're configuring collector transforms and want to avoid the trial-and-error loop.
npx skills add https://github.com/dash0hq/agent-skills --skill otel-ottl