spencerpauly

spencerpauly/awesome-cursor-skills

65 resources in this repository

GitHub
🎯65

🎯Skills65

🎯auditing-security🎯Skill

A skill from the Awesome Cursor Skills collection, a curated library of reusable SKILL.md instruction files that teach Cursor's AI agent specific engineering workflows. The collection includes skills for security auditing, visual QA testing, performance profiling, and other development tasks.

auditing-security
🎯visual-qa-testing🎯Skill

A Cursor skill that opens your app in Cursor's built-in browser to take screenshots, check console errors, and audit network requests after making code changes, enabling visual QA testing directly within the editor.

visual-qa-testing
🎯suggesting-cursor-rules🎯Skill

A curated collection of Cursor AI editor skills including rule suggestion, hook automation, workspace context saving, visual QA testing, parallel exploration, and browser verification, with support for multiple AI coding assistants.

suggesting-cursor-rules
🎯systematic-debugging🎯Skill

A curated collection of reusable SKILL.md files for Cursor that teach the AI agent specific engineering workflows, including browser automation, parallel exploration, visual QA testing, and performance profiling.

systematic-debugging
🎯grinding-until-pass🎯Skill

Part of the Awesome Cursor Skills curated list; this skill instructs the AI agent to iteratively fix, run, and verify code autonomously until all tests pass, the build succeeds, or linting is clean.

grinding-until-pass
🎯reviewing-code🎯Skill

Part of a curated collection of Cursor skills providing thorough code review focused on correctness, maintainability, performance, and best practices.

reviewing-code
🎯using-ui-stack🎯Skill

A Cursor skill from Awesome Cursor Skills for leveraging the UI stack in development workflows, part of a curated collection of reusable SKILL.md files for Cursor's AI agent.

using-ui-stack
🎯responsive-testing🎯Skill

Opens the application at multiple viewport sizes (mobile, tablet, desktop), takes screenshots of each, and reports any layout breakage or responsive design issues.

responsive-testing
🎯saving-workspace-context🎯Skill

Automatically persists research findings, decisions, and learnings to workspace files, ensuring knowledge survives across AI agent conversations and sessions.

saving-workspace-context
🎯parallel-code-review🎯Skill

Runs four parallel code review subagents focusing on security, performance, correctness, and readability, then merges their findings into a single unified review report.

parallel-code-review
🎯verifying-in-browser🎯Skill

A Cursor skill that starts the dev server, opens the app alongside your code, and verifies rendering output, console errors, and network request health in the browser.

verifying-in-browser
🎯writing-tests🎯Skill

Analyzes existing code and writes comprehensive unit and integration tests with proper mocking, edge case coverage, and meaningful assertions.

writing-tests
🎯api-smoke-testing🎯Skill

A Cursor skill from Awesome Cursor Skills for API smoke testing, part of a curated list of skills that teach Cursor's AI agent specific engineering workflows.

api-smoke-testing
🎯auditing-performance🎯Skill

A curated collection of reusable SKILL.md instruction files for the Cursor AI code editor, covering engineering workflows such as visual QA testing, performance profiling, browser verification, parallel exploration, and more. Skills live in `.cursor/skills/` and are automatically discovered by the Cursor agent.

auditing-performance
🎯database-design🎯Skill

Designs database schemas including tables, relationships, indexes, constraints, and ORM setup, providing structured guidance for data modeling decisions.

database-design
🎯creating-pr🎯Skill

Teaches AI agents to create clean, review-ready pull requests with conventional titles, structured descriptions, and linked issues.

creating-pr
🎯suggesting-cursor-hooks🎯Skill

A Cursor-native skill that detects when you repeatedly ask the agent to run the same checks (lint, types, tests) and automatically suggests creating a .cursor/hooks.json hook to automate those recurring tasks.

suggesting-cursor-hooks
🎯parallel-exploring🎯Skill

A Cursor-native skill that teaches AI agents how to explore codebases efficiently using parallel searches, running multiple search queries simultaneously to understand project structure faster.

parallel-exploring
🎯monitoring-terminal-errors🎯Skill

A Cursor-native skill that teaches AI agents to actively monitor terminal output for errors and automatically respond to them, reducing the feedback loop between running code and fixing issues.

monitoring-terminal-errors
🎯accessibility-auditing🎯Skill

Audits web pages for accessibility issues using Cursor's built-in browser aria snapshots, systematically checking for missing labels, broken tab order, contrast problems, and ARIA misuse without requiring external tools.

accessibility-auditing
🎯suggesting-skills🎯Skill

Part of a curated Awesome Cursor Skills list β€” reusable SKILL.md instruction files that teach AI agents specific engineering workflows, from setting up analytics to scaffolding entire projects.

suggesting-skills
🎯writing-commit-messages🎯Skill

Teaches AI agents to write conventional commit messages with type prefixes, scopes, and meaningful descriptions following a consistent format.

writing-commit-messages
🎯seo-auditing🎯Skill

Performs technical SEO audits for websites, analyzing crawlability, indexing, site structure, and on-page optimization factors within an AI code editor workflow.

