spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
Detect EADDRINUSE and port conflicts, find what's using the port, and resolve it by killing the process or suggesting an alternative port.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
Detect EADDRINUSE and port conflicts, find what's using the port, and resolve it by killing the process or suggesting an alternative port.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
Export code, terminal output, diagrams, or UI components to PNG images using headless browser rendering or CLI tools.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
Scan running terminals for dev server URLs (localhost ports), report them, and optionally open the app in Cursor's built-in browser.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
Crawl all links in a file or project, test each for a valid HTTP response, report broken ones, and fix or remove them.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
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.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
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…
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.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
Handle production incidents — triage, mitigate, communicate, and write postmortems.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
Deploy applications to Kubernetes — Deployments, Services, Ingress, ConfigMaps, Secrets, health checks, and scaling.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
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.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
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.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
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.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
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.
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.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
When multiple tests fail, assign each failing test file to a separate subagent that fixes it independently in parallel.
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.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
Write effective prompts for LLMs — structure, few-shot examples, chain-of-thought, system prompts, and output parsing.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
Test-driven development in Python using uv as the package manager. Covers the red-green-refactor cycle, vertical slicing, and uv project setup.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
Build mobile apps with React Native and Expo — navigation, platform-specific code, performance, and native modules.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
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.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
Open the app in Cursor's browser at multiple viewport sizes, screenshot each, and report any layout breakage.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
Perform a thorough code review focused on correctness, maintainability, performance, and best practices.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
Automatically persist useful context — research, decisions, learnings, templates — to workspace files so knowledge survives across conversations.
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.