This is a comprehensive setup wizard for Sentry's Python SDK that actually scans your project first. It detects your framework (Django, Flask, FastAPI, etc.), checks for OpenTelemetry tracing, finds AI libraries like OpenAI or LangChain, and then recommends a specific config instead of asking you twenty questions. The opinionated part is real: it tells you exactly where to put sentry_sdk.init() for each framework, handles the dual-process init pain for Celery, and routes you to OTLP integration if you already have OTel instrumentation running. Use this when you want Sentry installed correctly the first time rather than debugging why your Flask errors aren't showing up because you initialized after creating the app object.
npx skills add https://github.com/getsentry/sentry-for-ai --skill sentry-python-sdk