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 (--product to add the product pass, ui to run the UI primitive pass).

Outputs:

Installs
79
GitHub Stars
32
First Seen
Apr 7, 2026
de-slop — shipshitdev/skills