eng-ai-slop-remover

Installation
SKILL.md

AI Slop Remover

Remove AI-generated code patterns that are inconsistent with human-written code in the codebase.

Workflow

  1. Get the diff against main branch
  2. For each changed file, analyze patterns to remove
  3. Make edits to remove identified slop
  4. Report a 1-3 sentence summary of changes

Step 1: Get the Diff

git diff main --name-only

Then view each changed file to understand existing code style.

Related skills

More from hungv47/agent-skills

Installs
8
GitHub Stars
2
First Seen
Feb 28, 2026