ai-slop-cleaner

Remove AI-generated code slop from Flutter/Dart codebases with regression verification.

6|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/ImL1s/flutter-claude-skills --skill ai-slop-cleaner-iml1s
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-slop-cleaner
Source: https://github.com/ImL1s/flutter-claude-skills/tree/main/skills/ai-slop-cleaner
Command: npx skills add https://github.com/ImL1s/flutter-claude-skills --skill ai-slop-cleaner-iml1s

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clean AI-generated code slop by applying a regression-safe, deletion-first cleanup workflow that preserves behavior while removing bloated patterns.

Core Features & Use Cases

  • Bounded cleanup strategy that minimizes risk to existing functionality
  • Deletion-first approach to remove dead/duplicated code and reduce fragility
  • Optional reviewer-only mode via --review for stricter oversight
  • Evidence-dense reporting and regression verification to validate changes
  • Works across common AI-generated slop scenarios in Flutter/Dart codebases

Quick Start

Apply the deletion-first AI slop cleanup to the current code changes.

Frequently Asked Questions about ai-slop-cleaner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I remove AI-generated code slop from my Flutter project without breaking existing behavior?

To remove AI-generated code slop safely, apply a deletion-first cleanup workflow that eliminates dead or duplicated code while mandating regression verification to preserve existing behavior. This approach minimizes risk to your Flutter/Dart codebase by validating changes with evidence-based reporting.

What is a deletion-first code cleanup strategy for AI slop?

A deletion-first code cleanup strategy targets AI slop by prioritizing the removal of bloated patterns and redundant code over adding new abstractions. It enforces bounded cleanup tasks and relies on regression verification to ensure functionality remains intact during the refactoring process.

How do I review and verify AI code refactoring changes before merging?

You can review AI code refactoring changes by enabling a reviewer-only mode via the --review flag for stricter oversight. This enforces evidence-dense reporting and regression verification, allowing you to validate that the cleanup strictly preserves existing software behavior.

Can I use this AI slop cleanup workflow on large unbounded software engineering tasks?

This AI slop cleanup workflow is designed specifically for bounded code-cleanup tasks to minimize risk. Applying it to large, unbounded software engineering changes is not recommended because the deletion-first strategy requires strict regression verification to safely preserve existing behavior.

Does the code cleanup workflow support Dart codebases outside of Flutter?

The code cleanup workflow applies to common AI-generated slop scenarios across Flutter/Dart codebases. It uses a bounded cleanup strategy with regression verification to safely remove bloated patterns while preserving behavior in these specific environments.