This is a complete setup wizard for instrumenting React apps with Sentry's error monitoring, tracing, session replay, and logging. It detects your React version (handles both the new React 19 error handler hooks and pre-19 ErrorBoundary patterns), figures out your router (React Router v5/v6/v7, TanStack), state management (Redux enhancer config), and build tool (Vite or webpack source map plugins), then walks you through the actual integration code with correct import paths and initialization order. The detection phase is smart about sniffing package.json and adjacent directories to suggest cross-service trace linking if you've got a backend sitting next door. Solid if you want proper Sentry coverage without hunting through their docs for the right integration incantations.
npx skills add https://github.com/getsentry/sentry-agent-skills --skill sentry-react-sdk