概要
Deslop is a specialized utility for Claude Code designed to sanitize codebases by identifying and removing 'AI slop'—unnecessary artifacts like leftover debug logs, placeholder text, and orphaned functions often generated during rapid AI development. By utilizing a multi-layered detection pipeline involving regex patterns, AST-based analysis, and repository mapping, it provides a structured report of code smells categorized by certainty and severity. Whether you need a quick scan of your current diff or a deep dive into the entire repository, Deslop helps maintain high standards of code quality by automating the tedious parts of manual cleanup and refactoring.