golden-dataset

golden-dataset is a skill for Claude Code from yonatangross/orchestkit. It costs 44 tokens per session (1,887 once invoked), scanned A, original, MIT.

Guidance for creating and managing golden datasets, which are carefully curated examples used to evaluate AI or machine-learning systems. It covers collection, annotation, versioning, quality checks, bias detection, and CI/CD integration.

In plain words
What is it for?
Use it to curate and label evaluation examples, manage dataset versions, validate quality scores, run golden tests, and connect dataset checks to automated pipelines.
Why use it?
It gives evaluation data a repeatable lifecycle and helps detect regressions, duplicates, poor quality, and gaps in coverage.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: agent in frontmatter; mentions Claude Code.

Part of the ork plugin — 107 skills, 36 commands, 36 agents, 32 hooks shipped together

Good fit Use it to curate and label evaluation examples, manage dataset versions, validate quality scores, run golden tests, and connect dataset checks to automated pipelines.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yonatangross/orchestkit/golden-dataset
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 yonatangross/orchestkit --skill golden-dataset
Clone the repo
git clone --depth 1 https://github.com/yonatangross/orchestkit

Made for: Claude Code.

Or install ork, the plugin that ships this one along with the rest of its 107 skills, 36 commands, 36 agents, 32 hooks.

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 golden-dataset

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/yonatangross/orchestkit/golden-dataset"><img src="https://agentmods.dev/badge/skills/yonatangross/orchestkit/golden-dataset.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,887 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00044 $0.01887
Opus 5 $0.00022 $0.00944
Sonnet 5 $0.00009 $0.00377
Haiku 4.5 $0.00004 $0.00189

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

Security

Grade A, and why

golden-dataset 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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/backup-script.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

plugins/ork/skills/golden-dataset/SKILL.md · 217 lines

How it starts

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

Golden Dataset

Comprehensive patterns for building, managing, and validating golden datasets for AI/ML evaluation. Each category has individual rule files in rules/ loaded on-demand.

Quick Reference

Category Rules Impact When to Use
Curation 2 HIGH Content collection, annotation pipelines
Management 2 HIGH Versioning, backup/restore
Validation 1 CRITICAL Regression testing
Add Workflow 1 HIGH 9-phase curation, quality scoring, bias detection, silver-to-gold

Total: 6 rules across 4 categories. House thresholds and scars: references/ork-delta.md.

Curation

Content collection, multi-agent annotation, and diversity analysis for golden datasets.

Rule File Key Pattern
Collection rules/curation-collection.md Content type classification, quality thresholds, duplicate prevention
Annotation rules/curation-annotation.md Multi-agent pipeline, consensus aggregation, Langfuse tracing

Difficulty ladder, coverage floors, and duplicate thresholds: references/ork-delta.md.

Management

Versioning, storage, and CI/CD automation for golden datasets.

Rule File Key Pattern
Versioning rules/management-versioning.md JSON backup format, embedding regeneration, disaster recovery
Storage rules/management-storage.md Backup strategies, URL contract, data integrity checks

CI automation for backups is upstream's job; see "Upstream coverage" below.

Validation

Quality scoring, drift detection, and regression testing for golden datasets.

Rule File Key Pattern
Regression rules/validation-regression.md Difficulty distribution, pre-commit hooks, full dataset validation

Schema validation and duplicate detection are upstream's job (see "Upstream coverage" below); the house thresholds they must enforce live in references/ork-delta.md.

Read the full file on GitHub · 217 lines

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 · 217 lines · 44 tokens per session scan A 458d0ca29f4f

Subscribe to this mod's changes

golden-dataset is a skill published in the GitHub repository yonatangross/orchestkit (231 stars, last pushed today), licensed MIT. It adds 44 tokens to every session and 1,887 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-09-03.