
cursor/plugins
2 skills3.3k installs3.8k starsGitHub
Install
npx skills add https://github.com/cursor/pluginsSkills in this repo
1Thermo Nuclear Code Quality Reviewthermo-nuclear-code-quality-review is a Cursor plugin skill that turns your agent into an unusually harsh maintainability reviewer. It starts from a fixed deep-audit prompt: rethink how branch changes are structured so quality improves without changing behavior, with explicit encouragement to pursue bold refactors when a clearer architecture is obvious. The skill adds non-negotiable rules on abstraction quality, oversized files, and spaghetti-condition growth, and it tells reviewers to hunt “code judo” opportunities—rewrites that keep semantics while dramatically shrinking complexity. Solo and indie builders use it when a normal lint or light review feels insufficient before merging a risky refactor or when tech debt visibly compounds in the diff. It does not replace automated tests or security scanners; it is a human-grade review lens you invoke when you want ambition, not politeness. Pair it with your usual CI, then address findings in a follow-up implementation pass.2.6kinstalls2DeslopDeslop is a lightweight Cursor agent skill for solo builders who use AI codegen and need the branch to read like their codebase again. It instructs the agent to inspect the diff versus main and delete typical LLM artifacts: comment clutter, paranoid guards on trusted paths, convenience `any` casts, and nested logic that early returns would simplify. The emphasis is surgical edits that preserve semantics, which makes it ideal right before you open a PR or run human review. It does not replace tests or security review; it polishes presentation and local conventions so reviewers focus on real design choices. Pair it with your normal ship checklist when Copilot-style bursts left stylistic scars across several files.702installs