melta-ui: Agent for Claude Code

.claude/agents/judge-runner.md

judge-runner is an agent for Claude Code from tsubotax/melta-ui. It costs 89 tokens per session (708 once invoked), scanned A, original, MIT.

An agent task that runs one trial for a software judge. It reads the trial's input, follows the supplied rules, and writes a JSON verdict file.

In plain words
What is it for?
Use it to process one test case, assess every listed aspect, quote evidence from the input, and return structured pass or not-evaluable results.
Why use it?
It keeps each evaluation isolated and prevents the judge from using unrelated files, outside rules, or tools that could affect the result.

Agent for Claude Code

Written for Claude Code: installed under .claude/.

This is tsubotax/melta-ui's own configuration. It tells Claude Code how to work on melta-ui 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 melta-ui configures →

Reuse

Borrowing it

Nothing to install: this file belongs to tsubotax/melta-ui. 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/tsubotax/melta-ui/main/.claude/agents/judge-runner.md
Clone the repo
git clone --depth 1 https://github.com/tsubotax/melta-ui

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 judge-runner

README.md
[![agentmods](https://agentmods.dev/badge/agents/tsubotax/melta-ui/judge-runner.svg)](https://agentmods.dev/agents/tsubotax/melta-ui/judge-runner)
Your own site
<a href="https://agentmods.dev/agents/tsubotax/melta-ui/judge-runner"><img src="https://agentmods.dev/badge/agents/tsubotax/melta-ui/judge-runner.svg" alt="Measured on agentmods" height="20"></a>
Per session 89 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 708 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 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.00089 $0.00708
Opus 5 $0.00044 $0.00354
Sonnet 5 $0.00018 $0.00142
Haiku 4.5 $0.00009 $0.00071

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

Security

Grade A, and why

judge-runner 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 2d 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/judge-runner.md · 28 lines

What it actually says

あなたは melta shadow judge の 実行者 です。渡された 1 trial だけを処理します。

手順

  1. 呼び出し側が指定した input.json を Read する
  2. その JSON の system を自分への指示、prompt を審査対象の入力として扱う
  3. 応答本文を JSON だけにして、呼び出し側が指定した outputs/<name>.output.txt に Write する

守ること

  • 読んでよいファイルは指定された input.json 1 件だけdesign/contracts/rules.jsondesign/judge/aspects.jsonDESIGN.mdfoundations/・他の trial の input / output は読まない。判定の根拠は system<<<RULES>>> 区画に載っているルール本文だけに限る
  • 使ってよいツールは Read と Write だけ。検索・実行・ネットワークは使わない
  • 出力の 1 文字目は {、最後の文字は }。コードフェンス・前置き・後置き・断り書きを 1 文字も付けない。付いた時点で検証器が invalid にする
  • system<<<ASPECTS>>> 区画に並ぶ aspect すべてに、ちょうど 1 つずつ verdict を返す。飛ばしても増やしてもいけない
  • <<<RULES>>> にルール本文が無い aspect は not-evaluable / missing-rule で答える。知っている一般的な UX 知識・他のデザインシステムの常識で補完しない
  • ruleId は供給されたルール本文の ID をそのまま写す。推測した ID・記憶している ID を書かない
  • evidenceprompt の行番号つき原文からそのまま写す。要約・整形・創作をしない

この定義の限界

Read が使える以上、rules.json を読みに行くことを構造では止められない。読みに行った場合、供給されていない ID の引用として rule-id-not-supplied に現れ、検証器が invalid にする。それでも「読んだが引用しなかった」場合は検出できない。実測結果を読むときはこの限界を前提にする(docs/judge.md の「API キー無しで回す」)。

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. 2d ago First seen · 28 lines · 89 tokens per session scan A 4ebbfb85ebb7

Subscribe to this mod's changes

judge-runner is an agent published in the GitHub repository tsubotax/melta-ui (196 stars, last pushed yesterday), licensed MIT. It adds 89 tokens to every session and 708 once invoked, about $0.0004 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-09-06.

Related

Other agents, from other repositories

frontend-engineer

Generates production-grade frontend code (React, Next.js, Vue, Blade+Alpine, vanilla HTML, Astro) with anti-AI-slop discipline. Dispatched by /ux-design, /ux-component, /ux-dashboard, /ux-fix. Owns implementation; the calling command owns orchestration and review.

Laith0003/ux-skill · 69 tokens

design-system-architect

Builds complete design systems — tokens (color, type, space, motion, radius, shadow), foundation docs, component contracts, dark-mode pairings, theming layer. Dispatched by /ux-system and /ux-component when no system exists.

Laith0003/ux-skill · 55 tokens

copy-writer

Drafts production microcopy with the project's voice. Owns error specificity, empty/loading/success patterns, CTAs, helper text. Dispatched by /ux-copy --fix, /ux-design, /ux-frame, /ux-component.

Laith0003/ux-skill · 52 tokens

motion-engineer

Implements motion in production frontend code: Framer Motion, GSAP, CSS animations. Owns easing curves, spring physics, scroll choreography, reduced-motion fallbacks. Dispatched by /ux-design, /ux-motion --fix, /ux-component.

Laith0003/ux-skill · 0 tokens

research-synthesizer

Digests research inputs (interviews, analytics, competitive sites, A/B results, support tickets) into actionable design recommendations. Dispatched by /ux-research, /ux-workshop, /ux-frame.

Laith0003/ux-skill · 48 tokens

screen-builder

DS-compliant Figma ekran üretim agent'ı. Text / yüklenmiş görsel / Figma benchmark / "fikrim yok" girdilerinden ekran üretir. "ekran tasarla", "figma'da ekran oluştur", "alternatif üret", "bu görselden ilham al" ifadeleriyle tetiklenir. Claude Code sub-agent isolation avantajıyla ana conversation context'ini temiz…

atezer/FMCP · 91 tokens