Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
Kuu avatar

Deslop

  • 210 repo stars
  • Updated July 6, 2026
  • fumiya-kume/claude-code

Strip AI-generated code slop out of the changes in the current branch before review or merge.

About

Deslop is a Claude Code skill that removes AI-generated code slop from the changes in the current branch. A developer runs it before opening a PR to clean up redundant comments, dead scaffolding and over-verbose code so the diff is tight and reviewable.

  • Removes AI code slop
  • Operates on current branch
  • Code cleanup / refactor

Deslop by the numbers

  • Data as of Jul 25, 2026 (Skillselion catalog sync)
/plugin marketplace add fumiya-kume/claude-code
/plugin install deslop@kuu-marketplace

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
repo stars210
Last updatedJuly 6, 2026
Repositoryfumiya-kume/claude-code

What it does

Strip AI-generated code slop out of the changes in the current branch before review or merge.

README.md

deslop

Remove AI-generated "slop" from code changes in the current branch.

Overview

This plugin helps maintain code quality by identifying and removing unnecessary additions that AI assistants sometimes introduce, ensuring code remains consistent with the project's existing style and practices.

Installation

/plugin marketplace add fumiya-kume/claude-code
/plugin install deslop@fumiya-kume/claude-code

Usage

The skill is automatically invoked by Claude when needed, or you can manually invoke it:

/deslop

What it removes

  • Extra comments that a human wouldn't add or are inconsistent with the rest of the file
  • Extra defensive checks or try/catch blocks that are abnormal for that area of the codebase (especially if called by trusted/validated codepaths)
  • Any other style that is inconsistent with the file

How it works

  1. Check the diff against the main branch
  2. Analyze changes for AI-generated patterns
  3. Remove unnecessary additions
  4. Provide a brief 1-3 sentence summary of what was changed

Allowed Tools

This skill uses the following tools:

  • Read
  • Edit
  • Write
  • Bash
  • Grep
  • Glob
  • Task

Plugin Structure

deslop/
├── .claude-plugin/
│   └── plugin.json
├── skills/
│   └── deslop/
│       └── SKILL.md
└── README.md

Acknowledgments

Inspired by this tweet.

License

GPL-3.0

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.