Skip to main content

← All sources

Sentry skills

Error monitoring, tracing, profiling, and session replay setup skills-hub.ai mirrors 15 skills from Sentry daily — every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.

Upstream: github.com/getsentry/sentry-agent-skills

Installing a Sentry skill

Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.

# Install a Sentry skill
npx @skills-hub-ai/cli install <skill-slug>

# Browse all Sentry skills via API
curl https://skills-hub.ai/api/v1/skills?source=sentry

# Browse all sources
open https://skills-hub.ai/sources

Top Sentry skills

See all →

The most-installed skills from Sentry, ranked by adoption.

  1. 01sentry-pr-code-review

    1 installs

    Review a project's PRs to check for issues detected in code review by Seer Bug Prediction. Use when asked to review or fix issues identified by Sentry in PR comments, or to find recent PRs with Sentry feedback.

    Buildfrom Sentry
  2. 02sentry-react-sdk

    Full Sentry SDK setup for React. Use when asked to "add Sentry to React", "install @sentry/react", or configure error monitoring, tracing, session replay, profiling, or logging for React applications. Supports React 16+, React Router v5-v7, TanStack Router, Redux, Vite, and webpack.

    Buildfrom Sentry
  3. 03sentry-setup-ai-monitoring

    Setup Sentry AI Agent Monitoring in any project. Use when asked to monitor LLM calls, track AI agents, or instrument OpenAI/Anthropic/Vercel AI/LangChain/Google GenAI/Pydantic AI. Detects installed AI SDKs and configures appropriate integrations.

    Buildfrom Sentry
  4. 04sentry-sdk-skill-creator

    Create a complete Sentry SDK skill bundle for any platform. Use when asked to "create an SDK skill", "add a new platform skill", "write a Sentry skill for X", or build a new sentry-<platform>-sdk skill bundle with wizard flow and feature reference files.

    Buildfrom Sentry
  5. 05sentry-svelte-sdk

    Full Sentry SDK setup for Svelte and SvelteKit. Use when asked to "add Sentry to Svelte", "add Sentry to SvelteKit", "install @sentry/sveltekit", or configure error monitoring, tracing, session replay, or logging for Svelte or SvelteKit applications.

    Buildfrom Sentry
  6. 06sentry-create-alert

    Create Sentry alerts using the workflow engine API. Use when asked to create alerts, set up notifications, configure issue priority alerts, or build workflow automations. Supports email, Slack, PagerDuty, Discord, and other notification actions.

    Buildfrom Sentry
  7. 07sentry-dotnet-sdk

    Full Sentry SDK setup for .NET. Use when asked to "add Sentry to .NET", "install Sentry for C#", or configure error monitoring, tracing, profiling, logging, or crons for ASP.NET Core, MAUI, WPF, WinForms, Blazor, Azure Functions, or any other .NET application.

    Buildfrom Sentry
  8. 08sentry-ruby-sdk

    Full Sentry SDK setup for Ruby. Use when asked to add Sentry to Ruby, install sentry-ruby, setup Sentry in Rails/Sinatra/Rack, or configure error monitoring, tracing, logging, metrics, profiling, or crons for Ruby applications. Also handles migration from AppSignal, Honeybadger, Bugsnag, Rollbar, or Airbrake. Supports Rails, Sinatra, Rack, Sidekiq, and Resque.

    Buildfrom Sentry
  9. 09sentry-cocoa-sdk

    Full Sentry SDK setup for Apple platforms (iOS, macOS, tvOS, watchOS, visionOS). Use when asked to "add Sentry to iOS", "add Sentry to Swift", "install sentry-cocoa", or configure error monitoring, tracing, profiling, session replay, or logging for Apple applications. Supports SwiftUI and UIKit.

    Buildfrom Sentry
  10. 10sentry-fix-issues

    Find and fix issues from Sentry using MCP. Use when asked to fix Sentry errors, debug production issues, investigate exceptions, or resolve bugs reported in Sentry. Methodically analyzes stack traces, breadcrumbs, traces, and context to identify root causes.

    Buildfrom Sentry
  11. 11sentry-go-sdk

    Full Sentry SDK setup for Go. Use when asked to "add Sentry to Go", "install sentry-go", "setup Sentry in Go", or configure error monitoring, tracing, logging, metrics, or crons for Go applications. Supports net/http, Gin, Echo, Fiber, FastHTTP, Iris, and Negroni.

    Buildfrom Sentry
  12. 12sentry-nextjs-sdk

    Full Sentry SDK setup for Next.js. Use when asked to "add Sentry to Next.js", "install @sentry/nextjs", or configure error monitoring, tracing, session replay, logging, profiling, AI monitoring, or crons for Next.js applications. Supports Next.js 13+ with App Router and Pages Router.

    Buildfrom Sentry
  13. 13sentry-otel-exporter-setup

    Configure the OpenTelemetry Collector with Sentry Exporter for multi-project routing and automatic project creation. Use when setting up OTel with Sentry, configuring collector pipelines for traces and logs, or routing telemetry from multiple services to Sentry projects.

    Buildfrom Sentry
  14. 14sentry-python-sdk

    Full Sentry SDK setup for Python. Use when asked to "add Sentry to Python", "install sentry-sdk", "setup Sentry in Python", or configure error monitoring, tracing, profiling, logging, metrics, crons, or AI monitoring for Python applications. Supports Django, Flask, FastAPI, Celery, Starlette, AIOHTTP, Tornado, and more.

    Buildfrom Sentry
  15. 15sentry-react-native-sdk

    Full Sentry SDK setup for React Native and Expo. Use when asked to "add Sentry to React Native", "install @sentry/react-native", "setup Sentry in Expo", or configure error monitoring, tracing, profiling, session replay, or logging for React Native applications. Supports Expo managed, Expo bare, and vanilla React Native.

    Buildfrom Sentry

About this source

skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.

Last sync: Apr 30, 2026, 10:15 PM (success).

Sentry skills — frequently asked

What are Sentry skills?

Sentry skills are AI coding skills published by Sentry (Error monitoring, tracing, profiling, and session replay setup) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.

How many Sentry skills are available?

skills-hub.ai indexes 15 skills from Sentry, synced daily from the upstream GitHub repository (https://github.com/getsentry/sentry-agent-skills).

How do I install a Sentry skill?

Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.

Are these official Sentry skills?

Yes. Every skill from this source is mirrored from Sentry's own GitHub repository (https://github.com/getsentry/sentry-agent-skills). Each skill page links back to the upstream source of truth, so you can verify the original.