de-slop
Installation
SKILL.md
De-Slop
AI-assisted development leaves two kinds of slop. Code slop compiles but reads as
machine-written — dead code, any, defensive noise. Product slop ships but feels
unfinished to a paying customer — filler copy, default styling, half-wired flows.
This skill removes both. Code slop is the default; --product adds the product pass.
Edits and removes code, so it runs behind a confirmation gate and prefers the branch
diff. For a read-only pass that only flags, use structural-review / /review.
Contract
Inputs:
- A package or repo to clean; optional scope (
--changed,all,dry-run) and dimension (--productto add the product pass,uito run the UI primitive pass).
Outputs: