This catches the telltale signs of AI-generated code before they make it into your codebase. It scans your branch diff for unnecessary comments, defensive try/catch blocks on trusted paths, lazy `any` casts, and overly nested logic that should use early returns. The goal is to maintain consistency with your existing code style rather than letting LLM habits creep in. It's most useful as a pre-commit sanity check when you've been leaning heavily on AI assistance and want to ensure the output matches your team's patterns. Keeps edits minimal and behavior unchanged unless there's an actual bug.
npx -y skills add cursor/plugins --skill deslop --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
juliusbrussee/caveman
mattpocock/skills
shadcn/improve
obra/superpowers
forrestchang/andrej-karpathy-skills
vercel-labs/skills