This is a router skill that detects your project's platform and points you to the right Sentry SDK setup guide. It covers 19 platforms from Next.js and Python to Flutter and Cloudflare Workers, with priority rules for overlapping cases like preferring the Next.js SDK over generic React. The skill enforces a deliberate workflow: detect the platform from project files, tell the user what you found, wait for confirmation, then fetch the specific SDK skill via curl. It's opinionated about not skipping steps or improvising, which is good because Sentry setup varies wildly between frameworks. Useful if you're adding error monitoring to a polyglot codebase or just want Claude to stop guessing which SDK you need.
npx skills add https://github.com/getsentry/sentry-for-ai --skill sentry-sdk-setup