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 thisSKILL.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 discoveron 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
More from evo-hq/evo
subagent
Internal protocol for evo optimization subagents. Not user-invocable -- read by subagents spawned from /optimize.
16optimize
Run the evo optimization loop with parallel subagents until interrupted.
16infra-setup
Non-user-invocable provider/setup reference for evo backend switching, prerequisite checks, and auth/install guidance.
10