
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-marketplaceAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 210 |
|---|---|
| Last updated | July 6, 2026 |
| Repository | fumiya-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
- Check the diff against the main branch
- Analyze changes for AI-generated patterns
- Remove unnecessary additions
- 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