seo-auditing
🎯writing-copy🎯Skill

Teaches AI agents to write marketing copy for landing pages, CTAs, emails, microcopy, and product descriptions following structured copywriting workflows.

writing-copy
🎯auto-type-checking🎯Skill

A Cursor skill that teaches the AI agent to automatically run type checking on your codebase, part of the Awesome Cursor Skills curated collection of reusable SKILL.md instruction files for the Cursor AI code editor.

auto-type-checking
🎯prompt-engineering🎯Skill

Part of a curated Awesome Cursor Skills list β€” reusable SKILL.md instruction files that teach AI agents specific engineering workflows from analytics setup to project scaffolding.

prompt-engineering
🎯best-of-n-solving🎯Skill

A Cursor skill that tries multiple approaches to a hard problem in parallel using isolated git worktrees, then picks the best solution. Part of the awesome-cursor-skills curated collection for the Cursor AI code editor.

best-of-n-solving
🎯babysitting-pr🎯Skill

Part of a curated collection of reusable SKILL.md instruction files for Cursor, teaching the AI agent specific engineering workflows from analytics setup to project scaffolding.

babysitting-pr
🎯converting-css-to-tailwind🎯Skill

Teaches AI agents to convert plain CSS stylesheets to Tailwind utility classes, handling selectors, media queries, pseudo-classes, animations, and arbitrary values.

converting-css-to-tailwind
🎯building-skills-from-patterns🎯Skill

A skill from the Awesome Cursor Skills collection β€” a curated library of reusable SKILL.md instruction files for the Cursor AI code editor that teach specific engineering workflows, from scaffolding projects to automating repetitive checks and maintaining workspace knowledge.

building-skills-from-patterns
🎯codebase-onboarding🎯Skill

A curated list of Cursor skills covering AI-assisted engineering workflows including visual QA testing, browser verification, performance profiling, parallel exploration, autonomous iteration, terminal monitoring, responsive/dark mode testing, and codebase onboarding. Skills are reusable SKILL.md instruction files for the AI agent.

codebase-onboarding
🎯architecture-decision-records🎯Skill

A skill from the Awesome Cursor Skills collection that helps document technical decisions as Architecture Decision Records (ADRs) with context, options considered, and rationale.

architecture-decision-records
🎯adding-e2e-tests🎯Skill

A Cursor skill that sets up Playwright end-to-end testing with configuration, example tests, page objects, and CI integration. Part of the awesome-cursor-skills curated collection of reusable SKILL.md files for the Cursor AI code editor.

adding-e2e-tests
🎯detecting-port-conflicts🎯Skill

Detects EADDRINUSE errors in Cursor's terminal, identifies which process is occupying the port, and resolves the conflict by killing it or suggesting an alternative port.

detecting-port-conflicts
🎯dark-mode-testing🎯Skill

A Cursor skill that toggles between light and dark mode in the built-in browser, takes screenshots of both themes, and flags missing token mappings or contrast issues. Part of the awesome-cursor-skills curated collection of SKILL.md files for Cursor.

dark-mode-testing
🎯parallel-test-fixing🎯Skill

Cursor skill that assigns each failing test to a separate subagent for independent parallel fixing, speeding up the process of resolving multiple test failures simultaneously.

parallel-test-fixing
🎯setting-up-ci🎯Skill

A curated list of Cursor skills covering AI-assisted engineering workflows including visual QA testing, browser verification, performance profiling, parallel exploration, autonomous iteration, terminal monitoring, responsive/dark mode testing, and CI setup. Skills are reusable SKILL.md instruction files for the AI agent.

setting-up-ci
🎯finding-dev-server-url🎯Skill

A skill from the Awesome Cursor Skills collection β€” a curated library of reusable SKILL.md files for the Cursor AI code editor, including Cursor-native skills that leverage its built-in browser and agent capabilities for tasks like finding the dev server URL and verifying changes.

finding-dev-server-url
🎯react-native-patterns🎯Skill

Skill for building mobile apps with React Native and Expo, covering navigation, platform-specific code, performance optimization, and native module integration patterns.

react-native-patterns
🎯verifying-markdown-formatting🎯Skill

Part of the Awesome Cursor Skills collection, a curated set of reusable SKILL.md instruction files that teach AI agents engineering workflows such as visual QA testing, workspace context saving, and browser verification in Cursor.

verifying-markdown-formatting
🎯form-testing🎯Skill

Part of a curated collection of reusable SKILL.md instruction files for Cursor, teaching the AI agent specific engineering workflows from analytics setup to project scaffolding.

form-testing
🎯adding-api-docs🎯Skill

Generates OpenAPI/Swagger documentation for APIs with an interactive docs UI, enabling automatic API documentation from existing code.

adding-api-docs
🎯updating-npm-package🎯Skill

Skill for safely updating npm packages by checking npmjs.com for the latest version, reading release notes, auto-applying minor updates, and producing a detailed validation report with migration guidance for major updates.

updating-npm-package
🎯profiling-performance🎯Skill

