getsentrygetsentryOfficialยท28 Agent Skills Included

sentry

AI-guided development workflows for the Sentry error monitoring codebase

Guides AI agents through real Sentry engineering tasks: writing Django models, RPC services, database migrations, React forms, tests, and security reviews. Encodes patterns from hundreds of real production bugs and security patches so agents avoid the mistakes that actually ship. Covers frontend design system rules, feature flags, notifications, and hybrid-cloud architecture so changes pass review on the first try.
npx skills add getsentry/sentry --all -g -y
Available:

Tells the AI agent how to run Sentry's Python and frontend commands safely, which subdirectory guide to load for each code area, and which skill to invoke for tasks like migrations, feature flags, and environment setup.

All Skills in This Repository (28)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
getsentrygetsentry

migrate-frontend-forms

Migrate frontend forms from JsonForm/FormModel to TanStack with code examples.

Official
Intermediate
๐Ÿ“ฆ In Repo
getsentrygetsentry

generate-migration

Generate and manage Django database migrations for the Sentry project.

Official
Intermediate
๐Ÿ“ฆ In Repo
getsentrygetsentry

design-system

Guide UI development using Sentry's @sentry/scraps layout and typography primitives.

Official
Intermediate
๐Ÿ“ฆ In Repo
getsentrygetsentry

generate-frontend-forms

Create Sentry frontend forms with TanStack React Form and Zod validation.

Official
Intermediate
๐Ÿ“ฆ In Repo
getsentrygetsentry

sentry-security

Review Sentry endpoints, serializers, and views for security vulnerabilities using patterns from real patches.

Official
Advanced
๐Ÿ“ฆ In Repo
getsentrygetsentry

sentry-javascript-bugs

Review Sentry React and TypeScript diffs for bug patterns from real production issues.

Official
Advanced
๐Ÿ“ฆ In Repo
getsentrygetsentry

seer-embed

Create Seer embed widgets with Zod schemas, React components, and backend codegen.

Official
Intermediate
๐Ÿ“ฆ In Repo
getsentrygetsentry

notification-platform

Implements notifications, renderers, and providers for Sentry's NotificationPlatform system.

Official
Advanced
๐Ÿ“ฆ In Repo
getsentrygetsentry

cmdk-actions

Implements new actions for Sentry's Command+K palette using CMDKAction components and slots.

Official
Advanced
๐Ÿ“ฆ In Repo
getsentrygetsentry

cell-architecture

Guides Sentry's region-to-cell architecture migration and cross-cell data access patterns.

Official
Advanced
๐Ÿ“ฆ In Repo
getsentrygetsentry

feature-flags

Registers and checks FlagPole feature flags in Sentry Python and frontend code.

Official
Basic
๐Ÿ“ฆ In Repo
getsentrygetsentry

hybrid-cloud-test-gen

Generates hybrid cloud tests for Sentry's RPC services, API gateway, outbox patterns, and silo-decorated endpoints.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How to install Sentry agent skills?โ–ผ

Run `npx skills add getsentry/sentry --all -g -y` in your terminal to install all skills in this suite globally.

What do the Sentry agent skills do?โ–ผ

They teach your AI agent Sentry's exact conventions for backend models, RPC services, migrations, React forms, tests, and security reviews, so generated code matches the real codebase standards.

How do the bug review skills work?โ–ผ

The sentry-backend-bugs and sentry-javascript-bugs skills check your diff against patterns from hundreds of real production incidents and report only confirmed, high-confidence issues with concrete fixes.

Do these skills work with Claude Code and Cursor?โ–ผ

Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Codex, and other compatible agents.

Can AI set up the Sentry dev environment for me?โ–ผ

Yes. The setup-dev skill walks the agent through installing dependencies, starting Docker services, seeding the database, and fixing common startup failures.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’