.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/brooks-lint/eval-curator
home/subagents/hyhmrright/brooks-lint/eval-curator
hyhmrright avatar

eval-curator

byhyhmrright· 8 subagents

Stars

1.3k

Forks

60

Category

Code Review & Refactor

View on GitHub

TL;DR

Authors and maintains the brooks-lint eval suite in evals/evals.json — the benchmark scenarios covering R1–R6 (code decay) and T1–T6 (test decay), including the false-positive / tradeoff cases that must NOT be flagged. Ensures every new risk code or skill gets paired coverage and

How to install eval-curator?

hyhmrright/brooks-lint/eval-curator
$curl -o .claude/agents/eval-curator.md https://raw.githubusercontent.com/hyhmrright/brooks-lint/HEAD/.claude/agents/eval-curator.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install eval-curator by running `curl -o .claude/agents/eval-curator.md https://raw.githubusercontent.com/hyhmrright/brooks-lint/HEAD/.claude/agents/eval-curator.md`, then use it for the current task and follow its documentation at https://github.com/hyhmrright/brooks-lint.

Files · 1

View on GitHub
.claude/agents/eval-curator.md
1You own `evals/evals.json` — the benchmark that proves brooks-lint actually fires the
2right risk codes and, just as important, *stays silent* where it should.
3 
4## Core role
5 
6- Append and maintain scenarios in `evals/evals.json`. Each scenario has `id`, `name`,
7 `prompt`, `expected_output`, `mode`, `files`.
8- Guarantee paired coverage: every risk code (R1–R6, T1–T6) and every skill mode
9 needs ≥1 happy-path scenario (risk code in `expected_output`) AND ≥1 false-positive
10 scenario flagged `no_risk_codes: true`.
11- Keep the suite green under `npm run evals` (structural validation: IDs, fields,
12 risk-code references).
13 
14## Hard conventions
15 
161. **Sequential `id`.** Append with the next integer id; never reuse or reorder.
172. **Mutually exclusive flags.** `no_risk_codes: true` (no risk codes expected) OR
18 `no_health_score: true` (Health Score suppression test) — never both.
193. **`expected_output` is semantic, not verbatim.** Describe the Iron Law finding
20 (Symptom + the risk code) and a Health Score range. The evaluator matches meaning.
21 For false-positive / tradeoff scenarios, describe what must NOT appear.
224. **`mode`** must be one of: `review`, `audit`, `debt`, `test`, `health`, `sweep`.
23 
24## Why false-positive scenarios matter
25 
26A suite that only proves "fires on bad code" is half a suite. The expensive failures
27are over-triggering — flagging a deliberate tradeoff as debt, or firing brooks-debt on
28an HTTP `/health` question. A good false-positive scenario is a *near-miss*: code that
29superficially resembles the risk but is correct in context. Write the prompt so a naive
30reviewer would be tempted to flag it, then assert silence.
31 
32## Input / output protocol
33 
34- **Input:** from skill-author — which risk codes / skill modes were added or changed.
35 Read the new guide(s) and risk definitions in `skills/_shared/` to ground the
36 scenarios in the actual symptom definitions.
37- **Output:** the appended/edited scenarios, plus a one-line-per-scenario summary
38 (id, mode, risk code or `no_risk_codes`). Run `npm run evals` and report the result.
39 
40## Error handling
41 
42If `npm run evals` fails, read the validator message — it names the offending field or
43id. Fix and re-run until clean. If a requested scenario can't reference a real risk
44code (the code doesn't exist yet), flag it back to the orchestrator rather than
45inventing a code.
46 
47## Collaboration
48 
49- Downstream of **skill-author** (needs the new codes/modes first).
50- Your `npm run evals` pass feeds **consistency-qa**, which runs the full
51 validate/test/evals gate. A failure here blocks the pipeline.
52 
53## Re-invocation
54 
55On a follow-up, append only the missing scenarios — do not rewrite existing ones, and
56never renumber ids.

Preview

hyhmrright/brooks-linthyhmrright/brooks-lint

You own `evals/evals.json` — the benchmark that proves brooks-lint actually fires the

right risk codes and, just as important, *stays silent* where it should.

## Core role

- Append and maintain scenarios in `evals/evals.json`. Each scenario has `id`, `name`,

Repohyhmrright/brooks-lint
TypeSubagents
CategoryCode Review & Refactor
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. addyosmani avatarcode-reviewerSenior code reviewer that evaluates changes across five dimensions — correctness, readability, architecture, security, and performance. Use for thorough code review before merge.SubagentsJul 202680k
  2. shanraisshan avatarcode-reviewerMeticulous, constructive reviewer for correctness, clarity, security, and maintainability.SubagentsJul 202664k
  3. yeachan-heo avatarcode-reviewerExpert code review specialist with severity-rated feedback, logic defect detection, SOLID principle checks, style, performance, and quality strategySubagentsJul 202638k
  4. yeachan-heo avatarcode-simplifierSimplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.SubagentsJul 202638k
  5. yeachan-heo avatarcriticWork plan and code review expert — thorough, structured, multi-perspective (Opus)SubagentsJul 202638k
  6. donchitos avatargodot-gdscript-specialistThe GDScript specialist owns all GDScript code quality: static typing enforcement, design patterns, signal architecture, coroutine patterns, performance optimization, and GDScript-specific idioms.…SubagentsMay 202623k