You know that verbose, overly defensive code that AI assistants love to generate? The unnecessary try-catch blocks, the `any` casts to paper over type issues, the comments explaining what `i++` does? This skill diffs your branch against main and strips all that out. It's basically a linter for AI habits, catching the patterns that make code reviews painful: inline imports in Python, defensive checks in already-validated codepaths, style inconsistencies. Run it before you push and it'll clean up the mess while keeping your actual logic intact. Honestly, the fact that this exists says something about where we are with AI coding tools, but it's genuinely useful if you're working with generated code regularly.
npx skills add https://github.com/davila7/claude-code-templates --skill deslop