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.
npx skills add orq-ai/assistant-plugins --skill orq-build-evaluatorgit clone --depth 1 https://github.com/orq-ai/assistant-pluginsWrote 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.
[](https://agentmods.dev/skills/orq-ai/assistant-plugins/orq-build-evaluator)<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.
<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>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once 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 |
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.
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-toolshere 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. Thedelete_*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.
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.
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.
- 5d ago Changed · +53 lines · +3 tokens per session ff89b25055ba
- 9d ago First seen · 411 lines · 100 tokens per session scan A bb63b201206a
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.
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.
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…
darwinian-evolver
Evolve prompts/regex/SQL/code with Imbue's evolution loop.
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.
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…
nemo-automodel-recipe-development
Create and modify NeMo AutoModel training and evaluation recipes, including YAML structure, builders, and execution flow.