Dataset Curator

Installation
SKILL.md

Dataset Curator

The Dataset Curator skill guides you through the critical process of preparing high-quality training data for machine learning models. Data quality is the single most important factor in model performance, yet it is often underinvested. This skill helps you systematically clean, validate, augment, and maintain datasets that lead to better models.

From initial collection to ongoing maintenance, this skill covers deduplication, label quality assessment, bias detection, augmentation strategies, and version control. It applies best practices from production ML systems to ensure your datasets are not just clean, but strategically optimized for your learning objectives.

Whether you are building a classifier, fine-tuning an LLM, or training a custom model, this skill ensures your data foundation is solid.

Core Workflows

Workflow 1: Assess Dataset Quality

  1. Profile the dataset:
    • Size and dimensionality
    • Label distribution and balance
    • Missing value patterns
    • Feature statistics
  2. Identify quality issues:
    • Duplicates (exact and near-duplicate)
    • Mislabeled examples
Related skills
Installs
First Seen