antislop
Detect and fix AI-generated writing patterns (slop). Comprehensive detection with 45+ patterns across 3 severity tiers, scoring system, and editor mode that directly fixes problems. Use when scanning any content for AI tells, auditing drafts before publishing, checking if writing "sounds like AI", humanizing AI-generated text, or verifying content authenticity. Trigger on "check for slop", "does this sound like AI", "humanize this", "AI audit", "slop check", "clean up AI writing", or any request to detect/remove artificial-sounding patterns. Also use proactively before publishing any AI-assisted content.
pinned to #5edbf85updated last month
Ask your AI client: “install skills/antislop”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install skills/antislopmetahub onboarded this repo on the author's behalf.
If you own github.com/aplaceforallmystuff/the-antislop on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
16
Last commit
last month
Latest release
published
- #ai-detection
- #ai-writing
- #claude
- #claude-code
- #claude-skill
- #slop-detection
- #writing-quality
About this skill
Pulled from SKILL.md at publish time.
A comprehensive AI writing pattern detector and fixer. Combines patterns from [Wikipedia's Signs of AI Writing](https://en.wikipedia.org/wiki/Wikipedia:Signs_of_AI_writing) with advanced structural detection and an editor mode that actually fixes problems.
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.5edbf85· last month
Kind-specific
31Skill: SKILL.md present
found at SKILL.md · frontmatter source: SKILL.md
Skill: body content present
2,452 words · 15,671 chars · 32 sections · 4 code blocks
Skill: triggers declaredwarn
No `trigger` phrases in SKILL.md frontmatter
Add `trigger:` lines so Claude knows when to activate this skill — e.g. `when building MCP servers` or `for diagram creation`.
Skill: allowed-tools scope
no allowed-tools restriction (Claude may use anything)
Release history
1- releasecurrent5edbf85warnlast month
Contents

A Claude Code skill that detects and fixes AI-generated writing patterns. More comprehensive than detection alone — it actually rewrites the problems.
Why This Exists
AI-generated text has tells. Wikipedia's Signs of AI Writing documents 24 patterns. But detection alone isn't enough. You need a tool that:
- Detects comprehensively — 35+ patterns across content, language, style, and structure
- Scores severity — Not all patterns are equally bad (tiered system)
- Actually fixes problems — Editor mode rewrites, not just flags
- Catches structural tells — Staccato fragments, manufactured personality, uniformity
Installation
Option 1: Skills CLI
npx skills add aplaceforallmystuff/the-antislop
Option 2: Clone to skills directory
mkdir -p ~/.claude/skills
git clone https://github.com/aplaceforallmystuff/the-antislop.git ~/.claude/skills/the-antislop
Usage
In Claude Code, Claude Desktop, or any Claude interface with skill support:
/antislop
[paste your text here]
Or ask Claude directly:
Run antislop on this draft: [your text]
The Horoscope Test
"Could anyone have written this, for anyone?"
If yes, it's slop. Like a horoscope — technically applicable to everyone, resonant with no one.
Detection Categories
Tier 1: Remove Immediately
- delve, game-changer, revolutionary, leverage, unlock potential
- "it's worth noting," "in today's digital landscape"
- moreover, furthermore, cutting-edge
Tier 2: Suspicious When Repeated
- here's the thing, at the end of the day, the bottom line
- paired adjectives ("comprehensive and thorough")
- template openings ("In this post, we'll cover...")
Tier 3: Watch for Clusters
- transition words (however, firstly, moving forward)
- corporate buzzwords (robust, seamless, scalable)
Structural Patterns (Often Missed)
- Staccato fragments: "Short. Punchy. Exhausting."
- Sentence uniformity: Every sentence 10-15 words
- Comparator sentences: "This isn't X. It's Y."
- Manufactured personality: Fake developer snark
- Self-promotional framing: Author's achievements as headline
Scoring System
| Pattern Type | Points |
|---|---|
| Tier 1 phrase | +3 |
| Tier 2 (repeated) | +2 |
| Tier 3 cluster | +2 |
| Failed horoscope test | +5 |
| Staccato fragment spam | +4 |
| Manufactured personality | +4 |
- 0-5: Low risk
- 6-12: Medium risk (significant editing needed)
- 13+: High risk (likely unedited AI)
Editor Mode
Unlike detection-only tools, The AntiSlop fixes problems by default:
- Removes Tier 1 phrases
- Deduplicates Tier 2 phrases
- Combines staccato fragments into flowing prose
- Replaces comparator sentences with direct statements
- Varies sentence lengths
Request "audit only" if you just want detection without edits.
Example
Before:
Let's delve into how AI is revolutionizing the landscape. It's worth noting that these game-changing tools are unlocking potential at scale. The speed is impressive. The quality is enhanced. The adoption is growing.
After:
Here's how teams are using AI coding tools. In a 2024 Google study, developers completed simple functions 55% faster, but showed no improvement on debugging. The tools handle boilerplate well — config files, test scaffolding, repetitive refactors — but can't tell when they're wrong.
Further Reading
For more on AI writing patterns and maintaining your authentic voice, see the AI Writing Field Guide.
Related Skills
Part of the aplaceforallmystuff skills collection:
- voice-editor — 6-pass editing to match your voice profile
- voice-analyzer — Create the VOICE.md that personalizes detection
- slop-detector — Lightweight detection-only variant
Credits
- Pattern research from Wikipedia: Signs of AI Writing
- WikiProject AI Cleanup
- Finnish study on "delve" usage (56,878 essays)
- Georgia Tech analysis (168.3M articles)
License
MIT
Author
Jim Christian (@jimchristian)
Reviews
No reviews yet. Be the first.
Related
Frontend Slides
Create beautiful slides on the web using Claude's frontend skills
Planning With Files
Claude Code skill implementing Manus-style persistent markdown planning — the workflow pattern behind the $2B acquisition.
Guizang Ppt Skill
AI-agent Skill for generating polished HTML slide decks: editorial magazine and Swiss layouts, image prompts, social covers, and a WebGL/low-power presentation runtime.
mh install skills/antislop