This is a comprehensive wizard for installing Sentry's browser SDK in vanilla JavaScript projects, static sites, WordPress, and anything without a framework-specific option. It starts by scanning your project to detect if you're actually using React, Next.js, Vue, or another framework and redirects you to the right SDK if so, which matters because framework SDKs give you router tracking and error boundaries that the base browser SDK doesn't. If you're genuinely framework-free, it walks you through npm install versus loader script versus CDN bundle, then configures error monitoring, tracing, session replay, and optionally logging or user feedback. The redirect logic alone makes this worth using since grabbing the wrong Sentry SDK is a common mistake that silently loses you coverage.
npx skills add https://github.com/getsentry/sentry-for-ai --skill sentry-browser-sdk