What problem does it solve? Manually iterating on prompts, regex patterns, SQL queries, or small code snippets is slow and unsystematic. This Skill automates that search by running Imbue's darwinian_evolver loop, which mutates candidates with an LLM, scores them against a fitness function, and keeps the best performers across iterations. ## Core Features & Use Cases - LLM-Driven Evolution: Define an Organism (the artifact), an Evaluator (scorer with trainable and holdout failure cases), and a Mutator (LLM proposer), then let the loop optimize the artifact over many iterations. - Provider Flexibility: Ships an OpenRouter-based driver so any model on OpenRouter works, plus support for the upstream Anthropic-based CLI. - Result Inspection: Includes a snapshot viewer that ranks evolved organisms by score and a lineage visualizer for exploring the evolutionary tree. - Use Case: You have a prompt template that only scores 0.0 on verbatim phrase repetition. Run the parrot example for a few iterations and get back ranked templates scoring 0.6-0.8, then adapt the custom problem template to evolve your own regex or SQL. ## Quick Start Ask the agent to install the darwinian-evolver skill and run the parrot OpenRouter example with your OPENROUTER_API_KEY for three iterations.