
Deslop
Strip AI-generated noise from a feature branch diff before merge while keeping behavior intact.
Install
npx skills add https://github.com/cursor/plugins --skill deslopWhat is this skill?
- Diff-focused pass against main to remove unnecessary comments and abnormal defensive try/catch
- Targets `any` casts, deep nesting, and patterns that clash with surrounding files
- Guardrails: minimal edits, unchanged behavior unless fixing a clear bug
- Concise 1–3 sentence summary of what was cleaned
Adoption & trust: 702 installs on skills.sh; 1.9k GitHub stars; 3/3 security scanners passed (skills.sh audits); trending (+100% hot-view momentum).
Recommended Skills
Improve Codebase Architecturemattpocock/skills
Zoom Outmattpocock/skills
Caveman Reviewjuliusbrussee/caveman
Requesting Code Reviewobra/superpowers
Receiving Code Reviewobra/superpowers
Request Refactor Planmattpocock/skills
Journey fit
Common Questions / FAQ
Is Deslop safe to install?
skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.
SKILL.md
READMESKILL.md - Deslop
# Remove AI code slop Check the diff against main and remove AI-generated slop introduced in the branch. ## Focus Areas - Extra comments that are unnecessary or inconsistent with local style - Defensive checks or try/catch blocks that are abnormal for trusted code paths - Casts to `any` used only to bypass type issues - Deeply nested code that should be simplified with early returns - Other patterns inconsistent with the file and surrounding codebase ## Guardrails - Keep behavior unchanged unless fixing a clear bug. - Prefer minimal, focused edits over broad rewrites. - Keep the final summary concise (1-3 sentences).