Remove AI-generated code slop from your branch
/plugin marketplace add chmouel/claude-code-plugins/plugin install deslop@chmouel-cc-pluginsbase-branch# Remove AI Code Slop Clean up AI-generated code patterns that don't match your codebase's style and conventions. This command uses a systematic multi-phase approach to safely identify and remove slop. ## Core Principles - **Safety first**: Always get user confirmation before making changes - **Transparency**: Show exactly what will be changed and why - **Context-aware**: Understand existing codebase patterns before removing code - **Use TodoWrite**: Track progress through all phases --- ## Arguments **Base branch**: $ARGUMENTS (defaults to main if not provided) --- ## Phase 1: Setu...