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.
npx skills add AgriciDaniel/anti-slop --skill anti-slop-braingit clone --depth 1 https://github.com/AgriciDaniel/anti-slopWrote 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.
[](https://agentmods.dev/skills/agricidaniel/anti-slop/anti-slop-brain)<a href="https://agentmods.dev/skills/agricidaniel/anti-slop/anti-slop-brain"><img src="https://agentmods.dev/badge/skills/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.
<a href="https://agentmods.dev/skills/agricidaniel/anti-slop/anti-slop-brain"><img src="https://agentmods.dev/badge/skills/agricidaniel/anti-slop/anti-slop-brain.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00152 | $0.00889 |
| Opus 5 | $0.00076 | $0.00445 |
| Sonnet 5 | $0.00030 | $0.00178 |
| Haiku 4.5 | $0.00015 | $0.00089 |
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 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.
How it starts
The opening of the file, as written. The whole thing — 81 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Anti-Slop Brain
Operate the deployed vault first. Treat CODEX.md, wiki/hot.md, and
wiki/index.md as vault-root-relative paths, where the vault root is the
directory passed to --vault or opened in Obsidian. In this repo, the template
vault root is assets/template-brain/ and the demo vault root is
examples/sample-vault/.
Secretary: use agents/anti-slop-secretary.md for grounded answers, claim review,
and vault maintenance. That secretary reads the brain first, cites a vault note
and an official URL, and stays advisory and read-only.
Commands
/anti-slop-brain new <client-slug> --owner <name>
/anti-slop-brain ingest --vault <path> --file <source>
/anti-slop-brain synthesize --vault <path>
/anti-slop-brain report --vault <path>
/anti-slop-brain visuals --vault <path>
/anti-slop-brain lint --vault <path>
/anti-slop-brain next --vault <path>
Source checkout equivalent:
anti-slop-brain new <client-slug> --owner <name>
anti-slop-brain ingest --vault <path> --file <source>
anti-slop-brain synthesize --vault <path>
anti-slop-brain report --vault <path> --html-only
Required Operating Rules
- Read
<vault>/CODEX.md. - Read
<vault>/wiki/hot.md. - Read
<vault>/wiki/index.md. - Preserve
.raw/as immutable source material. - Never store credentials in the vault.
- Never make domain-specific claims without dated trustworthy sources.
- Keep
hot,index,overview, andlogcurrent. - Record research evidence in
references/source-ledger.json. - Record domain adapter completion in
references/adapter-manifest.json.
Script Mapping
new->python scripts/scaffold_vault.pyingest->python scripts/ingest_source.pysynthesize->python scripts/synthesize_brain.pyreport->python scripts/render_brain_report.pyvisuals->python scripts/generate_vault_visuals.pylint->python scripts/lint_vault.pynext->python scripts/guide_next_action.py
Quality Gates
- No authorship verdict, ever; this brain reports defects, not origin
- No hard failure on a stylistic marker alone; markers route to structural tests
- No claim about detector accuracy, marker frequency, or prevalence without a current cited source
- No credentials, tokens, or private operator content in repo artifacts
- No model self-grading as a release gate; deterministic scanners re-run after every repair
What ships with it
60 files beside SKILL.md 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.
- .claude-plugin/marketplace.json 891 B
- .claude-plugin/plugin.json 999 B
- .github/workflows/ci.yml 2.9 KB
- .gitignore 222 B
- AGENTS.md 1.4 KB
- agents/anti-slop-secretary.md 3.2 KB
- agents/detection-and-provenance-curator.md 1.5 KB
- agents/markers-and-evidence-tiers-curator.md 1.5 KB
- agents/structural-tests-curator.md 1.5 KB
- anti_slop_brain/__init__.py 64 B runs code
- anti_slop_brain/__main__.py 116 B runs code
- anti_slop_brain/cli.py 2.8 KB runs code
- assets/svg/hero-frontispiece.svg 5.1 KB
- assets/template-brain/_attachments/brain-relationship-map.svg 3.6 KB
- assets/template-brain/_templates/decision.md 575 B
- assets/template-brain/_templates/source-note.md 832 B
- assets/template-brain/_templates/standard-note.md 746 B
- assets/template-brain/.obsidian/app.json 32 B
- assets/template-brain/.obsidian/appearance.json 64 B
- assets/template-brain/.obsidian/community-plugins.json 17 B
- assets/template-brain/.obsidian/core-plugins.json 64 B
- assets/template-brain/.obsidian/graph.json 1.6 KB
- assets/template-brain/.obsidian/snippets/brain.css 274 B
- assets/template-brain/.raw/.manifest.json 145 B
- assets/template-brain/.raw/sources/.gitkeep 81 B
- assets/template-brain/CODEX.md 779 B
- assets/template-brain/README.md 105 B
- assets/template-brain/shipping-rules.md 701 B
- assets/template-brain/wiki/accounts/_index.md 4.1 KB
- assets/template-brain/wiki/canvases/_index.md 4.1 KB
- assets/template-brain/wiki/canvases/main.canvas 3.4 KB
- assets/template-brain/wiki/canvases/Onboarding Canvas.canvas 2.8 KB
- assets/template-brain/wiki/concepts/_index.md 4.1 KB
- assets/template-brain/wiki/concepts/AI-AI Evaluator Bias.md 3.4 KB
- assets/template-brain/wiki/concepts/Best Practices Kernel.md 1.5 KB
- assets/template-brain/wiki/concepts/Em Dash Population Prevalence.md 3.4 KB
- assets/template-brain/wiki/concepts/Evidence Tiers.md 3.4 KB
- assets/template-brain/wiki/concepts/Humanizer Quality Degradation.md 3.4 KB
- assets/template-brain/wiki/concepts/Marker Cohort Rot.md 3.4 KB
- assets/template-brain/wiki/concepts/Model Collapse on Recursive Data.md 3.5 KB
- assets/template-brain/wiki/concepts/Package Hallucination and Slopsquatting.md 3.5 KB
- assets/template-brain/wiki/concepts/The Inversion Test.md 3.4 KB
- assets/template-brain/wiki/concepts/Why Detection Fails.md 3.4 KB
- assets/template-brain/wiki/concepts/Workslop Downstream Cost.md 3.4 KB
- assets/template-brain/wiki/decisions/_index.md 4.1 KB
- assets/template-brain/wiki/decisions/Approval Queue.md 1.6 KB
- assets/template-brain/wiki/deliverables/_index.md 4.1 KB
- assets/template-brain/wiki/deliverables/Action Roadmap.md 1.5 KB
- assets/template-brain/wiki/deliverables/Health Scorecard.md 1.6 KB
- assets/template-brain/wiki/entities/_index.md 4.1 KB
- assets/template-brain/wiki/experiments/_index.md 4.1 KB
- assets/template-brain/wiki/experiments/Deletion-test spot check against a known-padded corpus sample.md 4.0 KB
- assets/template-brain/wiki/experiments/Source To Claim Spot Check Probe.md 3.9 KB
- assets/template-brain/wiki/flows/_index.md 4.1 KB
- assets/template-brain/wiki/flows/Claim Verification Flow.md 3.1 KB
- assets/template-brain/wiki/flows/Context Compaction Routine.md 3.1 KB
- assets/template-brain/wiki/flows/Explore Plan Code Commit.md 3.0 KB
- assets/template-brain/wiki/flows/Multi-Agent Fan-Out Research Flow.md 3.1 KB
- assets/template-brain/wiki/flows/Reporting Workflow.md 1.5 KB
- assets/template-brain/wiki/flows/Research Refresh Workflow.md 1.8 KB
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.
- 12d ago First seen · 81 lines · 152 tokens per session scan A 0feed87c0664
anti-slop-brain is a skill published in the GitHub repository AgriciDaniel/anti-slop (50 stars, last pushed yesterday), licensed Apache-2.0. It adds 152 tokens to every session and 889 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.
Other skills, from other repositories
laravel-ai-sdk
Laravel AI SDK for building AI-powered features. Use when creating agents, generating images or audio, working with embeddings, vector search, or testing AI features. Triggers on tasks involving laravel/ai, AI agents, tool-calling, structured output, streaming, embeddings, reranking, or AI faking in tests.
pytorch-training
Best practices for building robust PyTorch training loops. Use when generating or reviewing ML training code.
cv-classification
Best practices for image classification tasks. Use when working on CIFAR, ImageNet, or other classification benchmarks.
nlp-alignment
Best practices for LLM alignment techniques including RLHF, DPO, and instruction tuning. Use when working on alignment or safety.
rl-policy-optimization
Best practices for reinforcement learning policy optimization. Use when working on RL agents, PPO, SAC, or reward design.
experimental-design
Best practices for designing reproducible ML experiments. Use when planning ablations, baselines, or controlled experiments.