deslop

Installation
SKILL.md

Deslop

Take code that was just written and make it feel tighter, simpler, and more deliberate.

Read style.md first. That file is the source of truth for the style rules.

Process

  1. Identify the target files.
    • Start with files modified in this session.
    • Use git diff if available, otherwise use recent edits or the user's explicit file list.
    • Do not touch unrelated files.
  2. Read each target file before editing it.
  3. Use parallel subagents for the cleanup pass.
    • If there are multiple files, split them across subagents.
    • If there is one large file, it is still fine to use one subagent for an isolated second pass.
    • Give each subagent the exact file list it owns.
    • If the scope is only one to three small files, a single pass is fine. Do not add subagent overhead just to satisfy the rule mechanically.
  4. Tell each subagent to:
Related skills
Installs
108
GitHub Stars
19
First Seen
Mar 27, 2026