From oh-my-team
Detects 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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/oh-my-team:ai-slop-remover [file or directory to clean][file or directory to clean]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Scan code for AI-generated patterns and clean them up. Your goal: make the code indistinguishable from what a senior engineer would write.
Scan code for AI-generated patterns and clean them up. Your goal: make the code indistinguishable from what a senior engineer would write.
// increment counter above counter++console.log('Starting...') / console.log('Done!')catch(e) { throw e }undefined returnsnpx claudepluginhub erkandogan/oh-my-teamFinds and removes AI-generated slop including useless comments, verbose patterns, and unnecessary abstractions from code. Useful for cleaning AI-assisted codebases.
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.