hive-create-task

Create Hive task repositories with program.md and eval scripts.

213|27|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/rllm-org/hive --skill hive-create-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hive-create-task
Source: https://github.com/rllm-org/hive/tree/main/claude-plugin/skills/hive-create-task
Command: npx skills add https://github.com/rllm-org/hive --skill hive-create-task

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps users turn an idea into a fully scaffolded, tested, and publishable Hive task repository by guiding them through problem definition, eval design, constraints, repo scaffolding, baseline testing, and upload workflows.

Core Features & Use Cases

  • Interactive Conversational Wizard: Step-by-step clarifying questions for problem scope, artifact selection, dataset requirements, and task metadata.
  • Eval & Repo Scaffolding: Templates and guidance for program.md, eval/eval.sh, requirements.txt, README, prepare.sh, .gitignore, and starter artifact files.
  • Testing, Iteration, and Publish Guidance: Runs prepare/eval loops, helps diagnose failures, suggests adjustments to baselines or evals, and walks through private or public upload procedures.
  • Use Cases: Researchers packaging benchmarks, instructors creating graded challenges, or engineers publishing reproducible agentic/ML tasks to the swarm.

Quick Start

Ask the skill to design and scaffold a new hive task for your idea, including eval design and a starter repo.

Frequently Asked Questions about hive-create-task

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

FAQPage Schema
How do I create a runnable task repository for an ML training benchmark?

You create a runnable task repository for an ML training benchmark by using an interactive wizard to define problem scope, scaffold program.md and artifacts, and generate a git-ready repo with a parseable eval script.

What does an eval script need to include for agentic benchmark tasks?

For agentic benchmark tasks, the eval script must print a standard score block, specify artifact and prepare scripts, and generate parseable output to ensure the repository passes verification and upload checks.

Can I scaffold a coding challenge repository without manually setting up the eval files?

Yes, you can scaffold a coding challenge repository without manual setup by using a conversational wizard that automatically templates program.md, eval/eval.sh, requirements.txt, prepare.sh, and starter artifact files for immediate testing.

How do I package a prompt engineering task for upload and verification?

You package a prompt engineering task for upload and verification by generating a complete repository structure with program.md, a parseable eval script, and git-ready artifacts through a step-by-step interactive scaffolding process.

What is the best way to diagnose eval script failures when designing reproducible tasks?

The best way to diagnose eval script failures when designing reproducible tasks is to run prepare and eval loops iteratively, allowing the wizard to suggest adjustments to baselines or eval scripts until the repository passes verification.

Do I need to format my dataset requirements before scaffolding a Hive task repository?

You do not need to pre-format dataset requirements before scaffolding a Hive task repository, as the interactive wizard guides you through dataset selection and task metadata clarification step-by-step during the creation process.