Generate a complete Terraform module (dashboards, alerts, SLOs) for one observability backend — grafana, datadog, newrelic, or dash0. Use to produce observability-as-code.
Install
npx skillscat add radra23/otel-as-code-plugin/otel-backend Install via the SkillsCat registry.
SKILL.md
otel-backend (Codex bridge)
Requires the otel-as-code repo. The
commands//skills//agents/files referenced below live there — if they're not present in your workspace, stop and tell the user to add the repo (see AGENTS.md).
Follow the canonical procedure in this repo — it is the single source of truth:
- Read
commands/otel-backend.md(repo root) and execute its steps. - The accepted vendors come from
backends.txt(repo root) — the single source of truth. - Apply
skills/terraform-patterns/SKILL.mdfor the backend's provider patterns and gotchas. - Codex has no subagent dispatch: where it says to run the
terraform-genagent, readagents/terraform-gen.mdand generate the module (then runterraform fmt+validate)
yourself. It never runsterraform plan/apply— those stay with the user.
Args: $ARGUMENTS (e.g. datadog --kind dashboard, grafana --output-dir infra/o11y/grafana).
Codex note: .codex/hooks.json enforces write-guard here — a denied overwrite of existinginfra/observability/<vendor>/*.tf means regenerate deliberately.