Voxli Voxli

Agent Skills

The MCP server gives your AI coding assistant access to Voxli tools. A skill goes further - it teaches the assistant how to use those tools effectively. It adds workflow guidance for writing tests, crafting assertions, interpreting results, and iterating on your agent, so the assistant follows best practices instead of just calling tools blindly.

Install

Skills CLI (works with 40+ agents)

npx skills add voxli-io/skills

This installs the skill for all supported agents (Claude Code, Cursor, Codex, GitHub Copilot, and more).

Claude Code (plugin marketplace)

claude plugin marketplace add voxli-io/skills
claude plugin install voxli@voxli

What it covers

  • Writing tests - how to structure test instructions and pick the right scenario type
  • Writing assertions - choosing criteria, setting severity levels, and understanding scoring
  • Interpreting results - reading test output, diagnosing failures, and deciding next steps
  • Tool call sequence - the correct order for creating scenarios, tests, and triggering runs
  • Local testing - setting up the CLI for fast iteration against a local agent

See the skill repository for the full source.