From oh-my-auggie
Regression-safe anti-slop cleanup — identify and fix low-quality AI artifacts, verbose patterns, and over-engineered code
npx claudepluginhub r3dlex/oh-my-auggie --plugin oh-my-auggie<target>sonnet4.6## /oma:deslop **Purpose:** Clean up low-quality AI artifacts, verbose patterns, over-engineered solutions, and anti-patterns while preserving functionality. **Usage:** `/oma:deslop <target>` **Examples:** - `/oma:deslop fix over-engineered code in src/utils/` - `/oma:deslop verbose logging patterns across the codebase` --- ## How It Works ### Anti-Slop Detection Patterns **Verbose/Redundant Patterns:** - Commented-out code blocks - Overly verbose variable names (e.g., `the_final_result_string`) - Excessive abstraction layers for simple operations - Unnecessary type annotations where...
Share bugs, ideas, or general feedback.
Purpose: Clean up low-quality AI artifacts, verbose patterns, over-engineered solutions, and anti-patterns while preserving functionality.
Usage: /oma:deslop <target>
Examples:
/oma:deslop fix over-engineered code in src/utils//oma:deslop verbose logging patterns across the codebaseVerbose/Redundant Patterns:
the_final_result_string)AI Artifacts:
Over-Engineering:
Map<String, Object>)