agentsclimarketplace

Agentv dev

Skill EntityProcess/agentv/plugins/agentv-dev/skills/agentv-dev

Light-weight AI agent evaluation and optimization framework

Install
npx -y skills add EntityProcess/agentv --skill agentv-dev

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 14 stars14 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

AgentV CLI skills for evaluating, optimizing, and governing AI agents. Triggers: run evals, benchmark agents, write evals, review evals, analyze traces, optimize prompts, governance linting. Covers: eval running, eval writing, eval review, trace analysis, description optimization, autoresearch, and governance compliance.

SKILL.md

1.9 KB, as published. Nobody here has run it

The full skill content is bundled with the AgentV CLI and always version-matched to it. Load the specific skill you need. If the task is not about AgentV evals, trace analysis, optimization, or governance, no AgentV skill applies.

agentv skills get <skill-name>

Available Skills

SkillCommandUse when
agentv-benchagentv skills get agentv-benchRun evals, benchmark agents, optimize against evals, compare targets, autoresearch
agentv-eval-writeragentv skills get agentv-eval-writerWrite, edit, or validate eval YAML files
agentv-eval-migrationsagentv skills get agentv-eval-migrationsMigrate eval YAML across breaking schema changes
agentv-eval-reviewagentv skills get agentv-eval-reviewReview, lint, or check eval quality before committing
agentv-governanceagentv skills get agentv-governanceAuthor or lint governance blocks (OWASP, MITRE, EU AI Act, ISO 42001)
agentv-trace-analystagentv skills get agentv-trace-analystAnalyze eval traces, find regressions, inspect tool trajectories

Quick Start

  1. Ensure agentv CLI is on PATH (run agentv --help to verify)
  2. Pick the skill from the table above
  3. Run agentv skills get <skill-name> to load it
  4. Follow the instructions in the loaded skill

CLI Location

If agentv is not on PATH, check:

  • node_modules/.bin/agentv (project-local install)
  • ~/.local/bin/agentv (global user install)
  • Run from source: bun apps/cli/src/cli.ts <command>

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.