dataset-curator

dataset-curator is a skill for Claude Code, Codex from NickCrew/Claude-Cortex. It costs 57 tokens per session (2,900 once invoked), scanned A, original, MIT.

A guide for creating, cleaning, and documenting datasets used to train or evaluate machine-learning and language models. It covers schemas, annotation rules, duplicate removal, class balance, and separate training, validation, and test sets.

In plain words
What is it for?
Use it to design dataset formats, clean and deduplicate data, write labelling guidelines, create reliable data splits, or document dataset limitations.
Why use it?
Poorly prepared data can produce biased results, weak generalisation, or evaluation scores that look better because test examples leaked into training. This helps identify and reduce those data-quality problems.

Skill for Claude CodeCodex

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

Good fit Use it to design dataset formats, clean and deduplicate data, write labelling…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/nickcrew/claude-cortex/dataset-curator
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 NickCrew/Claude-Cortex --skill dataset-curator
Clone the repo
git clone --depth 1 https://github.com/NickCrew/Claude-Cortex

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/nickcrew/claude-cortex/dataset-curator.svg)](https://agentmods.dev/skills/nickcrew/claude-cortex/dataset-curator)
Your own site
<a href="https://agentmods.dev/skills/nickcrew/claude-cortex/dataset-curator"><img src="https://agentmods.dev/badge/skills/nickcrew/claude-cortex/dataset-curator.svg" alt="Measured on agentmods" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,900 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.00057 $0.02900
Opus 5 $0.00028 $0.01450
Sonnet 5 $0.00011 $0.00580
Haiku 4.5 $0.00006 $0.00290

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

Security

Grade A, and why

dataset-curator 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 3d 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/dataset-curator/SKILL.md · 224 lines

How it starts

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

Dataset Curator

Overview

This skill covers the full lifecycle of dataset creation and curation for machine learning and LLM tasks. It addresses dataset schema design, data collection strategies, quality filtering, deduplication, class imbalance mitigation, stratified train/val/test splits, annotation guideline writing, and dataset card documentation. Good datasets are the foundation of reliable models — this skill helps teams avoid the most common data quality pitfalls that lead to poor generalization, evaluation leakage, and biased models.

When to Use

  • Designing a new dataset schema for a classification, extraction, or generation task
  • Cleaning and deduplicating a raw dataset before model training
  • Planning annotation guidelines for human labelers or LLM-assisted labeling
  • Addressing class imbalance in a training set (oversampling, undersampling, weighting)
  • Creating stratified train/val/test splits without leakage between splits
  • Writing a dataset card (model card for data) for reproducibility and documentation
  • Auditing an existing dataset for quality, coverage, and potential biases
  • Combining multiple data sources into a single unified dataset

When NOT to Use

  • Training or fine-tuning a model (use model training skills)
  • Running SQL or analytical queries on a production database (use data analysis skills)
  • Building real-time data pipelines or streaming ETL (use data engineering skills)
  • Designing evaluation suites for deployed LLMs (use eval-designer skill)
  • Web scraping or data collection from APIs (use data collection skills)

Quick Reference

Task Approach
Define dataset schema List fields, types, required vs optional, allowed values, and examples
Remove duplicates Hash-based exact dedup + MinHash/LSH for near-duplicate detection
Fix class imbalance Oversample minority (SMOTE) or undersample majority; adjust loss weights
Create train/val/test splits Stratified split by label; ensure no overlap of entities across splits
Document the dataset Write a dataset card with provenance, schema, statistics, and limitations
Validate annotation quality Compute inter-annotator agreement (Cohen's kappa or Krippendorff's alpha)
Handle missing values Decide per-field: impute, drop row, or add "unknown" category
Detect label noise Use confident learning (cleanlab) or cross-validation outlier detection

Read the full file on GitHub · 224 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. 3d ago First seen · 224 lines · 57 tokens per session scan A 3b926d458d6c

Subscribe to this mod's changes

dataset-curator is a skill published in the GitHub repository NickCrew/Claude-Cortex (37 stars, last pushed 2mo ago), licensed MIT. It adds 57 tokens to every session and 2,900 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.