This handles the full Sentry setup for Next.js 13+ across all three runtimes: browser, Node.js server, and Edge. It's opinionated and wizard-driven, which is good because Sentry's Next.js integration has a lot of moving parts (instrumentation hooks, three separate config files, next.config wrapping, source map uploads). The skill walks through detection first to understand your router type and existing setup, then recommends a feature set (error monitoring and tracing always, session replay for user-facing apps, logging if you need structured logs), then either points you to run the interactive wizard yourself or guides you through manual file creation. Useful if you've put off Sentry because the setup looked annoying.
npx skills add https://github.com/getsentry/sentry-for-ai --skill sentry-nextjs-sdk