golden-dataset-curation

Automates multi-agent quality assessment and curation of golden dataset documents via JSON scoring and Langfuse tracing.

3|Updated Dec 27, 2025
One-click install
npx skills add https://github.com/yonatangross/create-yg-app --skill golden-dataset-curation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: golden-dataset-curation
Source: https://github.com/yonatangross/create-yg-app/tree/main/.claude/skills/golden-dataset-curation
Command: npx skills add https://github.com/yonatangross/create-yg-app --skill golden-dataset-curation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the quality assessment and multi-agent curation of documents for a golden dataset, enabling scalable, auditable data curation.

Core Features & Use Cases

  • Content-type classification: automatically categorize incoming documents (article, tutorial, research_paper, etc.) to guide curation.
  • Quality assessment & consensus: run parallel agent evaluations on accuracy, coherence, depth, and relevance, then aggregate into a final decision.
  • Test query generation: produce retrieval test queries to validate coverage and retrieval performance.
  • End-to-end workflow: ingest new documents, run multi-agent quality checks, tag domains, and commit publish-ready entries when thresholds are met.

Quick Start

Provide a new document URL or content snippet to seed the golden-dataset-curation workflow, then trigger the curator to classify, evaluate, and generate a consensus-based inclusion decision. Use the Langfuse prompts and consensus outputs to guide the inclusion or review of the document.

Frequently Asked Questions about golden-dataset-curation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate golden dataset curation for evaluating retrieval performance?

Automating golden dataset curation involves running multi-agent evaluations on document accuracy, coherence, and relevance, then aggregating scores into a consensus-driven inclusion decision. This process handles ingestion, classification, and test-query generation to produce publish-ready entries.

Can I use Langfuse tracing to monitor multi-agent consensus decisions during document curation?

Yes, Langfuse tracing is integrated directly into the curation workflow to monitor multi-agent consensus decisions. It captures the evaluation prompts, JSON-based scoring, and aggregation steps, ensuring the publish-ready consensus is fully auditable and traceable.

How does multi-agent quality assessment work for building a golden dataset?

Multi-agent quality assessment works by running parallel agent evaluations on incoming documents to score accuracy, coherence, depth, and relevance. The agents aggregate these JSON-based scores to stratify difficulty, tag domains, and reach a consensus-driven inclusion decision.

What is the best way to classify content types when ingesting documents for a golden dataset?

The best way to classify content types during document ingestion is to use automated categorization that identifies formats like articles, tutorials, and research papers. This classification directly guides the subsequent curation, difficulty stratification, and test-query generation steps.

Does golden dataset curation require manual review after the consensus evaluation?

Manual review is not strictly required when inclusion thresholds are met, as the workflow commits publish-ready entries automatically. However, the consensus outputs and Langfuse traces can be used to guide manual review for borderline documents that fail to meet quality thresholds.