spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
Use Cursor's browser aria snapshots to audit a page for accessibility issues — missing labels, broken tab order, contrast, and ARIA misuse.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
Use Cursor's browser aria snapshots to audit a page for accessibility issues — missing labels, broken tab order, contrast, and ARIA misuse.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
Add PostHog analytics to a web application, including event tracking, page views, feature flags, and session replay.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
Generate OpenAPI/Swagger documentation for an API, including endpoint schemas, request/response types, and interactive docs UI.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
Add authentication to a web application using NextAuth.js (Auth.js), including OAuth providers, session management, and protected routes.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
Dockerize an application with a production-ready Dockerfile, docker-compose setup, and .dockerignore.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
Set up Playwright end-to-end testing in a project, including test configuration, example tests, and CI integration.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
Add Sentry error tracking, performance monitoring, and source maps to a web application.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
Add feature flags to an application for gradual rollouts, A/B testing, and kill switches using PostHog, LaunchDarkly, or a simple local implementation.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
Integrate Stripe payments into a web application, including checkout sessions, webhooks, and customer portal.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
Start the dev server, discover API routes from the codebase, hit every endpoint, and report which ones return errors.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
Document technical decisions as Architecture Decision Records (ADRs) with context, options considered, and rationale.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
Audit and optimize application performance, including bundle size, rendering, database queries, and Core Web Vitals.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
Perform a systematic security audit of a codebase, checking for OWASP Top 10 vulnerabilities, secrets exposure, and insecure patterns.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
Run TypeScript type checking after file edits and immediately flag type errors before moving on. Uses Cursor hooks for automatic enforcement.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
Monitor a pull request for CI failures, review comments, and merge conflicts — then fix them automatically. Use when a PR is open and you want the agent to keep it merge-ready.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
Solve a hard problem by trying multiple approaches in parallel using isolated git worktrees. Each attempt runs in its own branch, and the best solution is selected. Use for complex refactors, tricky bugs, or architectural decisions where multiple strategies could work.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
When the same multi-step workflow repeats in Cursor (user corrections or agent redos), capture it as a new SKILL.md under .cursor/skills/ so future sessions load it automatically.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
Launch multiple explore subagents in parallel to investigate architecture, data models, auth, APIs, and deployment. Synthesize into an onboarding document.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
Check out two branches in separate worktrees, start both dev servers on different ports, screenshot the same pages, and produce a visual diff.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
Migrate CSS Modules (.module.css/.module.scss) to Tailwind utility classes. Handles styles object removal, className interpolation, composition, and global overrides.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
Convert plain CSS stylesheets to Tailwind CSS utility classes. Handles selectors, media queries, pseudo-classes, custom properties, and animations.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
Create a clean, review-ready pull request with a good title, structured description, linked issues, and appropriate reviewers.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
Toggle between light and dark mode in Cursor's browser, screenshot both states, and flag missing token mappings or contrast issues.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
Design database schemas — tables, relationships, indexes, constraints, and ORM setup. Covers relational design, normalization, and common patterns.