Removes 20+ patterns of AI slop from any piece of writing. https://creatoreconomy.so/p/use-my-no-ai-slop-skill-to-remove-20-ai-slop-patterns
Find a file
juliandickie f44f98b180 Add Claude Code plugin packaging
Upstream ships a Codex plugin form only (.codex-plugin + build_plugin.py).
This adds the Claude Code equivalent as purely additive files - a
.claude-plugin/plugin.json manifest mirroring the upstream Codex manifest
at version 1.0.4, and skills/no-ai-slop/SKILL.md as the shipping copy of
the root SKILL.md, which stays upstream-pristine.

CLAUDE.md records the fork contract - upstream files are never edited
here, all customisation happens in the skills/ copy, and the diff between
root SKILL.md and the copy is the standing customisation ledger and
upstream-contribution candidate list. Validated with claude plugin
validate.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-07-29 10:03:07 +10:00
.claude-plugin Add Claude Code plugin packaging 2026-07-29 10:03:07 +10:00
.codex-plugin Use selected plugin icon (#18) 2026-07-26 18:45:06 -07:00
.github/workflows Update plugin workflow actions (#13) 2026-07-26 16:02:15 -07:00
agents Preserve voice and simplify skill install 2026-07-22 07:33:09 -07:00
assets Use selected plugin icon (#18) 2026-07-26 18:45:06 -07:00
scripts Update plugin logo (#16) 2026-07-26 18:26:42 -07:00
skills/no-ai-slop Add Claude Code plugin packaging 2026-07-29 10:03:07 +10:00
.gitignore Package No AI Slop as a plugin (#12) 2026-07-26 16:00:52 -07:00
CLAUDE.md Add Claude Code plugin packaging 2026-07-29 10:03:07 +10:00
eval.md Preserve voice and simplify skill install 2026-07-22 07:33:09 -07:00
LICENSE no-ai-slop: agent skill for sharper, more human writing 2026-07-06 22:05:20 -07:00
plugin-submission.md Use selected plugin icon (#18) 2026-07-26 18:45:06 -07:00
PRIVACY.md Package No AI Slop as a plugin (#12) 2026-07-26 16:00:52 -07:00
README.md Update plugin directory description (#15) 2026-07-26 17:05:59 -07:00
SKILL.md Preserve voice and simplify skill install 2026-07-22 07:33:09 -07:00
TERMS.md Package No AI Slop as a plugin (#12) 2026-07-26 16:00:52 -07:00

No AI slop

This open-source skill removes 20+ patterns of AI slop from your writing without flattening your personal voice. It can also detect slop without guessing whether AI wrote the text.

More than 2,700 people have starred it on GitHub. The launch post on X reached 611K impressions, 10K+ saves, and 13K+ link clicks.

What it catches

The patterns it detects include:

Pattern Smells like
Binary contrasts "It's not X. It's Y."
Throat-clearing openers "Here's the thing..."
Faux-insight setups "What nobody tells you..."
Colon reveals "The best part: it learns."
Superficial analysis "...highlighting the team's commitment"
Importance puffery "marks a pivotal moment"
Weasel attribution "experts agree," "studies show"
Fake-strong verbs "serves as a centralized hub"
Synonym cycling the agent, then the assistant, then the tool
Negative listing "Not a X. Not a Y. A Z."
Dramatic fragmentation "That's it. That's the whole thing."

It also enforces the fundamentals that make writing good: Lead with the point when it helps, use active voice, untangle hard-to-follow sentences, and prefer concrete numbers over abstractions.

I use it during the middle 50% of my writing process to improve spelling, grammar, and clarity. I write or dictate the first draft myself, use AI to edit, then do the final line-by-line pass myself. Read the full 25/50/25 process.

Install

Paste this into Claude Code, Codex, or your favorite AI harness:

"Install this skill globally: https://github.com/petergyang/no-ai-slop"

The repository also contains a skills-only plugin package for ChatGPT and Codex. Tagged releases attach a validated plugin ZIP, and the plugin is available in the public ChatGPT directory.

Use

1. Edit a draft. Paste it and invoke the skill:

/no-ai-slop

[your draft]

You get back the edited draft plus a short What changed section. The skill makes the minimum effective edit, then checks its own work against eval.md.

2. Detect slop. Ask whether a piece reads as AI:

/no-ai-slop is this AI slop?

[the text]

You get every pattern it found each with the quoted line.

Files

  1. SKILL.md: The editing rules and workflow.
  2. eval.md: Pass/fail checks the skill runs on its own edits.
  3. .codex-plugin/plugin.json: Metadata for the ChatGPT and Codex plugin.
  4. scripts/build_plugin.py: Builds and validates the plugin ZIP from the canonical skill files.

Who made this

This is one skill from my personal AI operating system. The full library, including my courses and workflows, lives at Behind the Craft.

License

MIT