If you've noticed AI assistants adding overly defensive null checks, verbose comments explaining obvious code, or mysterious "as any" casts to dodge TypeScript errors, this skill targets exactly that bloat. It diffs your branch against main and strips out the telltale patterns: comments that don't match your codebase's style, unnecessary try/catch blocks in already-validated code paths, and other inconsistencies that creep in when AI tries too hard to be helpful. Run it as a cleanup pass after AI-assisted coding sessions. The appeal here is obvious,it automates the annoying part of code review where you're deleting the same category of cruft over and over. Just don't expect it to fix deeper architectural issues that AI might introduce.
npx skills add https://github.com/brianlovin/claude-config --skill deslop