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 jscraik/Agent-Skills --skill evals-routergit clone --depth 1 https://github.com/jscraik/Agent-SkillsWrote 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/jscraik/agent-skills/evals-router)<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.
<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>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.00055 | $0.02139 |
| Opus 5 | $0.00028 | $0.01069 |
| Sonnet 5 | $0.00011 | $0.00428 |
| Haiku 4.5 | $0.00006 | $0.00214 |
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.
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
- 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.
- Inventory evidence as
present,stale,malformed,inaccessible,generated_but_untrusted, orabsent. Resolve repository-owned discovery paths before asking for missing inputs. - 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.
- 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.
- 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, orunresolved. - Widen only to dependent package, scenario, scorer, runtime, observability, hosted, or external lanes. Preserve independently proved upstream results when another lane blocks.
- Before staging or running Tessl, classify the scenario as
package_scored_fixtureorresponse_producing_scenario. Align task text, criteria inputs, runner capability, staged paths, and expected artifacts. Assign failures totask,criteria,runner,staging, orpipeline_guardrailbefore patching. - 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.
- 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.
- 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.
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.
- references/contract.yaml 5.8 KB
- references/eval-scenarios.json 154 KB
- references/evals-deterministic-evaluator-design.md 6.8 KB
- references/evals-judge-calibration.md 14 KB
- references/evals-production-guardrails.md 15 KB
- references/evals-regression-loop.md 14 KB
- references/evals-trace-error-analysis.md 23 KB
- references/evals.yaml 44 KB
- references/evals/eval.evals.dashboard-without-error-analysis.md 2.1 KB
- references/evals/eval.evals.objective-check-sent-to-judge.md 2.2 KB
- references/evals/eval.evals.score-without-action.md 2.1 KB
- references/evals/eval.evals.unvalidated-judge-overclaims.md 2.3 KB
- references/evals/eval.knowledge-os.capsule-design-without-relationships.md 1.9 KB
- references/evals/eval.knowledge-os.consumer-receipt-stale-digest.md 1.7 KB
- references/evals/eval.knowledge-os.export-pass-overclaims-quality.md 2.6 KB
- references/evals/eval.knowledge-os.skills-sdk-handoff-overclaims-ingest.md 1.9 KB
- references/evals/eval.skills.adapter-optimization-premature.md 2.0 KB
- references/evals/eval.skills.baseline-lift-required.md 2.0 KB
- references/evals/eval.skills.description-routing-not-conformance.md 1.9 KB
- references/evals/eval.skills.library-maintenance-required.md 2.0 KB
- references/evals/eval.skills.negative-tests-required.md 1.7 KB
- references/evals/eval.skills.registry-semantic-risk.md 2.1 KB
- references/evals/eval.skills.routing-scale-regression.md 1.7 KB
- references/evals/eval.skills.skill-mcp-boundary-required.md 2.0 KB
- references/evals/eval.skills.task-completion-not-quality.md 1.9 KB
- references/evals/eval.skills.trace-revision-required.md 2.0 KB
- references/knowledge-capsule-routing.md 2.9 KB
- references/knowledge-capsule.manifest.yaml 25 KB
- references/knowledge-demand.yaml 1.4 KB
- references/knowledge-os-capsule-design.md 19 KB
- references/knowledge-os-export-readiness.md 15 KB
- references/route-checklists.md 8.2 KB
- references/scorer-calibration/examples.jsonl 1.8 KB
- references/scorer-calibration/manifest.json 822 B
- references/scorer-calibration/raw/concise-evidence-route-beats-verbose-score.json 407 B
- references/scorer-calibration/raw/copied-rubric-without-trace-evidence.json 371 B
- references/scorer-calibration/raw/local-eval-pass-overclaims-runtime.json 411 B
- references/scorer-calibration/raw/obvious-correct-route-selection.json 416 B
- references/scorer-calibration/raw/obvious-wrong-score-without-evidence.json 419 B
- references/scorer-calibration/raw/skill-name-mentioned-no-route-proof.json 367 B
- references/skills-sdk-architecture-runtime.md 11 KB
- references/skills-sdk-evaluation-benchmarks.md 25 KB
- references/skills-sdk-generation-revision.md 15 KB
- references/skills-sdk-operations-registry.md 24 KB
- references/skills-sdk-supply-chain-security.md 23 KB
- references/source-context.yaml 8.6 KB
- references/task-profile.json 1.4 KB
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.
- 7d ago First seen · 201 lines · 55 tokens per session scan A f1d8379b54a9
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.
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.
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.
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…
mem0-integration
Mem0 memory layer integration for AI agents. Implement persistent, semantic memory for long-term context retention and personalization.
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…
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).