aeon-autoresearch

Generates four parallel variants of an installed skill and applies the best-scoring one.

14|2|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/Eskyee/agentbot-opensource --skill aeon-autoresearch-eskyee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aeon-autoresearch
Source: https://github.com/Eskyee/agentbot-opensource/tree/main/skills/aeon-autoresearch
Command: npx skills add https://github.com/Eskyee/agentbot-opensource --skill aeon-autoresearch-eskyee

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automatically evolves installed skills by generating four variations along different theses and applying the best one to improve the skill without downgrading it.

Core Features & Use Cases

  • Skill Evolution: Generates variations of an installed skill to improve it.
  • Parallel Variations: Creates four parallel variations: better inputs, sharper output, more robust, and a fundamentally different approach.
  • Scoring: Scores each variation on a weighted rubric and applies the winner.
  • Safety Guarantee: Aborts cleanly if no variation improves the original skill.
  • Use Case: Use when a skill is producing low-signal output, hitting deprecated APIs, or feels stale.

Quick Start

Evolve the skill 'example_skill' with the command: aeon-autoresearch example_skill

Frequently Asked Questions about aeon-autoresearch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate AI skill improvement when output quality degrades?

Automate AI skill improvement by generating four parallel variations, scoring them against a weighted rubric, and applying the highest-scoring version to enhance signal-to-noise ratio without manual rewriting.

What is parallel variation scoring for skill evolution?

Parallel variation scoring for skill evolution creates four distinct approaches—better inputs, sharper output, more robust logic, and a fundamentally different method—then scores each to safely apply only the winning variation.

How do I update AI skills hitting deprecated APIs automatically?

Update AI skills hitting deprecated APIs automatically by running an evolution command that generates parallel variations, targets the deprecated endpoints, and applies the best-scoring functional replacement.

Can I refresh stale AI skills without downgrading their core functionality?

You can refresh stale AI skills without downgrading core functionality because the evolution process includes a safety guarantee that cleanly aborts if no generated variation scores higher than the original.

Does automated skill evolution work for skills needing robustness enhancements?

Automated skill evolution works for robustness enhancements by explicitly generating a parallel variation focused on making the skill more robust, then scoring it alongside alternatives to select the best overall improvement.