AI AGENT ADDONS

AI tools can write code fast but sometimes add unnecessary extras. Comments that do not fit, extra checks, or style issues can clutter your work. This skill helps you clean up that AI slop from your current branch. It compares your code to the main branch and removes what does not belong. You get a clean codebase that looks like a human wrote it.

After you write code with AI, run this skill. It finds extra comments, defensive try/catch blocks, and type casts that are not normal for your project. It also fixes any style that does not match the rest of the file. The result is a report that tells you what changed in one to three sentences. This keeps your code consistent and easy to review.

Anyone who uses AI code generation will benefit. Developers can spend less time manually cleaning up. Teams get cleaner pull requests and fewer arguments about style. This skill makes AI code feel more natural and professional.

Add Deslop skill to your workflow

Global

mkdir -p ~/.claude/skills/deslop

Project

mkdir -p .claude/skills/deslop

Source Repository

Stars
355
Forks
30
Watchers
355
Last Push
4 months ago
Created
6 months ago