One-click install
npx skills add https://github.com/KaiserWhoLearns/skillsbench --skill harbor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: harbor
Source: https://github.com/KaiserWhoLearns/skillsbench/tree/main/.claude/skills/harbor
Command: npx skills add https://github.com/KaiserWhoLearns/skillsbench --skill harbor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Harbor provides a standardized framework to validate and run task-based benchmarks for agent evaluation, simplifying task orchestration, execution, and result verification across different models and environments.

Core Features & Use Cases

  • Validate and run tasks using harbor tasks check and harbor run
  • Manage datasets, environments, and results for repeatable benchmarks
  • Support multiple agents and models in end-to-end evaluations to compare performance

Quick Start

Install Harbor, clone the repository, and run an oracle task to validate the setup.

Frequently Asked Questions about harbor

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

FAQPage Schema
How do I automate structured agent evaluation benchmarks across multiple environments?

Agent evaluation benchmarks are automated by orchestrating task execution and result verification using the Harbor framework across multiple environments, agents, and models to ensure reproducible performance comparisons.

What is the best way to validate agent tasks before running a full benchmark?

To validate agent tasks before a full benchmark, use the 'harbor tasks check' command to verify task formats under the tasks/, environment/, tests/, and solution/ directories, ensuring proper setup and oracle validation.

How do I run end-to-end evaluations to compare multiple AI agents?

To compare multiple AI agents in end-to-end evaluations, use the 'harbor run' command to orchestrate task-based benchmarks, which manages datasets, environments, and results for repeatable performance testing across models.

Do I need to install Harbor separately to run agent-based testing workflows?

Yes, you must install Harbor separately via the uv tool or pip to run agent-based testing workflows, as the framework provides the core orchestration, execution, and verification logic required for the benchmarks.

Can I manage datasets and environments for reproducible ML testing within Harbor?

Yes, you can manage datasets and environments for reproducible ML testing within Harbor, which provides standardized task formats and result management to validate and run task-based benchmarks consistently.

Why does task orchestration fail when running benchmarks across different models?

Task orchestration for benchmarks across different models fails when task formats under tasks/, environment/, tests/, and solution/ are misconfigured or fail oracle validation during the 'harbor tasks check' phase.