agentclash-challenge-pack-validation-publish

Validate and publish AgentClash challenge pack YAML configurations against workspace-backed schemas.

25|2|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/agentclash/agentclash --skill agentclash-challenge-pack-validation-publish
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentclash-challenge-pack-validation-publish
Source: https://github.com/agentclash/agentclash/tree/main/web/content/agent-skills/challenge-pack-skills/agentclash-challenge-pack-validation-publish
Command: npx skills add https://github.com/agentclash/agentclash --skill agentclash-challenge-pack-validation-publish

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill resolves the friction of manual challenge pack verification by automating the validation of YAML schemas, scoring logic, and workspace-backed artifact references before deployment.

Core Features & Use Cases

  • Automated Validation: Checks challenge pack YAML against the AgentClash workspace-backed parser to identify schema, scoring, and tool policy errors.
  • Deployment Readiness: Facilitates the publication of runnable pack versions and retrieves the necessary IDs for immediate evaluation execution.
  • Use Case: A developer authoring a new benchmark suite uses this skill to ensure their YAML structure is valid and to publish the pack to their workspace, receiving the exact command to trigger an evaluation run.

Quick Start

Use the agentclash-challenge-pack-validation-publish skill to validate the local file path-to-pack.yaml and publish it to the current workspace if no errors are found.

Frequently Asked Questions about agentclash-challenge-pack-validation-publish

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

FAQPage Schema
How do I validate a challenge pack YAML configuration before deployment?

Validating a challenge pack YAML configuration requires checking the file against the AgentClash workspace-backed parser to identify schema, scoring logic, and tool policy errors before deployment.

What is automated benchmark suite validation for YAML files?

Automated benchmark suite validation verifies YAML-defined benchmark suites to ensure tool policies, input sets, and artifact references comply with workspace-backed schema requirements before publishing.

How do I publish a validated challenge pack and get the evaluation command?

Publishing a validated challenge pack deploys it to your configured workspace, creating a runnable pack version and retrieving the necessary IDs along with the exact command to trigger an evaluation run.

Do I need an active workspace and authentication to validate and publish benchmark suites?

Yes, validating and publishing benchmark suites requires active authentication and a configured workspace to interface with the AgentClash API for bundle validation and version creation.

Why does my challenge pack YAML fail validation before deployment?

Challenge pack YAML fails validation when it contains schema mismatches, incorrect scoring logic, or invalid tool policies and artifact references identified by the workspace-backed parser during the compliance check.