ai-slop-remover

Remove AI-generated code slop from a single source file while preserving behavior.

17|Updated May 29, 2026
One-click install
npx skills add https://github.com/code-yeongyu/lazyclaudecode --skill ai-slop-remover-code-yeongyu
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ai-slop-remover
Source: https://github.com/code-yeongyu/lazyclaudecode/tree/main/plugins/omo/skills/ai-slop-remover
Command: npx skills add https://github.com/code-yeongyu/lazyclaudecode --skill ai-slop-remover-code-yeongyu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Removes AI-generated code slop from a SINGLE file while preserving functionality, reducing maintenance burden for post-generation cleanup.

Core Features & Use Cases

  • Per-file AI-slop removal that preserves behavior
  • Strict enforcement of single-input scope to avoid multi-file edits
  • Recommendations and inline guidance for safe refactoring in the same pass

Quick Start

Provide exactly one file path to clean, and the tool will return a slop-free version with preserved behavior.

Frequently Asked Questions about ai-slop-remover

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

FAQPage Schema
How do I remove AI-generated code clutter from a source file?▼

To remove AI-generated code clutter from a source file, provide the single file path to the tool. It returns a slop-free version while preserving the original behavior and adhering to the project's coding style.

Can I refactor multiple files at once to clean AI slop?▼

No, you cannot refactor multiple files at once. The tool enforces a strict single-input requirement, applying only to per-file refactor tasks to ensure safe and controlled AI-slop removal.

Does AI slop removal change the functionality of my code?▼

AI slop removal does not change the functionality of your code. The process strictly preserves semantics and original behavior, focusing entirely on cleaning AI-generated clutter without introducing functional changes.

What is the best way to clean up verbose AI code while preserving semantics?▼

The best way to clean up verbose AI code while preserving semantics is to use a single-file refactoring approach. This method targets AI-generated clutter directly and enforces behavior preservation during the cleanup pass.

Does this code cleanup tool work across different programming languages?▼

Yes, the code cleanup tool works across different programming languages. It focuses on per-file refactor tasks universally, removing AI-generated slop while adhering to the specific coding style of your project.

When should I not use a single-file approach for AI slop removal?▼

You should not use a single-file approach for AI slop removal when your cleanup task requires multi-file edits. The tool strictly enforces a single-input scope to avoid multi-file edits and ensure safe refactoring.