discover

Installation
SKILL.md

Discover

Internal procedure for evo:discover. The user only sees the user-facing prompts, the dashboard URL, and the baseline score -- everything else is the agent's choreography.

Host conventions

This skill runs on any host that implements the Agent Skills spec. When the body uses generic phrases, apply the host's best-fit equivalent:

  • "ask the user" -- use your host's structured multi-choice question tool if you have one (e.g. AskUserQuestion, request_user_input). If the host has none, phrase the question as plain text in your next reply and wait for the user's answer.
  • File paths like references/... -- relative to this SKILL.md; resolve from the skill directory.
  • Slash commands shown in user-facing copy (e.g. /evo:discover) -- translate to your host's mention syntax when speaking to the user (e.g. $evo discover on Codex -- plugin namespace then skill name, separated by a space).

0. Verify the evo CLI is available and in sync with the plugin

Before anything else, run:

evo-version-check
Related skills
Installs
16
Repository
evo-hq/evo
GitHub Stars
674
First Seen
Apr 12, 2026