Set up ZeroEval from inside Cursor, Claude Code, Codex, and other coding agents
Skills let your coding agent do the ZeroEval setup work for you. Instead of flipping between docs and your editor, you tell your agent “install zeroeval” or “create a judge” and the skill handles the rest in-context. The source lives at zeroeval/zeroeval-skills on GitHub.They work with Cursor, Claude Code, Codex, and 30+ other agents that support the skills format.
# Install all skillsnpx skills add zeroeval/zeroeval-skills# Install a specific skillnpx skills add zeroeval/zeroeval-skills --skill zeroeval-install# List available skillsnpx skills add zeroeval/zeroeval-skills --list
On Windows without symlink support, use npx skills or the manual copy method. The plugins/ directory in the repo contains symlinks that may not resolve on Windows.
Once installed, your coding agent picks up the skills automatically. Ask it to “set up zeroeval” or “create a judge” and it will use them.If you want to read the product docs directly: