Guizang's agent skill turns your repo's recent updates into a finished promo video — real components, code-rendered animation, an original code-written soundtrack — no video editor involved.
- agent-skill
- video
- promo
- marketing
A skill that strips the 41 patterns that mark text as AI-written, then runs four gates — ending with a second reviewer — before handing it back.
anti-ai-slop rewrites a draft and then makes it pass four gates. Gate 1 removes invisible characters: zero-width spaces, hidden tag characters, bidi controls, odd spacing. Gate 2 is a deterministic Python linter that scores the draft out of 100 against everything in the catalogue a script can find and requires 90 with no serious findings — same score every run, code and quotes skipped. Gate 3 is a second agent that sees only the original and the rewrite and hunts what scripts cannot: made-up facts, invented time frames, dropped caveats, synonym cycling, changed meaning. Gate 4, optional, is another model — Gemini 3.8 Flash by default through LiteLLM, swappable for any provider — reporting a human score and its cost. Failing drafts loop back for up to two more passes; anything unresolved is listed for you, not hidden. The catalogue runs from negative parallelism and throat-clearing openers through contrast-on-every-claim and stacked hedges to em-dash density and Title Case headings.
Anyone publishing agent-drafted prose — blog posts, release notes, docs, newsletters — who wants the AI tells gone without a human editor pass; and CI setups where a slop-score gate belongs next to lint.
git clone https://github.com/misbahsy/anti-ai-slop.git cp -r anti-ai-slop/skills/anti-ai-slop ~/.claude/skills/ # checks need Python 3.8+; optional fourth gate: pip install litellm python3 skills/anti-ai-slop/scripts/slopcheck.py draft.md # exit 0 = pass
The linter is deterministic but pattern-based — the rules are English-centric, other languages will under-detect, and formal registers can trip false positives (the escape comment exists for that). The optional model review sends your draft to the provider you configure and reports each run's cost. Inspired by and crediting no-ai-slop, stop-slop, slop-cop and clearmode. MIT.
Repository
misbahsy/anti-ai-slopCharted
Guizang's agent skill turns your repo's recent updates into a finished promo video — real components, code-rendered animation, an original code-written soundtrack — no video editor involved.
An agent skill that geolocates a photo with nothing readable in it — OSM geometry, elevation skylines and satellite tiles turn “where was this taken?” into a measured answer with an error radius.
A skill that makes AI coding agents map the architecture and declare the blast radius before they touch a line of code — rendered as one standalone HTML page.