chimera skills-evolve
Reflectively evolve a skill's prompt template against graded instances (GEPA). Each instance is a `{input, expect}` pair; the (simple, honest) scorer gives 1.0 when the produced output contains the `expect` substring, else 0.0. GEPA reflects on a failing case to rewrite the template and keeps a Pareto frontier of candidates. Dry-run by default: the improved skill is only written back to the store with ``--apply``, and only if it beats the seed.
Arguments
NAMEstrrequiredName of the learned skill whose prompt to GEPA-evolve.
Options
--instancesstrrequiredJSON file: a list of {"input": {...}, "expect": "substring"}.
--budgetintdefault:20Rollout budget (evaluations across the search).
--modelstrModel slug for the executor + reflector.
--applybooleanSave the improved skill (default: dry-run).