This walks Claude through installing and configuring Sentry's error monitoring, tracing, session replay, and logging in Svelte and SvelteKit projects. It detects your framework version (SvelteKit 2.31+ uses the modern instrumentation.server.ts pattern, older versions init in hooks.server.ts), checks existing setup, then offers either the interactive wizard or manual file-by-file instructions across five to six files including hooks, Vite config, and source map upload. The wizard is faster but requires you to run it yourself since it opens a browser. Manual setup gives you full control over sample rates and PII settings. It also checks for backend directories and suggests cross-SDK setup if you're running Go, Python, or Ruby services alongside your frontend.
npx skills add https://github.com/getsentry/sentry-for-ai --skill sentry-svelte-sdk