getsentry

SDK Skills — Code Quality skill for Claude Code

Code Quality community

Agent skills for managing feature development across Sentry SDKs, following the Agent Skills open format.

How to install SDK Skills

This entry records only its repository, not the path inside it, so there is no exact command to give. Open getsentry/sdk-skills and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What SDK Skills does

Agent skills for managing feature development across Sentry SDKs, following the [Agent Skills](https://agentskills.io) open format.

Alternatives in Code Quality

  • Import Drawio — Redraw a draw.io file as an editorial diagram at a chosen format, size, and detail level 27.2k ★
  • Open Code Review — /open-code-review 21.5k ★
  • Job Stories — Create job stories with acceptance criteria in JTBD format 7.8k ★

README

Sentry SDK Skills

Agent skills for managing feature development across Sentry SDKs, following the [Agent Skills](https://agentskills.io) open format.

Installation

Claude Code (from local clone)

# Clone the repository
git clone git@github.com:getsentry/sdk-skills.git
cd sdk-skills

# Install the marketplace from the local clone
# Note: ./ (not .) - the slash indicates a local path vs remote marketplace name (owner/repo)
claude plugin marketplace add ./

# Install the plugin directly
claude plugin install sentry-sdk-skills

After installation, restart Claude Code. The skills will be automatically invoked when relevant to your task.

Updating

# Update the marketplace index
claude plugin marketplace update

# Update the plugin
claude plugin update sentry-sdk-skills

Or use `/plugin` to open the interactive plugin manager.

Other Agents

Copy the `skills/` directory to your agent's skills location, or reference the SKILL.md files directly according to your agent's documentation.

Available Skills

Skill Description
contributing-md Generate or update CONTRIBUTING.md for Sentry SDK repositories. Use when asked to "create contributing.md", "update contributing.md", "contributing guide", or "align contributing.md with standard".
daily-update Generate a formatted async daily standup message for the Sentry SDK team channel. Use when creating a "daily update", "async daily", or "standup update".
linear-initiative Creates Linear projects for SDK teams from an initiative. Use when rolling out features across multiple SDKs.
linear-sdk-telemetry-labeler Classify and apply SDK Telemetry labels (Errors, Spans, Traces, Profiles, Replays, Logs, Metrics, Checks, etc.) to Linear issues. Use when tagging issues by telemetry signal. Accepts a team name or a list of Linear IDs.
linear-type-labeler Classify and apply Type labels (Bug, Feature, Improvement, Task, etc.) to Linea