Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Evolve any installed skill by generating four variations along separate theses (better inputs / sharper output / more robust / rethink), scoring them on a weighted rubric, and applying the winner. Never downgrades a working skill — aborts cleanly if no variation improves the original. Use when an installed skill is producing low-signal output, hitting deprecated APIs, or feels stale. Triggers: "improve this skill", "evolve $skill", "auto-research my X", "regenerate variations".
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | 5% | 0% |
| case-04 | ✗→✓ | ▲ Improved | 774% | 0% |
| case-05 | ✗→✓ | ▲ Improved | 1991% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -45% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -51% | 0% |
Self-improvement loop. Given a target SKILL.md, generates four parallel improved variations, scores each, applies the winner.
| Param | Description | |---|---| | target | Skill name or path to SKILL.md. Required. | | mode | evolve (default) writes the diff. dry-run scores and prints, writes nothing. |
Each is a complete runnable SKILL.md. Frontmatter shape preserved.
1-5 per axis, weighted total max 50:
| Axis | Weight | |---|---| | Improvement vs original | 3× | | Output value | 2× | | Clarity, data quality, robustness | 1.5× each | | Conventions | 1× |
Tie-break (within 2 points): prefer the variation making the biggest single improvement over many small ones.
If every variation scores ≤ original on Improvement, the skill aborts with AUTORESEARCH_NO_IMPROVEMENT. No file written. Working skills are never downgraded.
Preserves the original's core purpose, frontmatter shape, and declared env vars.
Inside a git repo, changes land in a branch (autoresearch/${target}) — operator reviews the diff before merging. Outside a repo, the original is preserved at ${target}/SKILL.md.before-autoresearch for rollback.
The diff, plus a report with the scoring table for all four variations and a one-paragraph rationale for the winner.
Pairs with aeon-skill-evals (surfaces what's underperforming) and aeon-skill-repair (deterministic bugs; autoresearch handles quality lifts).
Other measured skills in the registry, with their headline benchmark lift.