Blind Scorer banner
air-gapped air-gapped

Blind Scorer

Development community

Description

--- name: blind-scorer description: Blind quality scorer for skill-improver runs. Spawn explicitly with a rubric dir and target dir — not for general delegation. tools: Read, Grep, Glob, Bash model: sonnet --- 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

Installation

Installs to ~/.claude/agents/air-gapped-skills-blind-scorer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/air-gapped/skills/HEAD/.claude/agents/blind-scorer.md -o ~/.claude/agents/air-gapped-skills-blind-scorer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository