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 agentmods add skills/fmind/dot/agent-evaluationnpx skills add fmind/dot --skill agent-evaluationgit clone --depth 1 https://github.com/fmind/dotWrote 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/fmind/dot/agent-evaluation)<a href="https://agentmods.dev/skills/fmind/dot/agent-evaluation"><img src="https://agentmods.dev/badge/skills/fmind/dot/agent-evaluation.svg" alt="Measured on agentmods" 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 | $0.00052 | $0.01357 |
| Opus 5 | $0.00026 | $0.00678 |
| Sonnet 5 | $0.00010 | $0.00271 |
| Haiku 4.5 | $0.00005 | $0.00136 |
Grade A, and why
agent-evaluation 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 yesterday.
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 — 45 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agent Evaluation
Decide whether a stochastic candidate (prompt, model, retrieval, or tool agent) beats its baseline under realistic nondeterminism. quality-assurance owns deterministic software tests, prompt-design prepares the candidate, and production-readiness decides operability.
Workflow
- State the decision: name the evaluated unit, baseline, candidate, segments, primary metric, guardrails, and kill criterion.
- Pick the mode: development mode (frozen cases, paired runs, deterministic graders) returns only
ITERATEorINCONCLUSIVE; release or adoption mode adds a sealed holdout, a predeclared decision rule, blinded graders, and adequate repetitions. - Pin candidate identity: model provider and immutable version, prompts or their hashes, tool schemas, retrieval snapshot, code revision, sampling, retries, and grader versions; a model name alone is not identity.
- Build scenario sets: a versioned development corpus from sanitized logs, incidents, and known failures that covers success paths, adversarial and refusal cases, tool errors, and long-tail segments; release mode adds a sealed, contamination-checked holdout.
- Capture traces: final response plus tool calls, arguments, results, denials, retrieval sources, errors, tokens, latency, cost, and cleanup; grade attempted unsafe actions even when the gateway blocked them.
- Stack graders: deterministic schema checks, executable tests, and trace assertions first; pairwise or criteria scoring for semantic dimensions; a blinded pinned model judge only where code cannot decide; humans for safety and disagreement.
- Calibrate and blind: test graders on labeled passes, failures, and edge cases; give judges randomized opaque candidate labels, strip provider metadata, swap order, and report false positives, false negatives, and blind spots. A candidate never grades itself.
- Justify trial counts: choose trials, seeds, minimum detectable difference, and uncertainty method before running, per the evaluation protocol; return
INCONCLUSIVEwhen the count cannot separate the threshold. - Run paired comparisons: baseline and candidate on identical cases, tools, budgets, and fresh state; retain every valid run, failure, timeout, and grader disagreement.
- Analyze by risk and segment: report capability, reliability, safety, latency, tokens, and cost separately; an aggregate gain never hides a safety regression or a minority-segment loss.
- Spend the holdout once: Freeze the decision rule before the sealed holdout, keep an append-only exposure log, run the frozen candidate on it once, record the corpus hash, and rotate an exposed holdout.
- Make the call: return
ADOPT,ITERATE,REJECT, orINCONCLUSIVEtied to the predeclared thresholds, with the cheapest next evidence, in the evaluation brief shape.
What ships with it
1 file 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.
- yesterday First seen · 45 lines · 52 tokens per session scan A 08d3dd1d193f
agent-evaluation is a skill published in the GitHub repository fmind/dot (4 stars, last pushed today), licensed MIT. It adds 52 tokens to every session and 1,357 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
go-stack
Build Go projects, libraries, CLIs, TUIs, web apps, or ADK agents with the standard package layout and pinned tooling.
python-stack
Build typed Python projects with uv, Ruff, ty, pytest, Litestar, and Typer. Use for packages, CLIs, web apps, tests, typing, or API verification.
k8s-local
Create and manage local Kubernetes clusters (k3d or kind) and deploy to them with kubectl, helm, helmfile, and skaffold. Use for local k8s cluster setup, dev loops, and debugging.
release
Cut or verify a versioned release — bump semver, generate the changelog with git-cliff, tag and publish on GitHub, or reconcile an already-published tag and assets.
chezmoi
Manage chezmoi dotfiles: source naming, Go templates, age-encrypted secrets, and the edit-source then apply/diff workflow.
cloud-run
Deploy container services to Google Cloud Run with Artifact Registry, keyless CI identity, Secret Manager, ko, or Dockerfiles.