seo-auditing
49spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
Audit technical SEO — meta tags, structured data, Open Graph, sitemaps, robots.txt, performance, and accessibility signals.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
Audit technical SEO — meta tags, structured data, Open Graph, sitemaps, robots.txt, performance, and accessibility signals.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
Set up a GitHub Actions CI/CD pipeline with linting, testing, type-checking, and deployment steps.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
Set up Terraform infrastructure-as-code for cloud resources, including provider configuration, modules, state management, and CI integration.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
When the user keeps asking for the same check to run (lint, tests, type-check), suggest a Cursor hook to automate it.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
When the user repeats the same correction or convention multiple times, suggest a Cursor rule to encode it permanently.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
When the user struggles with a task that a known skill could handle, suggest installing it.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
Switch the current Cursor workspace to a different project directory using the cursor-app-control MCP. Use when the user asks to switch projects, open another repo, jump to a different codebase, or move to a worktree.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
Structured debugging methodology — reproduce, isolate, hypothesize, verify. Covers git bisect, binary search, logging, and minimal reproduction.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
Monitor a build process (webpack, turbo, docker) for warnings and errors as they stream. Summarize issues and fix them before the build finishes.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
Safely update an npm package by checking npmjs.com for the latest version, reading release notes, and handling minor vs major upgrades differently. For minor updates, just do it. For major updates, find the upgrade guide, validate breaking changes, and produce a detailed migration report.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
Enforce a configuration-driven design system when generating UI. Ensures consistent spacing, colors, typography, dark mode, interactions, and accessibility across all AI-generated components.
spencerpauly/awesome-cursor-skills
Skill Claude CodeCodex
After making code changes, start the dev server, open the app in Cursor's built-in browser, and verify everything works — check rendering, console errors, and network health. Use proactively after any UI or API change.
Skill Claude CodeCodex
Answer a natural-language question by writing a SELECT against the user's connected database via the QueryBear MCP. Use when the user asks "how many", "which users", "what's our", "give me a list of", or otherwise asks a question whose answer lives in their database.
Skill Claude CodeCodex
Interview the user relentlessly about a plan or design until every branch of the decision tree is resolved. Use when the user says "grill me", "stress-test this plan", "poke holes in this", or "what am I missing".
Skill Claude CodeCodex
Read a pull request diff like a senior engineer. Flag risk, suggest tests, point out missing edge cases. Use when the user asks to "review PR", "look at this diff", or pastes a GitHub PR URL.
Skill Claude CodeCodex
Look at what the user keeps re-explaining to the agent and propose new SKILL.md files that would replace those repeated explanations. Use when the user says "what skills should I have", "suggest skills", "audit my skills", or when you notice you're being asked the same kind of task three times in a row.
Skill Claude CodeCodex
Take a raw bug report and turn it into a clean, prioritized ticket with a title, repro steps, and severity. Use when the user says "triage this", pastes a support escalation, or asks "what's this bug".
Skill Claude CodeCodex
Strip the AI-isms out of any text — em-dash overuse, "It's not just X, it's Y", inflated significance, sycophantic openers, rule-of-three padding. Use when the user says "humanize this", "make this less AI", "tighten this", or pastes obviously-AI prose and asks for a rewrite.