eagle-anti-slop

Detect AI-generated slop patterns in code, prose, and design.

3|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/eagleisbatman/eagle-skills --skill eagle-anti-slop-eagleisbatman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eagle-anti-slop
Source: https://github.com/eagleisbatman/eagle-skills/tree/main/eagle-anti-slop
Command: npx skills add https://github.com/eagleisbatman/eagle-skills --skill eagle-anti-slop-eagleisbatman

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

It detects common AI-generated “slop” patterns in code, text, and design so you can rewrite or refactor them into cleaner, more intentional work that a senior human would actually produce.

Core Features & Use Cases

  • Slop pattern detection: Flags over-abstracted, over-commented, over-logged, over-typed code; generic meta-commentary, hedging, buzzwords, and structural fillers in writing; and template-like visual/UX motifs in design.
  • Fix-forward review workflow: Produces findings grouped by file (with before/after) or a structured report for text/design issues, then prescribes targeted cleanup changes rather than vague advice.
  • Practical cleanup rules: Applies a concrete checklist (e.g., wrapper types, impossible-state guards, one-case error enums, “restating code” comments, hedge clusters, and AI landing-page template layouts).
  • Proactive and on-demand usage: Works when you ask to clean something up, during PR review, or when you notice AI-typical patterns as you write.

Quick Start

Ask it to clean slop in the file you are reviewing and to output a grouped before/after diff.

Frequently Asked Questions about eagle-anti-slop

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

FAQPage Schema
How do I detect and remove AI-generated slop patterns during code review?

Detect and remove AI-generated slop during code review by applying a checklist-driven workflow that flags over-abstracted code and over-commented logic, then generates targeted before/after diffs for actionable refactoring.

What is AI writing slop and how do I clean up hedge-heavy text?

AI writing slop is generic meta-commentary, hedge-heavy text, and structural fillers. Clean it up using a structured reporting workflow that identifies these patterns and prescribes targeted text edits for cleaner human-grade output.

How do I refactor over-abstracted and over-typed code generated by AI?

Refactor over-abstracted and over-typed AI code by applying concrete cleanup rules that target wrapper types, impossible-state guards, and one-case error enums, transforming them into intentional human-grade logic.

Does this anti-pattern detection work for both PR reviews and document cleanup?

Yes, anti-pattern detection works for both PR reviews and document cleanup. It proactively flags AI-typical template-like visual motifs in design and restating-code comments in files whenever you review or write.

Can I get before and after diffs for AI slop removal in my files?

Yes, you can get before and after diffs for AI slop removal. The review workflow groups findings by file and outputs actionable before/after fixes to directly rewrite code, prose, or design elements.