awesome-cursor-skills
Ready-made Cursor skills for testing, debugging, and shipping code
All Skills in This Repository (65)
Pure Emerald Level Indicatorsparallel-test-fixing
Distribute failing test files across parallel subagents for Jest, Vitest, and Pytest.
verifying-markdown-formatting
Fix formatting problems in Markdown files for headings, lists, links, and code blocks.
fixing-broken-links
Crawl links in files and projects and repair broken references.
screenshotting-changelog
Capture before-and-after screenshots of UI changes for pull requests.
architecture-decision-records
Document significant technical decisions as architecture decision records with context and rationale.
setting-up-ci
Generate GitHub Actions CI pipelines with linting, testing, type checking, and deployment.
incident-response
Triage production incidents and guide mitigation through rollback or feature flags.
using-ui-stack
Apply configuration-driven design rules to generated UI components.
adding-error-tracking
Add Sentry error tracking and performance monitoring to web applications.
exporting-to-png
Convert HTML, code, diagrams, and SVG content into PNG images.
comparing-branches-visually
Compare two Git branches by capturing matching screenshots and generating a visual diff report.
database-design
Design database schemas from requirements into structured tables with Prisma or Drizzle.
Frequently Asked Questions
FAQPage SchemaHow to install Awesome Cursor Skills?â–¼
Run `npx skills add spencerpauly/awesome-cursor-skills --all -g -y` in your terminal to install the full skill collection globally.
What do Cursor skills actually do?â–¼
Each skill is a reusable SKILL.md file that teaches the Cursor agent a specific workflow, like writing tests, creating PRs, or auditing accessibility. The agent discovers and applies them automatically when your request matches.
Can these skills fix failing tests automatically?â–¼
Yes. Skills like parallel-test-fixing and grinding-until-pass assign failing tests to subagents or loop through fixes until the suite passes.
Do these skills work outside of Cursor?â–¼
They are plain SKILL.md files following the open skill standard, so any agent that supports that format can read them, though some rely on Cursor-specific browser and terminal tools.
Can I use these skills without deep DevOps knowledge?â–¼
Yes. Skills like setting-up-ci, adding-docker, and kubernetes-deploying walk the agent through proven configurations, so you just describe what you need in plain English.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core