{"id":41044549,"url":"https://github.com/getsentry/skills","last_synced_at":"2026-01-22T11:01:46.055Z","repository":{"id":331516207,"uuid":"1128612043","full_name":"getsentry/skills","owner":"getsentry","description":"Agent Skills used by the Sentry team for development.","archived":false,"fork":false,"pushed_at":"2026-01-20T20:23:02.000Z","size":108,"stargazers_count":130,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-21T03:51:13.602Z","etag":null,"topics":["tag-production"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/getsentry.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null},"funding":{"custom":["https://sentry.io/pricing/","https://sentry.io/"]}},"created_at":"2026-01-05T22:41:55.000Z","updated_at":"2026-01-20T20:23:05.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/getsentry/skills","commit_stats":null,"previous_names":["getsentry/skills"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/getsentry/skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fskills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fskills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fskills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fskills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getsentry","download_url":"https://codeload.github.com/getsentry/skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fskills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28661882,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["tag-production"],"created_at":"2026-01-22T11:00:51.662Z","updated_at":"2026-01-22T11:01:46.049Z","avatar_url":"https://github.com/getsentry.png","language":null,"readme":"# Sentry Skills\n\nAgent skills for Sentry employees, following the [Agent Skills](https://agentskills.io) open format.\n\n## Installation\n\n### Claude Code (via Marketplace)\n\n```bash\n# Add the marketplace\nclaude plugin marketplace add getsentry/skills\n\n# Install the plugin\nclaude plugin install sentry-skills@sentry-skills\n```\n\n### Claude Code (from local clone)\n\n```bash\n# Clone the repository\ngit clone git@github.com:getsentry/skills.git ~/sentry-skills\n\n# Install the marketplace from the local clone\nclaude plugin marketplace add ~/sentry-skills\n\n# Install the plugin directly\nclaude plugin install sentry-skills\n```\n\nAfter installation, restart Claude Code. The skills will be automatically invoked when relevant to your task.\n\n### Updating\n\n```bash\n# Update the marketplace index\nclaude plugin marketplace update\n\n# Update the plugin\nclaude plugin update sentry-skills@sentry-skills\n```\n\nOr use `/plugin` to open the interactive plugin manager.\n\n### Other Agents\n\nCopy the `skills/` directory to your agent's skills location, or reference the SKILL.md files directly according to your agent's documentation.\n\n## Available Skills\n\n| Skill | Description |\n|-------|-------------|\n| [code-review](plugins/sentry-skills/skills/code-review/SKILL.md) | Sentry code review guidelines and checklist |\n| [commit](plugins/sentry-skills/skills/commit/SKILL.md) | Sentry commit message conventions |\n| [create-pr](plugins/sentry-skills/skills/create-pr/SKILL.md) | Create pull requests following Sentry conventions |\n| [find-bugs](plugins/sentry-skills/skills/find-bugs/SKILL.md) | Find bugs and security vulnerabilities in branch changes |\n| [iterate-pr](plugins/sentry-skills/skills/iterate-pr/SKILL.md) | Iterate on a PR until CI passes and feedback is addressed |\n| [claude-settings-audit](plugins/sentry-skills/skills/claude-settings-audit/SKILL.md) | Analyze repo and generate recommended Claude Code settings.json permissions |\n| [agents-md](plugins/sentry-skills/skills/agents-md/SKILL.md) | Maintain AGENTS.md with concise agent instructions |\n| [brand-guidelines](plugins/sentry-skills/skills/brand-guidelines/SKILL.md) | Write copy following Sentry brand guidelines |\n| [doc-coauthoring](plugins/sentry-skills/skills/doc-coauthoring/SKILL.md) | Structured workflow for co-authoring documentation, proposals, and specs |\n\n## Available Subagents\n\n| Subagent | Description |\n|----------|-------------|\n| [code-simplifier](plugins/sentry-skills/agents/code-simplifier.md) | Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality |\n\n## Repository Structure\n\n```\nsentry-skills/\n├── .claude-plugin/\n│   └── marketplace.json      # Marketplace manifest\n├── plugins/\n│   └── sentry-skills/\n│       ├── .claude-plugin/\n│       │   └── plugin.json   # Plugin manifest\n│       ├── agents/\n│       │   └── code-simplifier.md\n│       └── skills/\n│           ├── code-review/\n│           │   └── SKILL.md\n│           └── commit/\n│               └── SKILL.md\n├── AGENTS.md                 # Agent-facing documentation\n├── CLAUDE.md                 # Symlink to AGENTS.md\n└── README.md                 # This file\n```\n\n## Creating New Skills\n\nSkills follow the [Agent Skills specification](https://agentskills.io/specification). Each skill requires a `SKILL.md` file with YAML frontmatter.\n\n### Skill Template\n\nCreate a new directory under `plugins/sentry-skills/skills/`:\n\n```\nplugins/sentry-skills/skills/my-skill/\n└── SKILL.md\n```\n\n**SKILL.md format:**\n\n```yaml\n---\nname: my-skill\ndescription: A clear description of what this skill does and when to use it. Include keywords that help agents identify when this skill is relevant.\n---\n\n# My Skill Name\n\n## Instructions\n\nStep-by-step guidance for the agent.\n\n## Examples\n\nConcrete examples showing expected input/output.\n\n## Guidelines\n\n- Specific rules to follow\n- Edge cases to handle\n```\n\n### Naming Conventions\n\n- **name**: 1-64 characters, lowercase alphanumeric with hyphens only\n- **description**: Up to 1024 characters, include trigger keywords\n- Keep SKILL.md under 500 lines; split longer content into reference files\n\n### Optional Fields\n\n| Field | Description |\n|-------|-------------|\n| `license` | License name or path to license file |\n| `compatibility` | Environment requirements (max 500 chars) |\n| `model` | Override model for this skill (e.g., `sonnet`, `opus`, `haiku`) |\n| `allowed-tools` | Space-delimited list of tools the skill can use |\n| `metadata` | Arbitrary key-value pairs for additional properties |\n\n```yaml\n---\nname: my-skill\ndescription: What this skill does\nlicense: Apache-2.0\nmodel: sonnet\nallowed-tools: Read Grep Glob\n---\n```\n\n## References\n\n- [Agent Skills Specification](https://agentskills.io/specification)\n- [Sentry Engineering Practices](https://develop.sentry.dev/engineering-practices/)\n\n## License\n\nApache-2.0\n","funding_links":["https://sentry.io/pricing/","https://sentry.io/"],"categories":["AI and Agents"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetsentry%2Fskills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetsentry%2Fskills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetsentry%2Fskills/lists"}