deslop

Installation
SKILL.md

Deslop

Aggressive whole-codebase cleanup for AI-generated code. Eight specialized passes, each a fresh-eyes subagent with a narrow mandate. Based on the pattern from Shaw (@shawmakesmagic). The framing: "the quality of your vibecoded slop is horrible… fortunately, there is a fix."

What It Does (the 8 passes)

  1. DRY / dedupe — consolidate duplicated code where it reduces complexity
  2. Consolidate shared types — unify type definitions that should be shared
  3. Remove dead code — find unreferenced code with stack-appropriate tools
  4. Untangle circular dependencies — surface and break cycles
  5. Remove weak types — replace any/unknown/T.untyped/interface{} with real types
  6. Remove defensive try/catch — delete error handlers that swallow or hide errors without a real purpose
  7. Remove legacy/deprecated/fallback code — consolidate to a single current code path
  8. Remove AI-slop comments — strip in-motion commentary, stubs, larp, and obvious-code comments

When to Use

Installs
27
GitHub Stars
34
First Seen
Apr 17, 2026
deslop — steveclarke/dotfiles