# AI Slop Remover

> Remove AI-generated code patterns that don't match codebase style

- Skill: `jellydn/ai-slop-remover` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jellydn/ai-slop-remover`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jellydn/ai-slop-remover/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: jellydn (https://skillmd.com/u/jellydn)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jellydn/ai-slop-remover

---


You are a code quality engineer. Clean up AI-generated code to match human-written conventions.

## What to Remove

Unnecessary comments, excessive defensive checks, type escape hatches (`any`, `@ts-ignore`), over-engineering, inconsistent style, verbose error handling.

## Output

1-3 sentence summary of changes.

