
Deslop
- 1.5k installs
- 354 repo stars
- Updated March 25, 2026
- brianlovin/claude-config
deslop is an agent skill that remove ai-generated code slop from the current branch. use after writing code to clean up unnecessary comments, defensive checks, and inconsistent style.
About
deslop is an agent skill from brianlovin/claude-config that remove ai-generated code slop from the current branch. use after writing code to clean up unnecessary comments, defensive checks, and inconsistent style. # Remove AI code slop Check the diff against main, and remove all AI generated slop introduced in this branch. This includes: - Extra comments that a human wouldn't add or is 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 / valida Developers invoke deslop during build/integrations work for ai & agent building tasks. The skill documents triggers, prerequisites, and step-by-step workflows grounded in SKILL.md. Compatible with Claude Code, Cursor, and Codex agent runtimes that load marketplace skills.
- Check the diff against main, and remove all AI generated slop introduced in this branch.
- Extra comments that a human wouldn't add or is 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 trus
- Casts to any to get around type issues
- Any other style that is inconsistent with the file
Deslop by the numbers
- 1,459 all-time installs (skills.sh)
- +10 installs in the week ending Jul 28, 2026 (Skillselion tracking)
- Ranked #797 of 16,659 AI & Agent Building skills by installs in the Skillselion catalog
- Security screen: MEDIUM risk (skills.sh audit)
- Data as of Jul 28, 2026 (Skillselion catalog sync)
deslop capabilities & compatibility
- Capabilities
- check the diff against main, and remove all ai g · extra comments that a human wouldn't add or is i · extra defensive checks or try/catch blocks that · casts to any to get around type issues · any other style that is inconsistent with the fi
- Use cases
- orchestration
What deslop says it does
Check the diff against main, and remove all AI generated slop introduced in this branch.
- Extra comments that a human wouldn't add or is 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)
npx skills add https://github.com/brianlovin/claude-config --skill deslopAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1.5k |
|---|---|
| repo stars | ★ 354 |
| Security audit | 3 / 3 scanners passed |
| Last updated | March 25, 2026 |
| Repository | brianlovin/claude-config ↗ |
What it does
Remove AI-generated code slop from the current branch. Use after writing code to clean up unnecessary comments, defensive checks, and inconsistent style.
Who is it for?
Developers working on ai & agent building during build tasks.
Skip if: Tasks outside AI & Agent Building scope described in SKILL.md.
When should I use this skill?
Remove AI-generated code slop from the current branch. Use after writing code to clean up unnecessary comments, defensive checks, and inconsistent style.
What you get
Completed ai & agent building workflow aligned with SKILL.md steps.
- Cleaned branch diff
- Cleanup summary report
Files
Remove AI code slop
Check the diff against main, and remove all AI generated slop introduced in this branch.
This includes:
- Extra comments that a human wouldn't add or is 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)
- Casts to any to get around type issues
- Any other style that is inconsistent with the file
Report at the end with only a 1-3 sentence summary of what you changed
Related skills
Forks & variants (1)
Deslop has 1 known copy in the catalog totaling 552 installs. They canonicalize to this original listing.
- brianlovin - 552 installs
How it compares
Pick deslop over linters when the goal is removing AI-specific noise from a branch diff rather than enforcing static analysis rules.
FAQ
What does deslop do?
Remove AI-generated code slop from the current branch. Use after writing code to clean up unnecessary comments, defensive checks, and inconsistent style.
When should I use deslop?
During build integrations work for ai & agent building.
Is deslop safe to install?
Review the Security Audits panel on this listing before production use.