eagle-anti-slop

Detect and remove AI-generated slop patterns in code and writing.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/letxbrace-droid/inrunparis --skill eagle-anti-slop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eagle-anti-slop
Source: https://github.com/letxbrace-droid/inrunparis/tree/main/.agents/skills/eagle-anti-slop
Command: npx skills add https://github.com/letxbrace-droid/inrunparis --skill eagle-anti-slop

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Eagle Anti-Slop helps you remove unnecessary, LLM-typical “slop” patterns—over-abstracted code, meta-commentary text, hedgy phrasing, and generic design tropes—so your output feels authored by a human and stays easier to maintain.

Core Features & Use Cases

  • Detect slop patterns in text and source files by scanning for common high-risk phrasing, hedging, meta-commentary, and code-comment narration.
  • Provide a slop score and category breakdown so you can quickly prioritize what to fix first.
  • Clean text to reduce AI-smell using rule-based replacements (and an optional aggressive mode) to simplify language and remove obvious template structures.

Quick Start

Use eagle-anti-slop to run a slop scan on the document you want to humanize (for example, scan your README draft and then apply the cleanup step).

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 slop from technical writing and source files?

To detect and remove AI slop from technical writing and source files, scan your Markdown and codebase for high-risk phrases, hedging, and meta-commentary. The tool produces categorized findings and a weighted slop score to guide cleanup.

What is a slop score and how does it help clean up AI-generated code?

A slop score quantifies AI-generated patterns in code by categorizing high-risk phrasing and redundant narration. It provides a weighted breakdown so you can quickly prioritize which slop patterns to fix first during code review.

How do I remove meta-commentary and hedging phrasing from Markdown documents?

Remove meta-commentary and hedging phrasing from Markdown documents by applying rule-based replacements. An optional aggressive normalization mode simplifies language structures and strips obvious AI template tropes to reduce AI-smell.

Can I use regular-expression catalogs for deterministic text cleanup without machine learning?

Yes, you can use regular-expression catalogs for deterministic text cleanup without machine learning. The tool satisfies deterministic pattern-matching requirements by scanning source files and applying rule-based replacements to normalize text.

What is the best way to humanize a README draft that sounds like AI?

The best way to humanize a README draft that sounds like AI is to run a slop scan to identify template structures and hedgy phrasing, then apply the cleanup step to simplify the language and remove generic design tropes.

Are there limitations when using aggressive normalization to clean up AI-sounding prose?

When using aggressive normalization to clean up AI-sounding prose, limitations include the risk of over-simplifying language beyond rule-based replacements. It targets obvious template structures but may not catch nuanced context-specific slop patterns.