This is a second-pass cleanup tool that reads your style.md and tightens up freshly written AI code without changing behavior. It spins up parallel subagents to flatten nested conditionals, add guard clauses, replace double-bang with explicit checks, and fix all the other small things that make generated code feel obviously generated. Trigger it with "deslop" or "clean this up" after implementation. The skill is opinionated about things like early returns over else blocks and separating queries from side effects, but it skips changes that add churn without clarity. If the code is already clean or needs architectural work instead of style tweaks, it says so rather than forcing edits.
npx skills add https://github.com/mikecann/agent-skills --skill deslop