What problem does it solve? Choosing and configuring the right Sentry SDK across dozens of languages and frameworks is error-prone, and picking the wrong integration leads to broken error monitoring. This Skill detects your project's platform and routes you to the correct SDK setup instructions. ## Core Features & Use Cases - Platform Detection: Identifies your stack from project files like package.json, go.mod, requirements.txt, Gemfile, or build.gradle. - SDK Routing: Maps 19 platforms (Next.js, Go, Python, React Native, .NET, and more) to their dedicated Sentry SDK skills, with priority rules when multiple SDKs could match. - DSN Guidance: Walks you through locating your Sentry DSN from project settings when you don't have it. - Use Case: You have a Next.js app and want error monitoring. The Skill detects Next.js, recommends sentry-nextjs-sdk over generic Node or React SDKs, and fetches the exact setup instructions. ## Quick Start Ask the assistant to set up Sentry error monitoring in your project and confirm the detected platform before it proceeds.