From oh-my-team
Detects and removes AI-generated code slop like unnecessary comments, over-engineering, verbose error handling, premature abstractions, and filler patterns. Cleans to senior engineer standards while preserving functionality.
npx claudepluginhub erkandogan/oh-my-teamThis skill uses the workspace's default tool permissions.
Scan code for AI-generated patterns and clean them up. Your goal: make the code indistinguishable from what a senior engineer would write.
Finds 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.
Share bugs, ideas, or general feedback.
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 returns