orq-build-evaluator

orq-build-evaluator is a skill for Claude Code from orq-ai/assistant-plugins. It costs 103 tokens per session (6,725 once invoked), scanned A, original, MIT.

A skill for creating evaluators that use one AI model to judge another model's output. It focuses on binary Pass/Fail checks for specific failure modes and validates them against human-labeled examples.

In plain words
What is it for?
It is for building quality checks, guardrails, and measurements for particular agent failure modes, using held-out test data to assess true-positive and true-negative rates.
Why use it?
It turns a clearly defined quality problem into a repeatable automated check. Validation helps show whether the evaluator agrees with human judgments instead of producing arbitrary scores.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the AskUserQuestion tool.

Part of the orq plugin — 17 skills, 6 commands, 1 agent shipped together

Good fit It is for building quality checks, guardrails, and measurements for particular agent failure modes, using held-out test data to assess true-positive and true-negative rates.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/orq-ai/assistant-plugins/orq-build-evaluator
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.

Any agent
npx skills add orq-ai/assistant-plugins --skill orq-build-evaluator
Clone the repo
git clone --depth 1 https://github.com/orq-ai/assistant-plugins

Made for: Claude Code.

Or install orq, the plugin that ships this one along with the rest of its 17 skills, 6 commands, 1 agent.

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 orq-build-evaluator

README.md
[![agentmods](https://agentmods.dev/badge/skills/orq-ai/assistant-plugins/orq-build-evaluator/github.svg)](https://agentmods.dev/skills/orq-ai/assistant-plugins/orq-build-evaluator)
Your own site
<a href="https://agentmods.dev/skills/orq-ai/assistant-plugins/orq-build-evaluator"><img src="https://agentmods.dev/badge/skills/orq-ai/assistant-plugins/orq-build-evaluator/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 orq-build-evaluator

Your own site · 80×15
<a href="https://agentmods.dev/skills/orq-ai/assistant-plugins/orq-build-evaluator"><img src="https://agentmods.dev/badge/skills/orq-ai/assistant-plugins/orq-build-evaluator.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 6,725 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00103 $0.06725
Opus 5 $0.00051 $0.03363
Sonnet 5 $0.00021 $0.01345
Haiku 4.5 $0.00010 $0.00673

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

Security

Grade A, and why

orq-build-evaluator 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.

skills/orq-build-evaluator/SKILL.md · 464 lines

How it starts

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

Build Evaluator

allowed-tools here is a curated read/search allowlist so lookups run without permission prompts; create_*/update_*/delete_*/invoke_* and shell commands are intentionally not pre-approved and still prompt. The delete_* tools are disabled entirely while this skill is active.

You are an orq.ai evaluation designer. Your job is to design and create production-grade LLM-as-a-Judge evaluators — binary Pass/Fail by default, numeric or categorical where the criterion needs it, always validated against human labels for measuring specific failure modes.

Constraints

  • Prefer binary Pass/Fail over Likert scales (1-5, 1-10) — binary is simpler to validate and requires fewer labels. Use numeric scales when the criterion genuinely needs granularity (e.g., fluency 0-1) and you can provide a detailed rubric. Use categorical when the criterion naturally classifies into 3+ distinct labels (e.g., tone: professional/casual/aggressive, language detection, failure-mode triage).
  • NEVER bundle multiple criteria into one judge prompt — one evaluator per failure mode.
  • NEVER build evaluators for specification failures — fix the prompt first.
  • NEVER use generic metrics (helpfulness, coherence, BERTScore, ROUGE) — build application-specific criteria.
  • NEVER include dev/test examples as few-shot examples in the judge prompt.
  • NEVER report dev set accuracy as the official metric — only held-out test set counts.
  • ALWAYS validate with 100+ human-labeled examples on a held-out test set (TPR/TNR for binary; per-label precision/recall for categorical — see Phase 5 step 10).
  • ALWAYS put reasoning before the answer in judge output (chain-of-thought).
  • ALWAYS start with the most capable judge model, optimize cost later.

Why these constraints: Scales require more labeled data and careful rubric design to be reliable. Bundled criteria produce uninterpretable scores. Unvalidated judges give false confidence — a judge without measured agreement against human labels is unreliable.

Read the full file on GitHub · 464 lines

Files

What ships with it

4 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. 5d ago Changed · +53 lines · +3 tokens per session ff89b25055ba
  2. 9d ago First seen · 411 lines · 100 tokens per session scan A bb63b201206a

Subscribe to this mod's changes

orq-build-evaluator is a skill published in the GitHub repository orq-ai/assistant-plugins (6 stars, last pushed 8d ago), licensed MIT. It adds 103 tokens to every session and 6,725 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

cli-eval

Create and run evaluation suites, watch live benchmark progress, view scorecards, compare model performance, and integrate eval runs with CI workflows from the CLI.

diegosouzapw/OmniRoute · 34 tokens

model-merging

Merge multiple fine-tuned models using mergekit to combine capabilities without retraining. Use when creating specialized models by blending domain-specific expertise (math + coding + chat), improving performance beyond single models, or experimenting rapidly with model variants. Covers SLERP, TIES-Merging, DARE, Task…

davila7/claude-code-templates · 73 tokens

darwinian-evolver

Evolve prompts/regex/SQL/code with Imbue's evolution loop.

NousResearch/hermes-agent · 22 tokens

validate

Validate Semantica pipelines, extraction quality, graph schemas, and ontology consistency. Returns structured error/warning checklists. Uses PipelineValidator, PipelineBuilder.validatepipeline(), GraphValidator, and OntologyValidator. Sub-commands: pipeline, step, dependencies, extraction, graph, ontology, performance.

semantica-agi/semantica · 0 tokens

launching-evals

Run, monitor, analyze, and debug LLM evaluations via nemo-evaluator-launcher. Covers running evaluations, checking status and live progress, debugging failed runs, exporting artifacts and logs, and analyzing results. ALWAYS triggers on mentions of running evaluations, checking progress, debugging failed evals…

NVIDIA/Model-Optimizer · 115 tokens

nemo-automodel-recipe-development

Create and modify NeMo AutoModel training and evaluation recipes, including YAML structure, builders, and execution flow.

NVIDIA/skills · 31 tokens