anti-ai-slop-swarm

anti-ai-slop-swarm is a skill for Claude Code, Codex from endearqb/endearqb-skills. It costs 164 tokens per session (3,198 once invoked), scanned A, original, MIT.

A multi-review writing workflow that checks text through six separate lenses, including facts, unnecessary length, structure, word choice, tone, and rhythm. It then combines the findings, rewrites the text, and checks the result again.

In plain words
What is it for?
Use it when you want several independent reviews before rewriting, especially for long or sensitive text. It can also identify which part of the writing needs another revision.
Why use it?
It helps remove formulaic or overly artificial writing while checking that important information and the original meaning remain intact.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents; mentions Claude Code.

Good fit Use it when you want several independent reviews before rewriting, especially for long or sensitive text. It can also identify which part of the writing needs another revision.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/endearqb/endearqb-skills/anti-ai-slop-swarm
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add endearqb/endearqb-skills --skill anti-ai-slop-swarm
Clone the repo
git clone --depth 1 https://github.com/endearqb/endearqb-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for anti-ai-slop-swarm

README.md
[![agentmods](https://agentmods.dev/badge/skills/endearqb/endearqb-skills/anti-ai-slop-swarm/github.svg)](https://agentmods.dev/skills/endearqb/endearqb-skills/anti-ai-slop-swarm)
Your own site
<a href="https://agentmods.dev/skills/endearqb/endearqb-skills/anti-ai-slop-swarm"><img src="https://agentmods.dev/badge/skills/endearqb/endearqb-skills/anti-ai-slop-swarm/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for anti-ai-slop-swarm

Your own site · 80×15
<a href="https://agentmods.dev/skills/endearqb/endearqb-skills/anti-ai-slop-swarm"><img src="https://agentmods.dev/badge/skills/endearqb/endearqb-skills/anti-ai-slop-swarm.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 164 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,198 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00164 $0.03198
Opus 5 $0.00082 $0.01599
Sonnet 5 $0.00033 $0.00640
Haiku 4.5 $0.00016 $0.00320

Measured 12d ago against content hash 886f87c5523b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

anti-ai-slop-swarm scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/anti-ai-slop-swarm/SKILL.md · 161 lines

How it starts

The opening of the file, as written. The whole thing — 161 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Anti AI Slop · Swarm 编排

环境适配

能力 有 subagent(Claude Code / Cowork) 无 subagent(Claude.ai)
审稿透镜启动 真并行,独立上下文 顺序模拟,逐个透镜读判,K=1
上下文隔离 子 Agent 物理隔离 流式读取纪律:一次只装一个透镜,判完释放
红队校验 独立子 Agent 不读诊断 Orchestrator 切换视角自评,标 [self-judged]

无 subagent 环境下隔离靠纪律近似,无法消除上下文污染;追求完整隔离建议使用 Claude Code 或 Cowork。

核心抽象:四位一体对齐

slop 类别组(A–F)  ↔  审稿透镜(audit lens)  ↔  dim{编号}/ 工作区  ↔  Auditor Worker
       评分定位到维度 → 维度反查到透镜 → 透镜定位到 dim → 重部署 Worker

只要这条映射成立,"红队给某维度判不合格 → 反查对应透镜的诊断 → 定向重写那部分"就自动闭环。

六个透镜固定对齐 base 技能的 slop 分类六组:

dim 透镜 对应 base 分类组 透镜文件
dim01 事实与证据 A(1–4) references/lens/A-facts.md
dim02 内容膨胀 B(5–10) references/lens/B-bloat.md
dim03 结构模板 C(11–16) references/lens/C-structure.md
dim04 词汇句法 D(17–22) references/lens/D-diction.md
dim05 对话语气 E(23–29) references/lens/E-tone.md
dim06 节奏格式 F(30–35) references/lens/F-rhythm.md

Agent 角色(独立子智能体)

每个角色的完整指令在 agents/ 下,是该子智能体的独立 skill 文档。部署某角色时,把对应文件作为它的系统指令。

角色 数量 任务 独立文档
Orchestrator 1 锁原文、分透镜、合并去重定级、裁决、调红队、精炼、交付 agents/orchestrator.md
Auditor(审稿透镜) 6(A–F) 各自独立诊断一组 slop,只诊断不改写 agents/auditor.md + 对应 lens/
Fact-Verifier 0–1 用工具核验事实锚点(可选) agents/fact-verifier.md
Rewriter 1 按统一问题清单执行修改 agents/rewriter.md
Loss-Verifier(红队) 1 对照原文检查信息损失/事实改动/过度去味 agents/loss-verifier.md
Voice-Matcher 0–1 提取作者风格卡(voice-match 模式) agents/voice-matcher.md

铁律:审稿者只诊断不改写。 六个审稿者各改各的必然冲突;诊断与重写分离,让重写者在一份合并后的、已解决透镜间冲突的清单上一次改完。

模式

模式 跑哪些角色 用途
audit-only 6 Auditor + 合并 只出诊断报告,不改稿
full-deslop(默认) 6 Auditor → Rewriter → Loss-Verifier(+精炼) 完整诊断+重写+校验
surgical 6 Auditor → Rewriter(只修高/硬失败) → Loss-Verifier 最小修补,保结构文气
+fact 任意模式叠加 Fact-Verifier 含精确数字/时效信息,需工具核验
+voice 任意模式叠加 Voice-Matcher 用户提供作者样本,需匹配声音

Read the full file on GitHub · 161 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 161 lines · 164 tokens per session scan A 886f87c5523b

Subscribe to this mod's changes

anti-ai-slop-swarm is a skill published in the GitHub repository endearqb/endearqb-skills (19 stars, last pushed 9d ago), licensed MIT. It adds 164 tokens to every session and 3,198 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

taiyi-evolve

A workflow skill that compares the implemented code with the frozen design after development and testing. It records architecture changes and proposes updates to DESIGN.md, the document describing the intended system structure.

Dong90/oh-my-taiyiforge · 37 tokens

reply-to-pr-threads

Draft, confirm, and post replies to GitHub PR review threads. Handles per-category reply formatting, re-fetches thread resolution state so auto-resolved threads are skipped, and posts via GraphQL. Use when the user asks to "reply to PR threads", "post PR thread replies", or "draft PR reply messages".

tobihagemann/turbo · 71 tokens

answer-reviewer-questions

For each reviewer question on a PR, recall implementation reasoning and compose a raw answer. Use when the user asks to "answer reviewer questions", "draft answers to PR questions", or "explain reviewer questions".

tobihagemann/turbo · 48 tokens

evaluate-findings

Critically assess external feedback (code reviews, AI reviewers, PR comments) and decide which suggestions to apply using adversarial verification. Use when the user asks to "evaluate findings", "assess review comments", "triage review feedback", "evaluate review output", or "filter false positives".

tobihagemann/turbo · 63 tokens

create-project-skills

Scans an existing codebase and generates project-specific skills that capture inferred conventions such as naming, file organization, framework usage, data access, error handling, and testing style. Writes into the project's chosen skill directory (e.g., .claude/skills/, .agents/skills/, or a custom path). Use when…

tobihagemann/turbo · 111 tokens

retrospective-audit

Stage B of /prflow:retrospective-weekly: given a most-recent-first subset of one recurring pattern's occurrence-PR context bundles (bounded by auditbundlecap), re-derive the root cause and return one JSON object carrying a ranked findings array (one to three sub-patterns) — no edits, no worktree. Invoked as a subagent…

The01Geek/prflow · 91 tokens