#323 · Primary category: AI Coding Assistants
skills
Agent Skills used by the Sentry team for development.
Project last updated:08/25/26
GitHub Stars
961
Forks
50
Contributors
23
License
Apache-2.0
Why we included this project
Sentry's engineering team runs this plugin day to day: it's the collection of agent skills they actually use inside Claude Code and other compatible tools, each one a short markdown workflow with reference material loaded on demand. The skills cover tasks every dev team hits, like reviewing Django code for performance problems and IDOR security, writing pull requests, generating commit messages and branches, auditing Claude's permission settings, and triaging frontend bugs. What sets this apart from generic advice is that the skills encode Sentry's real conventions, so you get workflows shaped by a large engineering org rather than boilerplate best practices. You can install the whole thing as a Claude Code plugin marketplace, pull it in through the skills.sh ecosystem, or simply copy individual SKILL.md files as templates for your own standards. Teams building their own skill collections will also find the skill-writer and prompt-optimizer entries useful as working examples of the Agent Skills format.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.