deslop
Installation
SKILL.md
Deslop code by shrinking interfaces, deleting cruft, and clarifying comments without changing behavior.
Step 1: Classify the slop to remove
Choose one or more categories before editing:
| Category | Typical signals | Reference |
|---|---|---|
| Interface bloat | Too many exports, broad parameter objects, weak contracts | ${CLAUDE_SKILL_ROOT}/references/interface-simplicity.md |
| Structural cruft | Dead code, stale flags, redundant adapters/helpers | ${CLAUDE_SKILL_ROOT}/references/cruft-removal.md |
| Comment slop | Comments restate code, stale comments, inconsistent terms | ${CLAUDE_SKILL_ROOT}/references/comment-clarity.md |
If multiple categories apply, read only those references.