spencerpauly/awesome-cursor-skills

A curated list of awesome skills for Cursor

772Stars on the repository
65Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
CC0-1.0Licence, which decides whether bodies are shown

spencerpauly/awesome-cursor-skills

Skill Claude Code

Detect EADDRINUSE and port conflicts, find what's using the port, and resolve it by killing the process or suggesting an alternative port.

not rated 772 +13 1mo ago A SkillSpector: pass 34 tokens original CC0-1.0

exporting-to-png

26

spencerpauly/awesome-cursor-skills

Skill Claude Code

Export code, terminal output, diagrams, or UI components to PNG images using headless browser rendering or CLI tools.

not rated 772 +13 1mo ago A SkillSpector: warn 29 tokens original CC0-1.0

fixing-broken-links

27

spencerpauly/awesome-cursor-skills

Skill Claude Code needs its repo

Crawl all links in a file or project, test each for a valid HTTP response, report broken ones, and fix or remove them.

not rated 772 +13 1mo ago A SkillSpector: pass 34 tokens original CC0-1.0

form-testing

28

spencerpauly/awesome-cursor-skills

Skill Claude Code

Use Cursor's browser to fill and submit every form in the app with valid and invalid data, verifying validation, error states, and success flows.

not rated 772 +13 1mo ago A Socket: passSnyk: passSkillSpector: pass 32 tokens original CC0-1.0

generating-images

29

spencerpauly/awesome-cursor-skills

Skill Claude Code

Generate or edit images using the OpenAI Image API (gpt-image-2). Use when the user asks to generate, create, draw, render, illustrate, mock up, or edit an image, icon, logo, mockup, illustration, OG image, blog hero, marketing asset, or similar visual. Also use when the user supplies a reference image and asks to…

not rated 772 +13 1mo ago A SkillSpector: warn 138 tokens original CC0-1.0

grinding-until-pass

30

spencerpauly/awesome-cursor-skills

Skill Claude CodeCodex

Keep iterating on code changes until the tests pass, the build succeeds, or linting is clean. Runs in a tight loop of fix → run → check → repeat. Use when you want the agent to autonomously grind through test failures or build errors.

not rated 772 +13 1mo ago A Socket: passSnyk: passSkillSpector: warn 58 tokens original CC0-1.0

incident-response

31

spencerpauly/awesome-cursor-skills

Skill Claude Code

Handle production incidents — triage, mitigate, communicate, and write postmortems.

not rated 772 +13 1mo ago A SkillSpector: pass 20 tokens original CC0-1.0

spencerpauly/awesome-cursor-skills

Skill Claude Code

Deploy applications to Kubernetes — Deployments, Services, Ingress, ConfigMaps, Secrets, health checks, and scaling.

not rated 772 +13 1mo ago A SkillSpector: pass 30 tokens original CC0-1.0

spencerpauly/awesome-cursor-skills

Skill Claude Code

Watch running terminal processes for crashes and stack traces. When an error appears, navigate to the failing file and line, diagnose, and fix it automatically.

not rated 772 +13 1mo ago A Socket: passSnyk: passSkillSpector: pass 35 tokens original CC0-1.0

spencerpauly/awesome-cursor-skills

Skill Claude Code

After navigating and interacting in Cursor's built-in browser, use browsernetworkrequests to audit every fetch/XHR for failures, slowness, duplicate calls, and suspicious payloads. Use for API-heavy pages and after backend or client networking changes.

not rated 772 +13 1mo ago A SkillSpector: pass 55 tokens original CC0-1.0

parallel-ci-triage

35

spencerpauly/awesome-cursor-skills

Skill Claude Code

When GitHub Actions fails, fetch failing job logs and assign each failing job to a separate subagent that fixes its slice of the problem in parallel. Use for multi-job CI failures where jobs are independent.

not rated 772 +13 1mo ago A SkillSpector: pass 47 tokens original CC0-1.0

spencerpauly/awesome-cursor-skills

Skill Claude Code

Run four parallel read-only subagents that each review the same diff from a different lens — security, performance, correctness, and readability — then merge findings into one report. Use before merging large or risky PRs.

not rated 772 +13 1mo ago A Socket: passSnyk: warnSkillSpector: pass 47 tokens original CC0-1.0

parallel-exploring

37

spencerpauly/awesome-cursor-skills

Skill Claude CodeCodex

Explore a large codebase in parallel by launching multiple explore subagents that each investigate a different area simultaneously. Use when onboarding onto a new project, understanding architecture, or investigating a cross-cutting concern.

not rated 772 +13 1mo ago A Socket: passSnyk: passSkillSpector: pass 45 tokens original CC0-1.0

spencerpauly/awesome-cursor-skills

Skill Claude Code

When multiple tests fail, assign each failing test file to a separate subagent that fixes it independently in parallel.

not rated 772 +13 1mo ago A SkillSpector: pass 27 tokens original CC0-1.0

spencerpauly/awesome-cursor-skills

Skill Claude CodeCodex

Profile a running web application's CPU performance using Cursor's built-in browser profiler. Captures call stacks, identifies slow functions, and suggests optimizations. Use when a page feels slow or janky.

not rated 772 +13 1mo ago A SkillSpector: pass 43 tokens original CC0-1.0

prompt-engineering

40

spencerpauly/awesome-cursor-skills

Skill Claude Code

Write effective prompts for LLMs — structure, few-shot examples, chain-of-thought, system prompts, and output parsing.

not rated 772 +13 1mo ago A SkillSpector: pass 30 tokens original CC0-1.0

python-tdd-with-uv

41

spencerpauly/awesome-cursor-skills

Skill Claude Code

Test-driven development in Python using uv as the package manager. Covers the red-green-refactor cycle, vertical slicing, and uv project setup.

not rated 772 +13 1mo ago A SkillSpector: pass 35 tokens original CC0-1.0

spencerpauly/awesome-cursor-skills

Skill Claude Code

Build mobile apps with React Native and Expo — navigation, platform-specific code, performance, and native modules.

not rated 772 +13 1mo ago A SkillSpector: warn 26 tokens original CC0-1.0

spencerpauly/awesome-cursor-skills

Skill Claude Code

Execute a user flow step-by-step in Cursor's built-in browser while documenting each action, then emit a Playwright test that replays the same flow using stable selectors derived from the accessibility tree.

not rated 772 +13 1mo ago A SkillSpector: warn 46 tokens original CC0-1.0

responsive-testing

44

spencerpauly/awesome-cursor-skills

Skill Claude Code

Open the app in Cursor's browser at multiple viewport sizes, screenshot each, and report any layout breakage.

not rated 772 +13 1mo ago A Socket: passSnyk: passSkillSpector: pass 25 tokens original CC0-1.0

reviewing-code

45

spencerpauly/awesome-cursor-skills

Skill Claude CodeCodex

Perform a thorough code review focused on correctness, maintainability, performance, and best practices.

not rated 772 +13 1mo ago A Socket: passSnyk: passSkillSpector: pass 22 tokens original CC0-1.0

spencerpauly/awesome-cursor-skills

Skill Claude Code

Automatically persist useful context — research, decisions, learnings, templates — to workspace files so knowledge survives across conversations.

not rated 772 +13 1mo ago A Socket: passSnyk: failSkillSpector: pass 28 tokens original CC0-1.0

spencerpauly/awesome-cursor-skills

Skill Claude CodeCodex

Generate a visual changelog or PR description by taking before/after screenshots of UI changes using Cursor's built-in browser. Use when preparing a PR with visual changes.

not rated 772 +13 1mo ago A SkillSpector: pass 39 tokens original CC0-1.0

seo-auditing

48

spencerpauly/awesome-cursor-skills

Skill Claude Code

Audit technical SEO — meta tags, structured data, Open Graph, sitemaps, robots.txt, performance, and accessibility signals.

not rated 772 +13 1mo ago A Socket: passSnyk: warnSkillSpector: pass 31 tokens original CC0-1.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: