create-custom-grader

create-custom-grader is a skill for Claude Code, Codex from NVIDIA/SkillEvaluator. It costs 35 tokens per session (1,960 once invoked), scanned A, original, Apache-2.0.

A guide for turning an existing benchmark, rubric, task file, or verifier into a custom evaluation for SkillEvaluator. A benchmark is a set of tasks used to measure how well a system performs.

In plain words
What is it for?
Creating or updating Python or shell graders, choosing between built-in and custom scoring, and converting YAML, JSON, pytest, or shell verification logic into an evaluation.
Why use it?
It helps teams use their own checks and scoring rules instead of leaving them as disconnected files or incomplete grader templates.

Skill for Claude CodeCodex

About the project

NVIDIA/SkillEvaluator is a framework for checking and evaluating AI-agent skills, which are instruction folders that extend an agent's behavior. Skill authors and agent developers use it to validate quality and security, detect overlap, generate evaluation data, and measure skills through live agent tests. The catalogue entries are skills for running these evaluation workflows.

NVIDIA/SkillEvaluator · 404 stars · on GitHub · docs.nvidia.com

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.

agentmods
npx agentmods add skills/nvidia/skillevaluator/create-custom-grader
Any agent
npx skills add NVIDIA/SkillEvaluator --skill create-custom-grader
Clone the repo
git clone --depth 1 https://github.com/NVIDIA/SkillEvaluator

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 create-custom-grader

README.md
[![agentmods](https://agentmods.dev/badge/skills/nvidia/skillevaluator/create-custom-grader.svg)](https://agentmods.dev/skills/nvidia/skillevaluator/create-custom-grader)
Your own site
<a href="https://agentmods.dev/skills/nvidia/skillevaluator/create-custom-grader"><img src="https://agentmods.dev/badge/skills/nvidia/skillevaluator/create-custom-grader.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,960 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00035 $0.01960
Opus 5 $0.00017 $0.00980
Sonnet 5 $0.00007 $0.00392
Haiku 4.5 $0.00003 $0.00196

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

Security

Grade A, and why

create-custom-grader 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 6d 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.

src/skillevaluator/tier3/reference_skills/create-custom-grader/SKILL.md · 219 lines

How it starts

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

Create Custom Grader

Convert team-owned benchmark definitions into runnable SkillEvaluator custom graders and, when needed, native Harbor tasks.

Purpose

Help an agent author valid SkillEvaluator BYOG/BYOT files from a user's benchmark instead of leaving the user with empty grader templates.

When To Use

Use this skill when the user wants to:

  • bring an existing benchmark into SkillEvaluator
  • turn a rubric into evals/grader.py or evals/grader.sh
  • add custom metrics beside the default evaluator metrics
  • convert task files such as task.yaml, task.json, pytest checks, or shell verifiers into BYOG or BYOT
  • prove a team can run its own benchmark through SkillEvaluator

Do not use this skill for ordinary evals/evals.json authoring when no custom grading logic is needed. Use the normal dataset authoring workflow for that.

Instructions

  1. Read the target skill, existing evals/, benchmark prompts, fixtures, and any verifier code.
  2. Choose default_plus_custom when custom metrics should complement default evaluator scoring.
  3. Choose custom_only only when the user wants the custom grader to own pass/fail semantics.
  4. Write or update evals/grader.py or evals/grader.sh, then validate the Harbor contract.

Examples

skillevaluator init-custom-grader <skill-dir> --language python --mode default_plus_custom
skillevaluator tier3 validate <skill-dir>

Prerequisites

  • The target skill directory should contain SKILL.md.
  • The SkillEvaluator CLI should be available as skillevaluator.
  • Full E2E evaluation may need agent credentials, sandbox access, GPU access, or service credentials depending on the benchmark.

Core Choice

Choose one path before writing files:

User need Evaluator shape
Existing evals.json task plus extra domain checks Top-level BYOG: evals/grader.py or evals/grader.sh
Existing benchmark prompt/rubric that can run in the generated workspace Top-level BYOG plus evals/evals.json and evals/files/
Benchmark owns task layout, setup, service lifecycle, or verifier harness Native BYOT/BYOG: evals/harbor/<case>/...
User wants only custom reward/pass criteria grading.mode: custom_only
User wants default evaluator dimensions plus custom metrics grading.mode: default_plus_custom

Read the full file on GitHub · 219 lines

Files

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.

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. 6d ago First seen · 219 lines · 35 tokens per session scan A 3fa1e016b4ea

Subscribe to this mod's changes

create-custom-grader is a skill published in the GitHub repository NVIDIA/SkillEvaluator (404 stars, last pushed 2d ago), licensed Apache-2.0. It adds 35 tokens to every session and 1,960 once invoked, about $0.0002 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-30.