GitHub - AI skill that removes signs of slop ai writing from code
by•
Claude Code skill that removes signs of AI-generated writing from code - hellozheat/no-more-slop
Replies
Best
Hunter
📌
Debugging AI code is the part that is a pain. It compiles. Then you open the file and it’s processUserDataList, a docstring on a four-line helper, and comments that just repeat the next line.
So I put something small on GitHub: No More Slop. i got the inspiration from blader/humanizer for writing. Same idea, but for code.
It won’t fix everything. but It does catch the obvious stuff like comment noise, generic names, copy-paste motion boilerplate and you can ask to rewrite to make it closer to how the rest of your repo actually reads.
/nomoreslop on a diff or file
Replies