superlog-onboard
Installation
SKILL.md
Superlog onboarding
Wire OpenTelemetry traces, logs, and metrics into the user's project so telemetry streams to Superlog. Cover every app and service in the repo — not just the one the user is currently sitting in.
Prefer native OpenTelemetry APIs and the framework's documented bootstrap over custom helper layers. If a specific stack stumps you, search the OTel docs for that language; don't guess.
Before editing, read the applicable companion skills:
otel-onboarding-stylefor general OTel taste.otel-python-stylefor Python services.otel-fastapi-stylefor FastAPI services.otel-livekit-stylefor LiveKit agents.otel-nextjs-stylefor Next.js/Vercel apps.otel-expo-stylefor Expo / React Native apps.otel-supabase-edge-stylefor Supabase Edge Functions.otel-generic-stylefor any other language (Go, Java/Kotlin, Ruby, Rust, .NET/C#, PHP, Elixir, plain Node, …) — use this as the fallback when none of the above match.