generate-ready-benchmark-api

Create and evaluate ANCHOR benchmark datasets with InferenceReadyDataset subclasses.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/ErrDivine/LiteCode --skill generate-ready-benchmark-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-ready-benchmark-api
Source: https://github.com/ErrDivine/LiteCode/tree/main/skills/system/codex/generate-ready-benchmark-api
Command: npx skills add https://github.com/ErrDivine/LiteCode --skill generate-ready-benchmark-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of creating and evaluating ANCHOR benchmark dataset classes, streamlining the workflow for data scientists and researchers.

Core Features & Use Cases

  • Dataset Creation: Automatically implements or updates ANCHOR inference-ready benchmark dataset classes.
  • Registration and Mapping: Ensures that datasets subclass InferenceReadyDataset, register with BenchmarkRegistry, and map Hugging Face rows correctly.
  • Evaluation: Evaluates single model outputs for quality control.
  • Use Case: When a data scientist needs to add a new benchmark to the ANCHOR system, this Skill can be used to ensure that the new dataset is properly formatted and evaluated.

Quick Start

Run the 'generate-ready-benchmark-api' Skill to create a new ANCHOR benchmark dataset.

Frequently Asked Questions about generate-ready-benchmark-api

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

FAQPage Schema
How do I create an ANCHOR benchmark dataset from Hugging Face rows?

To create an ANCHOR benchmark dataset, you need to subclass InferenceReadyDataset, register it with BenchmarkRegistry, and map Hugging Face rows correctly. This Skill automates that implementation process for data scientists.

What is an inference-ready benchmark dataset in machine learning evaluation?

An inference-ready benchmark dataset is a data structure that subclasses InferenceReadyDataset and registers with BenchmarkRegistry for machine learning evaluation. It ensures Hugging Face rows are mapped correctly for model quality control.

How do I evaluate single model outputs against an ANCHOR benchmark?

You can evaluate single model outputs against an ANCHOR benchmark by running this Skill to ensure the dataset is properly formatted. It supports evaluating single model outputs for quality control during the benchmark creation process.

Does the ANCHOR benchmark creation process require Python class implementation?

Yes, ANCHOR benchmark dataset creation requires Python for implementing dataset classes and running evaluations. You must implement subclasses of InferenceReadyDataset and register them with BenchmarkRegistry using Python.

Can I automate adding new benchmarks to the ANCHOR system?

Yes, you can automate adding new benchmarks to the ANCHOR system by running this Skill. It automatically implements or updates ANCHOR inference-ready benchmark dataset classes, ensuring proper formatting and registration.

What is the best way to format a new dataset for the ANCHOR benchmark system?

The best way to format a new dataset for the ANCHOR benchmark system is to ensure it subclasses InferenceReadyDataset and registers with BenchmarkRegistry. This Skill automates that formatting and mapping of Hugging Face rows.