de-sloppify
Installation
SKILL.md
De-Sloppify
Overview
De-Sloppify implements a two-agent pattern for code cleanup:
- Implementer — works freely, writes code without worrying about polish
- Cleanup Agent — runs after implementation, removes all slop without touching logic
This separation prevents "cleanup anxiety" from slowing down implementation while still producing clean final code.
When to Use
Skill({ skill: 'de-sloppify' });
Invoke when: