Meta-skill for building complete Sentry SDK integration guides. Instead of documenting how to use a specific SDK, this generates the documentation itself. You'd invoke it when adding support for a new platform or language to a Sentry skill library. It walks through identifying which features the SDK supports (tracing, profiling, session replay, etc.), running parallel research tasks against official docs and GitHub repos, then outputting a four-phase wizard guide plus feature reference files. The philosophy is sound: wizard-first when available, research before writing, and keep the main guide lean by pushing deep-dive content into separate references. Basically code generation for integration docs.
npx skills add https://github.com/getsentry/sentry-agent-skills --skill sentry-sdk-skill-creator