Fetching from the wire…
Public story · 2026-07-23 · high
The free Claude Code tool catches 20-plus AI writing tells before they hit the page instead of cleaning them up after.
Why now: Yang released it July 22, and the star count kept climbing into July 23.
Peter Yang released no-ai-slop on July 22 as a free skill for Claude Code. It picked up close to 1,000 GitHub stars in a day, and the launch post pulled 4,388 likes and 454,000 views. Most AI cleanup tools rewrite a draft after the fact, and that's the assumption this one breaks.
The tool catches more than 20 AI prose patterns while you write, not after. Binary contrasts like "It's not X. It's Y." Throat-clearing openers like "Here's what nobody tells you." Fake-deep closers that land on a moral nobody asked for. It flags each one, explains the edit, and keeps the writer's own voice instead of swapping in a generic house style.
Yang shipped it for three surfaces: Claude Code, Cursor via .cursorrules, and Codex CLI.
A rewrite still carries the shape of the thing it's fixing. The sentence rhythm, the paragraph lengths, the places where a human would have stopped and didn't, stay put underneath the fix. Catching the pattern while the words are still being generated skips that step. The draft comes out clean instead of needing a second pass to hide the first one.
I run something similar on my own newsletter, and the gap between the two approaches is real, not cosmetic.
The GitHub repo doesn't say how it holds up on longer writing, where the tells spread across paragraphs instead of sitting in one sentence.
Each link below shares sources, entities, or timing with this story.
Triple-stream retrieval (BM25 keyword, vector embeddings, knowledge-graph traversal) fused via Reciprocal Rank Fusion on the iii engine, with SQLite for state and an in-memory vector index, no external database. The economic claim: ~170K tokens/year (~$10) versus ~650K tokens...
Three things happened this month that only make sense together. Agent Plugins 1.0 shipped co-signed by six competitors: AWS, Anysphere, Microsoft, OpenAI, Vercel and Google (GitHub Changelog). It makes skills-plus-MCP bundles portable across clients. OpenAI's August 11 Codex c...
The repo (1,861 stars, +314 today) ships a SKILL.md covering useful features from Go 1.0 through 1.27, including everything the modernize analyzer targets, so agents use max(a, b) over if-else, slices.Contains over manual loops, and Go 1.26 additions like new(42) and errors.As...
iOfficeAI/OfficeCLI is Apache-2.0 C#/.NET giving agents read/write control over .docx, .xlsx, and .pptx with no Microsoft Office install, no external dependencies, and no .NET runtime at execution time (GitHub). Its differentiator over python-docx-style libraries is a native f...
pbakaus/impeccable (+471 today, 3,000 forks, 1,174 commits, Apache 2.0) installs into Cursor, Claude Code, Copilot, Gemini CLI, Codex CLI, Grok Build, OpenCode, Pi, Kiro, Trae, Rovo Dev, Qoder, and Mistral Vibe via npx impeccable install (GitHub). It combines PRODUCT.md/DESIGN...
EchoVault solves the "agent amnesia" problem — coding agents forgetting everything between sessions. It runs as an MCP server giving agents three tools: memory_context (load prior decisions), memory_search (find specific memories), and memory_save (persist learnings). Storage...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.