slopbuster
Installation
SKILL.md
De-AI-ify: Kill the Bot, Keep the Human
Strip AI-generated patterns from text and code. Not a grammar pass — a voice transplant.
Works on prose, code, commits, docstrings, academic papers. Anything an LLM touched.
How This Works
Two-pass audit. First pass catches the patterns. Second pass catches what the first pass missed — because removing AI patterns can itself create new ones (sterile, voiceless writing is just as obvious as slop).
Quick Start
/slopbuster <file_or_text> # Auto-detect mode, standard depth
/slopbuster <file> --mode text|code|academic # Force specific mode
/slopbuster <file> --depth quick|standard|deep
/slopbuster <file> --score-only # Just score, don't rewrite