This handles the setup for Sentry's performance monitoring, so you can track transactions, spans, and things like API response times or page load latency. You'd reach for it when you want to add tracing to your app or configure tracesSampleRate without digging through docs. It's from Sentry's official agent skills repo, which has picked up 230 installs and passed security audits from Gen Agent Trust Hub, Socket, and Snyk. The skill docs remind you to verify against the latest Sentry documentation since SDK versions and APIs can shift, which is honest and practical. Good for getting performance monitoring wired up quickly without the usual configuration guesswork.
npx skills add https://github.com/getsentry/sentry-agent-skills --skill sentry-setup-tracing