discover

Solid

Initialize evo for the current repository by exploring the codebase, proposing unexplored optimization dimensions, constructing the benchmark inside a baseline worktree, and running the first experiment. Use when the user invokes /evo:discover, mentions setting up evo, wants to instrument a codebase for autonomous optimization, or asks to start a new evo run on a project.

AI & Automation 1,097 stars 81 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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. ## Evo surface General guidance on the skills and tools available in evo. Each line is a triggering condition: if you're about to do X, pull/dispatch/read this. Don't preload -- act when the trigger fires. **Always have a sense of the skill before jumping into its references.** A skill body carries the decision-making; references are concrete contracts that assume a decision has been made. ``` evo plugin │ ├── Main thread (the orchestrator -- you, inside /evo:discover or /evo:optimize) │ │ │ ├── Skills (Skill tool) │ │ ├── evo:discover starting a new evo workspace / instrumenting a project │ │ ├── evo:optimize after discover commits the baseline -- drives the loop. │ │ │ Args: subagents=N (read sizing-the-round FIRST), │ │ │ autonomous, subagents-only, budget=N, stall=N │ │ ├── evo:finetuning task is finetuning / post-training / training a model │ │ └── evo:infra-setup need a remote backend, pooled workspaces, lease/slot │ │ management, or specific provider auth/setup │ │ │ └── Subagents to dispatch (Task tool, subagent_type=...) │ ├── evo:benchmark-reviewer before the baseline run, or whenever the │ │ benchmark command / harne...

Details

Author
evo-hq
Repository
evo-hq/evo
Created
2 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category