What problem does it solve? Setting up an external agent repository for autonomous overnight optimization requires manual work: cloning the repo, identifying the editable harness boundary, creating evaluation tasks, and writing a program directive. This Skill automates that intake and scaffolding so the autoresearch loop can start immediately. ## Core Features & Use Cases - Repository Intake: Clones a target agent repo and inventories its harness file, eval setup, config, and dependencies. - Edit Boundary Detection: Finds or inserts EDITABLE/FIXED comment fences separating tunable prompts, tools, and orchestration from framework glue. - Task Scaffolding: Generates evaluation task structures with instruction files and scoring scripts (diff-based or LLM-as-judge) when none exist. - Program Generation: Produces a program.md directive defining what the meta-agent may modify, keep/discard rules, failure taxonomy, and overfitting guards, then hands off to the autoresearch agent-harness domain. - Use Case: Paste a GitHub URL of an agent repo and ask to optimize it overnight; the Skill prepares everything and hands off to the autonomous keep/revert loop. ## Quick Start Clone and optimize the agent repository at this GitHub URL by setting up the autoresearch loop for it.