Skip to main content
Agent Skills are modular knowledge packages that teach your AI coding agent how to evaluate effectively. They follow the open Agent Skills standard and work with Claude Code, Cursor, Windsurf, Codex, and 40+ other agents.

Install

This installs all Coval skills into your agent’s skills directory. Skills are loaded on demand — only the name and description are in memory until activated.

Skills vs Connector vs CLI

We recommend Skills + CLI for the most complete experience. Skills teach your agent what to create, and the CLI executes it with structured JSON output.

Available Skills

Onboarding

onboard

Interactive guided setup for your first evaluation. Walks through connecting an agent, creating personas, building test cases, selecting metrics, and launching a run.

Runs

Simulations

Resources

Dashboards

Test Cases

Migrations

Traces

See Tracing Skills for copy-paste prompts and validation guidance.

Human Review

How Skills Work

Skills use progressive disclosure to stay lightweight:
  1. At startup (~100 tokens per skill): Only the name and description are loaded
  2. When activated (under 5000 tokens): The full skill instructions load when your agent detects a relevant task
  3. On demand: Reference files (templates, examples) load only when needed
This means having all Coval skills installed adds minimal overhead to your agent’s context.

Skill Structure

Each skill follows the Agent Skills spec:

Source Code

All skills are open source: github.com/coval-ai/coval-external-skills