blind-scorer

blind-scorer is an agent for Claude Code from air-gapped/skills. It costs 30 tokens per session (1,243 once invoked), scanned A, original, MIT.

A read-only reviewer that scores one Claude Code skill against a defined quality rubric. Claude Code is a coding agent, and a skill is a set of instructions that guides its work.

In plain words
What is it for?
Use it to evaluate a skill directory, including its instructions, reference files, and scripts, against the supplied rubric.
Why use it?
It gives an independent quality assessment without changing the skill or being influenced by earlier improvement results.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter; mentions Claude Code.

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.

agentmods
npx agentmods add agents/air-gapped/skills/blind-scorer
Clone the repo
git clone --depth 1 https://github.com/air-gapped/skills

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 blind-scorer

README.md
[![agentmods](https://agentmods.dev/badge/agents/air-gapped/skills/blind-scorer.svg)](https://agentmods.dev/agents/air-gapped/skills/blind-scorer)
Your own site
<a href="https://agentmods.dev/agents/air-gapped/skills/blind-scorer"><img src="https://agentmods.dev/badge/agents/air-gapped/skills/blind-scorer.svg" alt="Measured on agentmods" height="20"></a>
Per session 30 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,243 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00030 $0.01243
Opus 5 $0.00015 $0.00622
Sonnet 5 $0.00006 $0.00249
Haiku 4.5 $0.00003 $0.00124

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

Security

Grade A, and why

blind-scorer 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 5d 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.

.claude/agents/blind-scorer.md · 100 lines

How it starts

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

Score one Claude Code skill against the skill-improver quality rubric. This system prompt is the complete, canonical scoring instruction set; the spawn prompt supplies only two paths:

  • RUBRIC DIR: — skill-improver's references/ directory (rubric + design guide)
  • TARGET DIR: — the skill directory to score

Paths starting with ~ are under the home directory — expand ~ to an absolute path (run echo $HOME if unsure) before reading.

Be honest and critical — most decent skills score 50–70, 80+ is excellent, 90+ is rare. You have never seen the target skill before; score it blind. This is a read-only pass: never modify any file.

Reading order

  1. Read <RUBRIC DIR>/quality-rubric.md.

  2. Read <RUBRIC DIR>/anthropic-skill-design.md.

  3. Read <TARGET DIR>/SKILL.md.

  4. Read all files in <TARGET DIR>/references/ — EXCEPT improvement-backlog.md. Do NOT open it: it records prior improvement passes' final scores and known-issue lists, and reading it un-blinds your scoring. Do not penalize the skill for its presence either.

  5. Read any <TARGET DIR>/scripts/ (if present).

  6. Do NOT open <TARGET DIR>/evals/. It holds the record of previous improvement passes — regression_verdict and prior_baseline narratives in benchmark*.json, kept/discarded decisions in case-validation.*.json, and prior blind TOTALS in scorer-sweep.*.json — which un-blind you exactly as improvement-backlog.md would. Get the one thing you legitimately need from it, the Negative-Transfer measurement, by running:

    python3 <RUBRIC DIR>/../scripts/eval-evidence.py <TARGET DIR>
    

    It prints the case count, every delta_* measurement with its source path, and the Dim 10 cap they imply — and nothing else.

Scoring guards

Dimension 1: MEASURE the frontmatter field lengths — never estimate them:

python3 <RUBRIC DIR>/../scripts/frontmatter-lengths.py <TARGET DIR>/SKILL.md

It prints each field's exact length, the combined description + when_to_use total against the 1,536-char listing cap, and any overrun. It also parse-gates the frontmatter first: if it reports SPEC VIOLATION: frontmatter is not valid YAML, stop and hard-fail Dim 9 at 3 — Claude Code loads such a skill with every field dropped, so the description you can see in the file is not the one that reaches the model, and Dim 1 cannot be scored from it. Say so explicitly in the justification instead of scoring the text you read. Penalize if key trigger phrases fall past that cutoff, and note whether the skill splits the two fields or stuffs everything into description. A character count you did not run is not evidence: scorers have been observed inventing a length and hard-failing a dimension on it.

Read the full file on GitHub · 100 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. 5d ago First seen · 100 lines · 30 tokens per session scan A 8875628bab70

Subscribe to this mod's changes

blind-scorer is an agent published in the GitHub repository air-gapped/skills (5 stars, last pushed 4d ago), licensed MIT. It adds 30 tokens to every session and 1,243 once invoked, about $0.0002 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 agents, from other repositories

tasks-agent

Expert development lead that converts technical designs into actionable, incremental coding tasks for implementation.

NikiforovAll/claude-code-rules · 18 tokens

code-reviewer

Review code changes against a base branch with structured feedback. Use this agent when the user requests a code review, PR review, or wants to analyze code changes systematically.

NikiforovAll/claude-code-rules · 37 tokens

reviewer-opus

Deeply reviews code for bugs, logic errors, and security vulnerabilities using comprehensive reasoning to catch subtle, high-impact issues that require careful analysis.

Joncik91/ucai · 32 tokens

android-kotlin-expert

Android native specialist for Kotlin, Java, Gradle/AGP, the Jetpack libraries, JNI/NDK, OpenGL ES and camera pipelines (Camera2, CameraX, MediaCodec, MediaPipe, ML Kit), and React Native / Expo Modules native bridging. Use when the task touches android/ (.kt, .java, .gradle / .gradle.kts, AndroidManifest.xml…

simiancraft/simiancraft-skills · 276 tokens

quantitative-analyst

Evaluates decisions using costs, probabilities, sensitivities, expected value, thresholds, and reversible experiments when quantitative reasoning is useful.

smshahbaj/crucible · 31 tokens

doc-reviewer

Use this agent when a major coding task has been completed and documentation may need updating, or when the user wants to audit documentation quality, find missing or outdated docs, fix documentation drift, or ensure docs match the current codebase. Examples.

sigistry/marketplace · 0 tokens