From vibe-extras
Finds and removes AI-generated slop including useless comments, verbose patterns, and unnecessary abstractions from code. Useful for cleaning AI-assisted codebases.
How this skill is triggered — by the user, by Claude, or both
Slash command
/vibe-extras:clean-slopThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the slop-cleaner agent to clean up AI slop in: $ARGUMENTS
Use the slop-cleaner agent to clean up AI slop in: $ARGUMENTS
npx claudepluginhub doodledood/claude-code-plugins --plugin vibe-extrasDetects and removes AI-generated code slop including unnecessary comments, over-engineering, verbose error handling, premature abstractions, and documentation bloat. Cleans code to senior engineer standards.
Cleans AI-generated code by systematically removing LLM smells like dead code, over-commenting, verbose naming while preserving exact behavior via tests. Use after generation or on 'clean up', 'deslop' requests.
Identifies and interactively removes AI-generated slop like unnecessary comments and verbosity from staged or recent git changes.