What problem does it solve? Skills can become stale as APIs change, data sources break, or better techniques emerge. This Skill automates the systematic improvement of an existing skill by researching alternatives, generating candidate rewrites, scoring them against a rubric, and shipping the winner as a pull request. ## Core Features & Use Cases - Variation Generation: Produces 4 distinct improved versions of a target SKILL.md, each with a different thesis (better inputs, sharper output, more robustness, or a rethought approach). - Weighted Scoring Rubric: Evaluates each variation across clarity, data quality, output value, robustness, conventions, and improvement with weighted totals. - Automated PR Workflow: Writes the winning variation, creates a branch, commits, opens a GitHub PR with the full scoring table, and logs the result to memory. - Use Case: A crypto monitoring skill starts failing because an API endpoint changed. Run autoresearch with var set to that skill's name to research replacements, generate fixes, and open a PR with the best-scoring rewrite. ## Quick Start Run autoresearch with var set to the name of the skill you want to evolve, for example var=token-movers.