A shared collection of Cursor rules and skills for AI-assisted development workflows.
| Name | Description |
|---|---|
| Sentry Issue Resolution | Diagnose and fix production errors reported in Sentry via the Sentry MCP |
cursor-rules/
└── rules/
└── Skills/
└── sentry-issue-resolution-skill.md
Copy the skill files into your project or Cursor configuration to make them available to the AI agent. Skills use YAML frontmatter with name and description fields so Cursor can determine when to activate them.
Add new rules or skills by placing .md files in the appropriate directory under rules/. Follow the existing conventions:
- Skills go in
rules/Skills/with the naming pattern{name}-skill.md - Include YAML frontmatter with
nameanddescription - Structure content with clear "When to Use", workflow steps, troubleshooting, and best practices sections