AntiSlop

Scores a draft for AI-writing tells and rewrites the flagged lines in place.

Tested · Works

Test report

Verdict
Tested · Works
Score
8.4/10
Tested
Jul 15, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · db3d6cd

Ran it on a paragraph seeded with 12+ tier-1 phrases (delve, leverage, game-changer, moreover...) plus a staccato-fragment run and a chatbot sign-off: it caught and cited essentially every one in a before/after table with a quantified 49-to-6 score, versus a plain edit that cleaned the prose but left no audit trail or count of what was actually wrong.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 8/10
  • Docs & honesty 3/5

What AntiSlop does

Detects AI-writing tells (delve/leverage-style buzzwords, staccato fragment spam, corporate hedging, chatbot sign-offs) across 3 severity tiers, computes a quantified slop score, and rewrites the flagged lines in place with a before/after table. Triggers on requests to check, humanize, or audit text before publishing.

How to install AntiSlop

git clone https://github.com/aplaceforallmystuff/the-antislop.git
mkdir -p ~/.claude/skills
cp -r the-antislop ~/.claude/skills/antislop

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger AntiSlop

  • /antislop Scores a draft for AI-writing tells and rewrites the flagged lines in place.

It also activates on plain-language prompts like these:

  • Does this blog post sound like AI wrote it? Check before I publish
  • Humanize this paragraph, it feels stiff and robotic right now
  • Run a slop check on this draft and fix the flagged lines in place

Frequently asked questions

Is the AntiSlop skill free?
Yes. The skill itself is free from aplaceforallmystuff/the-antislop. SkillProof publishes the install command and an independent test verdict at no cost.
Does AntiSlop work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Tested · Works. Ran it on a paragraph seeded with 12+ tier-1 phrases (delve, leverage, game-changer, moreover...) plus a staccato-fragment run and a chatbot sign-off: it caught and cited essentially every one in a before/after table with a quantified 49-to-6 score, versus a plain edit that cleaned the prose but left no audit trail or count of what was actually wrong.
What is the AntiSlop SkillProof Score?
8.4/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 3/5.
How do I install AntiSlop?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use AntiSlop with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.