anti-slop

Detect and eliminate AI slop patterns in text, code, and design.

7|1|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/gustavo-ferreira03/my-career-toolbox --skill anti-slop-gustavo-ferreira03
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: anti-slop
Source: https://github.com/gustavo-ferreira03/my-career-toolbox/tree/main/.agents/skills/anti-slop
Command: npx skills add https://github.com/gustavo-ferreira03/my-career-toolbox --skill anti-slop-gustavo-ferreira03

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AI-generated content often contains patterns that reduce clarity and authenticity. Anti-slop identifies and mitigates these patterns across natural language, code, and design to help teams produce high-quality outputs.

Core Features & Use Cases

  • Detection of high-risk phrases, buzzwords, meta-commentary, and hedging in text.
  • Code-quality improvements via renaming generic variables, reducing unnecessary comments, and simplifying logic.
  • Design-quality guidance to avoid template-driven visuals and improve content-driven layouts.
  • Quick-start guidance for everyday uses like drafting articles, reviewing code, and auditing designs in project workflows.

Quick Start

Run detect_slop.py on a sample document to identify AI slop patterns, then apply cleanup with clean_slop.py as needed.

Frequently Asked Questions about anti-slop

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

FAQPage Schema
How do I detect AI slop patterns in generated text and code?▼

To detect AI slop patterns, run the detect_slop.py script on your document to identify high-risk phrases, generic variables, and template-driven design patterns. It generates a report flagging buzzwords, meta-commentary, and hedging for review.

What is AI slop and how do I clean it from my content?▼

AI slop consists of patterns like high-risk phrases, unnecessary code comments, and template-driven visuals that reduce authenticity. You clean it by running detect_slop.py to identify issues, then applying safe changes automatically with clean_slop.py.

Can I use this for code reviews and design critiques?▼

Yes, this supports code reviews and design critiques by detecting generic variable names, unnecessary comments, and template-driven layouts. It provides design-quality guidance to improve content-driven layouts and simplify logic.

What's the best way to remove buzzwords and hedging from drafted articles?▼

The best way to remove buzzwords and hedging is to run detect_slop.py on your draft to generate a pattern report, then apply clean_slop.py to safely eliminate the flagged meta-commentary and improve content authenticity.

Do I need any dependencies or specific components to run these cleanup scripts?▼

No external dependencies or components are required. You only need the Python environment to run the included detect_slop.py and clean_slop.py scripts for identifying and removing AI slop patterns.

Are there limitations to automated text pattern cleanup?▼

Automated cleanup targets specific text patterns like buzzwords and generic code variables, but complex design-quality improvements require manual review. It supports both automated detection and manual cleanup workflows to ensure safe changes.