What problem does it solve?
This Skill removes AI-generated "slop" from codebases, making code cleaner, more efficient, and easier to maintain by deleting redundant comments and unused code, tightening formatting, and normalizing styling patterns.
Core Features & Use Cases
- Redundant Comment Removal: Deletes comments that merely restate the obvious.
- Dead Code Elimination: Removes unused imports, variables, and commented-out code blocks.
- Style Normalization: Enforces consistent Tailwind CSS class usage and Nuxt UI color token conventions.
- Use Case: When AI-generated code is verbose with unnecessary comments or contains unused variables, this Skill can be used to streamline it.
Quick Start
Use the unslop skill to remove all redundant comments and unused imports from the provided code files.