blink-md: Skill for Claude Code

.agents/skills/anti-slop/SKILL.md

anti-slop is a skill for Claude Code, Codex from billlzzz26/blink-md. It costs 103 tokens per session (3,332 once invoked), scanned A, original, no licence file.

A review toolkit for finding and removing generic, low-quality patterns in AI-generated writing, code, and design.

In plain words
What is it for?
Use it to review or improve content, code, and designs, and to enforce standards against generic AI patterns.
Why use it?
It helps prevent output that feels repetitive, vague, or machine-generated when quality and originality matter.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing. Also seen: installed under .agents/ (shared by several agents).

This is billlzzz26/blink-md's own configuration. It tells Claude Code and Codex how to work on blink-md itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything blink-md configures →

Reuse

Borrowing it

Nothing to install: this file belongs to billlzzz26/blink-md. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/billlzzz26/blink-md/main/.agents/skills/anti-slop/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/billlzzz26/blink-md

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/billlzzz26/blink-md/anti-slop"><img src="https://agentmods.dev/badge/skills/billlzzz26/blink-md/anti-slop.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 103 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,332 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.
Origin unknown 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.00103 $0.03332
Opus 5 $0.00051 $0.01666
Sonnet 5 $0.00021 $0.00666
Haiku 4.5 $0.00010 $0.00333

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

Security

Grade A, and why

anti-slop 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.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/clean_slop.py, scripts/detect_slop.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.agents/skills/anti-slop/SKILL.md · 480 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

7 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.

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 · 480 lines · 103 tokens per session scan A de732903d0c8

Subscribe to this mod's changes

anti-slop is a skill published in the GitHub repository billlzzz26/blink-md (2 stars, last pushed 2d ago), with no licence file. It adds 103 tokens to every session and 3,332 once invoked, about $0.0005 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-31.

Related

Other skills, from other repositories

larksnap-fetch

A bridge for downloading Feishu/Lark documents or ordinary webpages into local files, with options such as Markdown, HTML, or PDF. Feishu, also called Lark, is a workplace collaboration platform.

AmbroseX/larksnap · 111 tokens

code-review

Comprehensive code review assistant that analyzes code quality, security, and best practices.

ThinkInAIXYZ/deepchat · 18 tokens

crit-cli

Use when an agent needs to author or reply to crit inline comments programmatically (including multi-agent workflows commenting on shared code/plans/docs/proposals), publish or unpublish a crit review with crit share, sync a crit review to or from a GitHub PR or GitLab MR, or read/interpret a crit review JSON file.…

tomasz-tomczyk/crit · 110 tokens

crit-story

Author a crit story and continue the interactive review loop only when the user explicitly invokes crit-story or directly asks you to generate a crit story. Do not infer this skill from generic review, PR, or diff-review requests.

tomasz-tomczyk/crit · 47 tokens

crit

Review code changes, a plan, a live page (running dev server), or a local HTML file with Crit inline comments and structured human feedback. Use only when the user explicitly invokes /crit or directly asks to use Crit; a generic review request does not count.

tomasz-tomczyk/crit · 55 tokens

re0-merge

Review and land an external contribution the way this suite does: gate it against the thesis, land it with the author's credit intact, complete a new skill rather than merging it raw, then approve, credit, and explain before closing. Use when reviewing a pull request, as any collaborator or maintainer, not only the…

LilMGenius/paperthin · 70 tokens