Leaderboard/Developer Tooling/skills
Last commit on August 19, 2026·Created on January 5, 2026

getsentry/skills

A collection of specialized instructions for standardizing AI agent behavior and repository maintenance
Combined rank
#321
across all skills
In Developer Tooling
#26
category rank
Stars
999
+0.9% in last 7d
Forks
52
+2.0% in last 7d
Watchers
5
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This library provides a set of structured skills designed to align AI agents with specific engineering standards. It helps platform and developer experience teams maintain consistency across projects by automating the creation of agent instruction files and enforcing commit conventions.

By implementing these skills, teams can ensure that coding agents follow project-specific conventions and that version control history remains clean and reference-backed.

WHO IT'S FOR
Platform / DevEx teams
standardizing AI agent instructions and permissions
Technical writers
drafting engineering blog posts and deep-dives
Product designers / UX writers
creating user-facing UI copy and error messages
Backend / infrastructure engineers
configuring AI coding assistant permissions for repos
Repository contents

27 skill files

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill collection

Follow the documented setup, then try a first task.

I’m using

Claude Code plugin

Installs: Complete sentry-skills plugin, including the repository-root skills and agents loaded by its manifest. · Claude Code

Before you start
  • Claude Code
  1. In a terminal, add the getsentry/skills marketplace and then install the sentry-skills plugin.

    claude plugin marketplace add getsentry/skills
    claude plugin install sentry-skills@sentry-skills
  2. Restart Claude Code after installation; relevant skills then activate automatically.

.claude-plugin/plugin.json · Checked Sep 18, 2026.claude-plugin/marketplace.json · Checked Sep 18, 2026README.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Draft concise repository agent instructions

Uses agents-md

  • <repository-root>: path to the repository whose agent instructions should be drafted
Using the agents-md skill, inspect the repository at <repository-root> and draft the smallest useful root AGENTS.md. Verify its paths and commands against the repository, reference existing documentation instead of copying it, and keep the draft under 60 lines when practical.
skills/agents-md/SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026
Suggested first task

Review a focused code change

Uses code-review

  • <diff-or-PR>: the code diff, pull request, or changed files to review
  • Relevant project requirements or architecture context, if available
Using the code-review skill, review <diff-or-PR> for runtime errors, performance problems, unintended side effects, compatibility risks, security vulnerabilities, and missing tests. Return concise, actionable findings and identify any change that warrants senior-engineer review. Do not modify the code.
skills/code-review/SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026
Suggested first task

Draft a Sentry-style commit message

Uses commit

  • <repository-root>: path to the repository containing the change
  • <issue-reference>: optional issue identifier to close or reference
Using the commit skill, inspect the coherent change in <repository-root> and draft a Sentry-style conventional commit message without creating the commit. Include an optional body only when useful, and use Fixes or Refs with <issue-reference> only if one is supplied.
skills/commit/SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026