Part of a curated Awesome list of skills for Cursor AI code editor, providing reusable SKILL.md instruction files that teach the AI agent specific engineering workflows and Cursor-native capabilities.

profiling-performance
🎯exporting-to-png🎯Skill

Exports code snippets, diagrams, terminal output, or UI components to PNG images using a headless browser or CLI tools.

exporting-to-png
🎯network-request-auditing🎯Skill

A skill from the Awesome Cursor Skills collection β€” a curated library of reusable SKILL.md instruction files for the Cursor AI code editor covering engineering workflows like suggesting cursor rules, visual QA testing, workspace context saving, and network request auditing.

network-request-auditing
🎯adding-docker🎯Skill

Part of a curated collection of reusable SKILL.md instruction files for Cursor, teaching the AI agent specific engineering workflows from analytics setup to project scaffolding.

adding-docker
🎯screenshotting-changelog🎯Skill

Part of a curated collection of reusable SKILL.md instruction files for Cursor, teaching the AI agent specific engineering workflows from analytics setup to project scaffolding.

screenshotting-changelog
🎯adding-auth🎯Skill

A Cursor skill that guides the AI agent to add OAuth login, session management, and protected routes to a web application using Auth.js (NextAuth), automating the full authentication setup workflow.

adding-auth
🎯fixing-broken-links🎯Skill

Crawls all URLs in a file, tests each for HTTP 200 status, and fixes or replaces any broken links it finds.

fixing-broken-links
🎯python-tdd-with-uv🎯Skill

A curated collection of reusable SKILL.md instruction files for the Cursor AI code editor, covering workflows like TDD, visual QA testing, parallel exploration, and autonomous iteration until tests pass.

python-tdd-with-uv
🎯converting-css-modules-to-tailwind🎯Skill

Migrates CSS Modules to Tailwind CSS, handling styles.xxx removal, composes directives, conditional classNames, SCSS features, and post-migration cleanup.

converting-css-modules-to-tailwind
🎯adding-analytics🎯Skill

A Cursor skill that guides the AI agent to add PostHog event tracking, page views, feature flags, and session replay to any web application, automating the full analytics instrumentation setup.

adding-analytics
🎯parallel-ci-triage🎯Skill

Part of the Awesome Cursor Skills collection, a curated set of reusable SKILL.md files that teach AI agents specific engineering workflows in the Cursor code editor, covering CI, testing, and development automation.

parallel-ci-triage
🎯adding-stripe🎯Skill

Guides the integration of Stripe into your project, covering checkout flows, subscription management, webhook handling, and customer portal setup.

adding-stripe
🎯generating-images🎯Skill

Part of the Awesome Cursor Skills collection, this skill teaches the Cursor AI agent how to generate images. The collection includes dozens of engineering workflow skills covering browser testing, parallel exploration, performance profiling, and more.

generating-images
🎯recording-browser-flow-as-test🎯Skill

A curated list of reusable SKILL.md instruction files for Cursor AI code editor, covering Cursor-native agent capabilities, browser testing, analytics setup, project scaffolding, and various development workflow patterns.

recording-browser-flow-as-test
🎯kubernetes-deploying🎯Skill

A Cursor skill that guides Kubernetes deployment workflows including Deployments, Services, Ingress, ConfigMaps, health checks, and autoscaling configuration.

kubernetes-deploying
🎯tailing-build-output🎯Skill

A Cursor skill that monitors a build process for warnings and errors as they stream in real time, enabling developers to identify and fix issues before the build finishes.

tailing-build-output
🎯adding-error-tracking🎯Skill

A curated collection of reusable SKILL.md files for the Cursor AI code editor, offering agent skills for visual QA testing, parallel codebase exploration, performance profiling, and automated workflow management.

adding-error-tracking
🎯adding-feature-flags🎯Skill

A Cursor skill that guides adding feature flags for gradual rollouts and A/B testing, supporting PostHog integration or a simple local implementation for controlled feature deployment.

adding-feature-flags
🎯incident-response🎯Skill

A curated list of reusable SKILL.md files for Cursor, the AI code editor, featuring Cursor-native skills like workspace context persistence, visual QA testing, and best-of-n solving alongside general engineering workflow skills for analytics, testing, and deployment.

incident-response
🎯comparing-branches-visually🎯Skill

A skill from Awesome Cursor Skills, a curated list of reusable SKILL.md instruction files that teach AI agents specific engineering workflows in Cursor, including visual QA testing, browser verification, and workspace context management.

comparing-branches-visually
🎯switching-projects🎯Skill

A curated list of reusable SKILL.md files for Cursor, the AI code editor, covering Cursor-native capabilities like visual QA testing, parallel codebase exploration, and performance profiling alongside general engineering workflow skills.

switching-projects
🎯setting-up-terraform🎯Skill

Part of a curated collection of skills for Cursor, the AI code editor, covering Cursor-native capabilities, engineering workflows, and development automation. Includes skills for visual QA testing, parallel exploration, performance profiling, and changelog generation.

setting-up-terraform