Source

cursor/plugins

88 skills · 163.7K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1118
thermo-nuclear-code-quality-review Run an extremely strict maintainability review for abstraction quality, giant files, and spaghetti-condition growth. …
cursor/plugins
15.5K
1254
unslop Cut AI tells from any writing. Must always apply.
cursor/plugins
13.1K
2564
deslop Remove AI-generated code slop and clean up code style
cursor/plugins
5.5K
3803
typescript-best-practices TypeScript best practices. Use when reading or editing any .ts or .tsx file.
cursor/plugins
3.6K
5040
how Use for "how does X work", code walkthroughs before changing something, and placement / ownership / layering question…
cursor/plugins
2.6K
5207
blast-radius Find what a change could break somewhere else before it ships, beyond the diff, and prove the one fact it's safe beca…
cursor/plugins
2.5K
5219
why Use for 'why does X work this way', 'why we picked Y', design rationale, regressions, postmortems, or data-backed thr…
cursor/plugins
2.5K
5640
architect Sketch types, signatures, and module structure before code, then stay in the loop while implementation fills in. Use …
cursor/plugins
2.3K
5822
interrogate Use for "interrogate", "adversarial review", "multi-model review", "challenge this", "stress test this code", "find b…
cursor/plugins
2.2K
5920
fix-merge-conflicts Resolve merge conflicts non-interactively, validate build and tests, and finalize conflict resolution
cursor/plugins
2.1K
5926
arena Spawn N parallel candidates at the same task, pick a base, graft the strongest parts of the losers into it. Use for /…
cursor/plugins
2.1K
5972
make-pr-easy-to-review Prepare PRs for review by cleaning noisy history, improving PR descriptions, and adding reviewer guidance without cha…
cursor/plugins
2.1K
5973
principle-fix-root-causes Apply when debugging. Trace each symptom to its root cause and fix it there; reproduce first, ask why until you reach…
cursor/plugins
2.1K
6011
principle-type-system-discipline Apply when designing types, reviewing a function signature, or writing code in any statically-typed language. Make il…
cursor/plugins
2.1K
6050
principle-encode-lessons-in-structure Apply when you catch yourself writing the same instruction a second time, or notice a recurring correction. Encode th…
cursor/plugins
2K
6057
principle-boundary-discipline Apply when wiring validation, error handling, or framework adapters. Concentrate guards at system boundaries (CLI, co…
cursor/plugins
2K
6072
principle-prove-it-works Apply after completing a task, before declaring done. Verify against the real artifact (run the feature, read the act…
cursor/plugins
2K
6075
show-me-your-work Keep a reviewable decision trail for long-running or unattended work: a TSV log with one row per decision (what, why,…
cursor/plugins
2K
6281
principle-build-the-lever Apply to any non-trivial work, not just bulk work: edits, migrations, analyses, checks. Build the tool that does it o…
cursor/plugins
2K
6193
principle-foundational-thinking Apply before writing logic: choosing core types and data structures, sequencing scaffold-vs-feature work, asking what…
cursor/plugins
2K
6248
principle-guard-the-context-window Apply when context is filling up: large outputs, long files, repeated reads, fan-out planning. Route bulk to subagent…
cursor/plugins
2K
6242
principle-laziness-protocol Apply when refactoring, evaluating diff size, or tempted to add abstractions, layers, or signal threading. Bias towar…
cursor/plugins
2K
6222
review-and-ship Review the current branch for bugs, intent fit, and test coverage; run or write tests; commit focused work; open or u…
cursor/plugins
2K
6306
what-did-i-get-done Summarize authored commits over a user-specified time period into a concise update
cursor/plugins
1.9K
6312
principle-subtract-before-you-add Apply when sequencing an addition, refactor, or rewrite. Remove dead code, redundant validators, and stub references …
cursor/plugins
1.9K
6317
figure-it-out Design an auditable playbook when no narrower one fits: a large migration, an ambitious multi-part change, or work a …
cursor/plugins
1.9K
6316
principle-exhaust-the-design-space Apply when facing a novel UI interaction or architectural decision with no precedent in the codebase. Build 2-3 compe…
cursor/plugins
1.9K
6329
principle-experience-first Apply when product, UX, or feature-scope tradeoffs come up. Choose user delight over implementation convenience; ship…
cursor/plugins
1.9K
6350
principle-redesign-from-first-principles Apply when integrating a new requirement into an existing design. Redesign as if the requirement had been a foundatio…
cursor/plugins
1.9K
6376
principle-make-operations-idempotent Apply when designing commands, lifecycle steps, or processing loops that run amid crashes, restarts, and retries. Con…
cursor/plugins
1.9K
6378
principle-minimize-reader-load Apply when reviewing or shaping code that's hard to trace. Count layers between question and answer, and hidden state…
cursor/plugins
1.9K
6397
poteto mode poteto's agent style for concise, detailed responses, deliberate subagents, unslopped prose, simple code, and verifie…
cursor/plugins
1.9K
6429
fix-ci Find failing PR checks, inspect logs or external check links, and apply focused fixes
cursor/plugins
1.9K
6437
pr-review-canvas Generate an interactive PR review walkthrough as an HTML page. Fetches PR data via gh API, categorizes files into cor…
cursor/plugins
1.9K
6507
principle-migrate-callers-then-delete-legacy-apis Apply when introducing a new internal API while old callers still exist. Migrate callers and delete the old API in th…
cursor/plugins
1.9K
6529
principle-separate-before-serializing-shared-state Apply when concurrent actors might write to the same file, branch, key, or state object. Eliminate the sharing first;…
cursor/plugins
1.9K
6510
reflect Spawn three parallel review subagents over the active transcript, surface learnings, and route each to a concrete edi…
cursor/plugins
1.9K
6436
setup-pstack Configure which models pstack uses per role. Detects your available models and writes an always-applied rule that ove…
cursor/plugins
1.9K
6544
get-pr-comments Fetch and summarize review comments from the active pull request
cursor/plugins
1.8K
6559
weekly-review Produce a weekly synthesis of authored commits with highlights by bugfix, tech debt, and net-new work
cursor/plugins
1.8K
6566
automate-me Use for "automate me", "create/update/refresh my -mode skill", "turn/capture my preferences or working style into a s…
cursor/plugins
1.8K
6568
check-compiler-errors Run compile and type-check commands and report failures
cursor/plugins
1.8K
6571
principle-never-block-on-the-human Apply when tempted to ask 'should I do X?' on reversible work. Proceed, present the result, let the human course-corr…
cursor/plugins
1.8K
6612
principle-outcome-oriented-execution Apply during planned rewrites and migrations with explicit phase boundaries. Converge on the target architecture; don…
cursor/plugins
1.8K
6630
loop-on-ci Monitor PR checks and fix failures until green. Uses gh pr checks as the source of truth for PR-attached checks.
cursor/plugins
1.8K
6766
control-cli Build or adapt a local harness to drive, inspect, and profile an interactive CLI or TUI without external services. Us…
cursor/plugins
1.8K
6662
control-ui Build or adapt a local browser/CDP harness to drive and inspect a web, IDE, or Electron UI. Use for local UI verifica…
cursor/plugins
1.8K
6819
create-verification-skill Generate a project-local verification skill that drives your app the way a user does — any language, framework, or pl…
cursor/plugins
1.8K
6760
new-branch-and-pr Create a fresh branch, complete work, and open a pull request
cursor/plugins
1.8K
6768
principle-sequence-verifiable-units Apply to multi-step work (sweeps, migrations, runs of similar edits) and to how you stack commits and PRs. Break work…
cursor/plugins
1.8K
Page 1 · 88 total Next