evals-router

evals-router is a skill for Claude Code, Codex from jscraik/Agent-Skills. It costs 55 tokens per session (2,139 once invoked), scanned A, original, Apache-2.0.

An evaluation guide for checking the quality of large-language-model and RAG outputs. RAG means generating answers from retrieved documents or other reference material.

In plain words
What is it for?
Use it to review evaluation plans, failed traces, scoring rules, labels, retrieval evidence, synthetic test cases, and review tools.
Why use it?
It helps identify weak test coverage, unreliable judge prompts, retrieval problems, and failures hidden in model traces.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to review evaluation plans, failed traces, scoring rules, labels, retrieval evidence, synthetic test cases, and review tools.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jscraik/agent-skills/evals-router
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 jscraik/Agent-Skills --skill evals-router
Clone the repo
git clone --depth 1 https://github.com/jscraik/Agent-Skills

Made for: Claude Code, Codex.

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 evals-router

README.md
[![agentmods](https://agentmods.dev/badge/skills/jscraik/agent-skills/evals-router/github.svg)](https://agentmods.dev/skills/jscraik/agent-skills/evals-router)
Your own site
<a href="https://agentmods.dev/skills/jscraik/agent-skills/evals-router"><img src="https://agentmods.dev/badge/skills/jscraik/agent-skills/evals-router/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 evals-router

Your own site · 80×15
<a href="https://agentmods.dev/skills/jscraik/agent-skills/evals-router"><img src="https://agentmods.dev/badge/skills/jscraik/agent-skills/evals-router.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,139 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.00055 $0.02139
Opus 5 $0.00028 $0.01069
Sonnet 5 $0.00011 $0.00428
Haiku 4.5 $0.00006 $0.00214

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

Security

Grade A, and why

evals-router 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 7d 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/agent-ops/evals-router/SKILL.md · 201 lines

How it starts

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

Evals Router

Route LLM/RAG eval work through the smallest dependency-ordered proof plan. Start with the proof closest to the changed claim and keep package, scenario, scorer, runtime, observability, hosted, and external authorities separate.

When To Use

Use for eval coverage, failed traces, judge prompts, labels, RAG evidence, synthetic cases, evaluator profiles, scenario contracts, or review tooling. Do not use for ordinary software test implementation.

Inputs

Need the user goal, claim being evaluated, candidate identity, and available traces, labels, scorecard, prompt, retrieval evidence, scenarios, receipts, or target artifacts.

Discover repository-owned evidence before asking: inspect current source, schemas, reports, receipts, runtime state, and user-named artifacts. Ask one question only when this inspection cannot resolve a choice that would materially change the route.

For release-impacting or multi-lane work, also inventory the candidate revision or digest, scenario set, rubric version, runner, execution profile, provider/model or deterministic identity, generated state, and authority of each receipt.

Outputs

Primary artifacts include a patched eval, judge prompt, trace analysis, synthetic case, RAG check, review-interface spec, eval-contract repair, or blocked report. Add only the receipts needed to support the user's claim.

Artifact shapes:

  • eval-audit: claim_id -> case_id|gap_id
  • error-analysis: trace_id | failure_mode | owner | rerun_command
  • evaluate-rag: sentence_id -> supported chunk_ref | unsupported
  • multi-lane evidence: lane | claim | evidence_ref | identity | command | status | proves | does_not_prove | owner | next_check

Use pass, fail, blocked, or not_run per lane. Do not collapse mixed lane results into one aggregate verdict.

Workflow

  1. Build the smallest dependency-ordered route plan that can answer the user's claim. Name each lane, evidence source, owner, proving command, and authority. Execute one lane at a time without allowing one lane to prove another.
  2. Inventory evidence as present, stale, malformed, inaccessible, generated_but_untrusted, or absent. Resolve repository-owned discovery paths before asking for missing inputs.
  3. Run the deterministic proof closest to the changed claim. Produce the smallest checkable artifact: claim-to-case map, failure table, binary judge, calibration bundle, synthetic case, sentence-support map, or review schema.
  4. If the focused check fails, classify ownership, patch only the responsible prompt, case, judge, retrieval evidence, report, validator, or pipeline contract, and rerun the same check before widening.
  5. When a broad check fails after focused proof passes, compare the same command and assumptions against a clean or known-good baseline when safe and practical. Classify the result as introduced, pre_existing, environment, permission, toolchain_runtime, or unresolved.
  6. Widen only to dependent package, scenario, scorer, runtime, observability, hosted, or external lanes. Preserve independently proved upstream results when another lane blocks.
  7. Before staging or running Tessl, classify the scenario as package_scored_fixture or response_producing_scenario. Align task text, criteria inputs, runner capability, staged paths, and expected artifacts. Assign failures to task, criteria, runner, staging, or pipeline_guardrail before patching.
  8. When preview/apply or dry-run/write modes exist, require a non-blocking preview, review the proposed paths, apply only with mutation authority, and rerun consumer validation against the applied artifact.
  9. Snapshot relevant generated and untracked state before eval tooling. After the run, classify new artifacts as required evidence, expected cache, temporary staging, or unintended residue; remove only residue created by the current run.
  10. Reconcile lane statuses, exact command evidence, blockers, and the smallest next check. Never invent a score or promote fallback evidence into proof of a blocked lane.

Read the full file on GitHub · 201 lines

Files

What ships with it

47 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. 7d ago First seen · 201 lines · 55 tokens per session scan A f1d8379b54a9

Subscribe to this mod's changes

evals-router is a skill published in the GitHub repository jscraik/Agent-Skills (8 stars, last pushed 9d ago), licensed Apache-2.0. It adds 55 tokens to every session and 2,139 once invoked, about $0.0003 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-03.

Related

Other skills, from other repositories

llm-application-dev

Building applications with Large Language Models - prompt engineering, RAG patterns, and LLM integration. Use for AI-powered features, chatbots, or LLM-based automation.

saajunaid/caddis-plugin · 40 tokens

generate-rag-dataset

Generate a synthetic evaluation dataset from your RAG knowledge base. Creates diverse Q&A pairs with expected answers and relevant context, ready for LangWatch experiments and platform import. Use when you need test data for your RAG pipeline.

langwatch/langwatch · 51 tokens

neuron-test-engineer

Write tests for Neuron AI agents, RAG systems, workflows, and tools using the built-in testing utilities. Use this skill when the user mentions testing agents, writing unit tests, mocking AI providers, testing tool execution, verifying RAG retrieval, testing workflow behavior, or creating test cases for Neuron AI…

neuron-core/neuron-ai · 94 tokens

mem0-integration

Mem0 memory layer integration for AI agents. Implement persistent, semantic memory for long-term context retention and personalization.

a5c-ai/babysitter · 27 tokens

rag-eval

Use when the user has a RAG (Retrieval-Augmented Generation) system and wants to evaluate its quality — separating retrieval issues from generation issues. Also use when the user mentions RAG evaluation, faithfulness checking, hallucination detection in RAG, retrieval quality, chunking optimization, or "is my RAG…

agentscope-ai/OpenJudge · 86 tokens

rag-perf

Performance benchmarking for a deployed NVIDIA RAG Blueprint server: profiling pass + aiperf load test driven by a single YAML config. Not for accuracy / RAGAS scoring (use rag-eval) or for deploying / repairing services (use rag-blueprint).

NVIDIA-AI-Blueprints/rag · 56 tokens