unslop
Installation
SKILL.md
Unslop
Overview
Eliminate low-signal artifacts from AI-generated code while preserving behavior and intent.
Workflow
-
Triage the files
- Scan each file for redundancy, dead code, and style inconsistencies.
- Identify the UI framework (Vue/Nuxt) and styling system (Tailwind, Nuxt UI, plain CSS).
-
Remove redundant commentary
- Delete comments that restate the obvious (function names, prop names, component names).
- Remove template comments in
.vue/HTML/JSX unless they explain non-obvious UX or business logic. - Drop TODOs that add no actionable information (e.g., "TODO: add logic").