deslop
Originally frombrianlovin/claude-config
Installation
SKILL.md
Remove AI Code Slop
Quick Reference: Check diff against main, identify AI-generated patterns with confidence ≥75, remove surgically, run linter.
Check the diff against main (or specified base branch) and remove AI-generated slop.
Confidence Scoring
Rate each potential slop item before removing:
| Score | Meaning | Action |
|---|---|---|
| 0-25 | Might be intentional | Leave it |
| 50 | Probably slop, context-dependent | Investigate |
| 75-100 | Definitely slop | Remove it |
Only remove items with confidence ≥75. When in doubt, leave it.