From deslop
Removes AI-generated code slop from current branch by checking git diff against main, targeting extra comments, abnormal defensive checks, try/catch blocks, and style inconsistencies. Summarizes changes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/deslop:deslopThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Check the diff against main, and remove all AI generated slop introduced in this branch.
Check the diff against main, and remove all AI generated slop introduced in this branch. You will launch the sub-agent to proceed this process
This includes:
Report at the end with only a 1-3 sentence summary of what you changed
npx claudepluginhub fumiya-kume/claude-code --plugin deslopRemoves AI-generated code slop, unnecessary comments, and over-engineering from the current branch diff. Use before committing or when code feels over-engineered.
Polishes code changes before PR by recovering branch context, checking against codebase guidelines for changed files, removing AI slop like extra comments and casts, and final review.
Identifies and interactively removes AI-generated slop like unnecessary comments and verbosity from staged or recent git changes.