spencerpaulyspencerpaulyCommunity·65 Agent Skills Included

awesome-cursor-skills

Ready-made Cursor skills for testing, debugging, and shipping code

Automates everyday engineering workflows in Cursor, from writing tests and fixing CI failures to reviewing code and deploying with Docker or Kubernetes. Eliminates repetitive manual work like hunting dev server ports, checking broken links, and re-explaining project conventions to the AI. Helps developers ship faster with parallel subagents, browser-based visual QA, and structured debugging playbooks.
npx skills add spencerpauly/awesome-cursor-skills --all -g -y

All Skills in This Repository (65)

Pure Emerald Level Indicators
📦 In Repo
spencerpaulyspencerpauly

parallel-test-fixing

Distribute failing test files across parallel subagents for Jest, Vitest, and Pytest.

Community
Advanced
📦 In Repo
spencerpaulyspencerpauly

verifying-markdown-formatting

Fix formatting problems in Markdown files for headings, lists, links, and code blocks.

Community
Intermediate
📦 In Repo
spencerpaulyspencerpauly

fixing-broken-links

Crawl links in files and projects and repair broken references.

Community
Intermediate
📦 In Repo
spencerpaulyspencerpauly

screenshotting-changelog

Capture before-and-after screenshots of UI changes for pull requests.

Community
Intermediate
📦 In Repo
spencerpaulyspencerpauly

architecture-decision-records

Document significant technical decisions as architecture decision records with context and rationale.

Community
Intermediate
📦 In Repo
spencerpaulyspencerpauly

setting-up-ci

Generate GitHub Actions CI pipelines with linting, testing, type checking, and deployment.

Community
Intermediate
📦 In Repo
spencerpaulyspencerpauly

incident-response

Triage production incidents and guide mitigation through rollback or feature flags.

Community
Advanced
📦 In Repo
spencerpaulyspencerpauly

using-ui-stack

Apply configuration-driven design rules to generated UI components.

Community
Intermediate
📦 In Repo
spencerpaulyspencerpauly

adding-error-tracking

Add Sentry error tracking and performance monitoring to web applications.

Community
Intermediate
📦 In Repo
spencerpaulyspencerpauly

exporting-to-png

Convert HTML, code, diagrams, and SVG content into PNG images.

Community
Intermediate
📦 In Repo
spencerpaulyspencerpauly

comparing-branches-visually

Compare two Git branches by capturing matching screenshots and generating a visual diff report.

Community
Intermediate
📦 In Repo
spencerpaulyspencerpauly

database-design

Design database schemas from requirements into structured tables with Prisma or Drizzle.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How 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→