anti-slop-brain

anti-slop-brain is a plugin for Claude Code from AgriciDaniel/anti-slop. Its manifest loads nothing; the 1 skill, 4 agents it bundles cost 367 tokens per session together, scanned A, original, Apache-2.0.

A review guide for spotting and repairing low-quality AI-generated writing, code, documentation, and agent output. It uses examples from a reference collection rather than trying to identify who wrote the text.

In plain words
What is it for?
Reviewing and revising prose, source code, technical documentation, and coding-agent responses for signs of low-quality AI output.
Why use it?
It helps find generic, misleading, or otherwise poor AI output and gives a basis for improving it. This reduces reliance on guesses about whether a person or AI wrote something.

Plugin for Claude Code

Written for Claude Code: a Claude Code plugin manifest.

Good fit Reviewing and revising prose, source code, technical documentation, and coding-agent responses for signs of low-quality AI output.

Compare 6 plugins from other repositories ↓
Install in Claude Code
/plugin marketplace add AgriciDaniel/anti-slop/plugin install anti-slop-brain
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.

Clone the repo
git clone --depth 1 https://github.com/AgriciDaniel/anti-slop

Made for: Claude Code.

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-slop-brain

README.md
[![agentmods](https://agentmods.dev/badge/plugins/agricidaniel/anti-slop/anti-slop-brain/github.svg)](https://agentmods.dev/plugins/agricidaniel/anti-slop/anti-slop-brain)
Your own site
<a href="https://agentmods.dev/plugins/agricidaniel/anti-slop/anti-slop-brain"><img src="https://agentmods.dev/badge/plugins/agricidaniel/anti-slop/anti-slop-brain/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-slop-brain

Your own site · 80×15
<a href="https://agentmods.dev/plugins/agricidaniel/anti-slop/anti-slop-brain"><img src="https://agentmods.dev/badge/plugins/agricidaniel/anti-slop/anti-slop-brain.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session not measured What this adds to a session before it is invoked.
When invoked not measured The manifest loads nothing itself; its 1 skill, 4 agents cost 367 tokens a session between them.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

anti-slop-brain 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 10d 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.

anti-slop-brain/.claude-plugin/plugin.json · 32 lines

What it actually says

{
  "name": "anti-slop-brain",
  "version": "0.1.0",
  "description": "Anti-Slop Brain Obsidian brain for detection and repair of AI slop in prose, code, documentation, and agent output, grounded in corpus evidence rather than authorship detection.",
  "author": {
    "name": "Daniel Agrici",
    "url": "https://github.com/AgriciDaniel"
  },
  "homepage": "https://github.com/AgriciDaniel/anti-slop",
  "repository": "https://github.com/AgriciDaniel/anti-slop",
  "license": "Apache-2.0 AND CC-BY-SA-4.0 AND CC-BY-4.0",
  "keywords": [
    "anti-slop",
    "ai-slop",
    "writing-quality",
    "code-review",
    "obsidian",
    "brain",
    "citations",
    "provenance"
  ],
  "allowed-tools": [
    "Read",
    "Grep",
    "Glob",
    "Bash",
    "Write",
    "Edit"
  ],
  "_comment_skills": "No explicit skills array. This directory's SKILL.md sits at the root and is discovered automatically. Pointing skills at ./SKILL.md fails claude plugin validate, which requires directory entries."
}
Contents

What it installs

The manifest is a name and a version. 1 skill, 4 agents travel with it, and installing the plugin installs all of them — 367 tokens a session between them. Each is measured on its own page, and each can be installed alone.

Files

What ships with it

1 file beside plugin.json in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 10d ago First seen · 32 lines scan A fc983b5e129d

Subscribe to this mod's changes

anti-slop-brain is a plugin published in the GitHub repository AgriciDaniel/anti-slop (47 stars, last pushed 1mo ago), licensed Apache-2.0. Its token cost is not measured: this kind of file is read by the harness, not the model. 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 plugins, from other repositories

procoder

A harness that gives AI coders the tools and skills to work like a senior developer. All nine domains shipped: security, best practices, maintainability, performance, documentation, clean code, CI/CD, DevOps, GitOps — plus the code index. Hooks hand the agent results; the agent stays in control.

azrtydxb/procoder · not measured

procoder

A harness that gives AI coders the tools and skills to work like a senior developer.

azrtydxb/procoder · not measured

argot

A guardrail that flags code foreign to a repo's own patterns — learned from git history. Bundles the argot-setup, argot-refresh, argot-check, argot-review-pr, argot-setup-ci, argot-write-rule, and argot-suggest-rules skills, the argot MCP server, and an opt-in, non-blocking pre-write guardrail hook.

get-tmonier/argot · not measured

skill-reviewer

Use when reviewing a Claude Code skill, auditing skill quality before publish, or asking "is this skill any good?". Produces structured reports with file:line citations, severity-rated findings cards, and an optional second-opinion pass. Lens variants: full (default), safety, discoverability, architecture…

Terryc21/skill-reviewer · not measured

dev-workflow

Spec-driven workflow with two independent cross-model review gates, an append-only hardening ledger with an escalation ladder, and repo-enforced quality. Requires the superpowers plugin.

dsnger/dev-workflow-kit · not measured

hi-vibe

Vibe-coding seatbelt for Claude Code — doc automation (CLAUDE.md/MODULE.md/handover/CHANGELOG) + AI discipline (root-cause first, no unfounded claims) + machine enforcement (ruff/eslint/import cycles).

jx-hxxx/hi-vibe · not measured