This is a comprehensive setup wizard that walks you through installing and configuring Sentry for PHP projects, whether you're running plain PHP, Laravel, or Symfony. It detects your framework, checks for existing Sentry installations, and recommends which features to enable (error monitoring, tracing, profiling, crons, metrics) based on what it finds in your codebase. The opinionated approach is helpful: instead of dumping configuration options on you, it scans composer.json and your file structure, then makes concrete recommendations. The references for each feature (error monitoring, tracing, profiling) are thorough, covering both auto-instrumentation for frameworks and manual instrumentation for custom code. Particularly useful if you're setting up Sentry for the first time and want guardrails instead of reading docs for an hour.
npx skills add https://github.com/getsentry/sentry-for-ai --skill sentry-php-sdk