This is a comprehensive wizard that scans your .NET project, detects the framework (ASP.NET Core, MAUI, WPF, Blazor, Azure Functions, etc.), and walks you through the complete Sentry setup with error monitoring, distributed tracing, profiling, and structured logging. It's opinionated in a helpful way: detects if you're using Serilog or NLog, figures out whether you need IsGlobalModeEnabled for desktop apps or FlushOnCompletedRequest for serverless, and recommends the correct package out of the eight or so variants. The phase-based approach (detect, recommend, guide) means it won't just dump config at you. It actually looks at your csproj files and startup code first, then proposes a concrete plan. If you've ever gotten lost in Sentry's .NET docs trying to figure out which NuGet package to install, this handles that decisively.
npx skills add https://github.com/getsentry/sentry-for-ai --skill sentry-dotnet-sdk