autoresearch-agent

Automate iterative experiments to optimize a target file using a numeric metric.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/Patasse97/claude-skills --skill autoresearch-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autoresearch-agent
Source: https://github.com/Patasse97/claude-skills/tree/main/engineering/autoresearch-agent
Command: npx skills add https://github.com/Patasse97/claude-skills --skill autoresearch-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Autoresearch Agent automates an autonomous experiment loop that edits a single target file, evaluates changes with a fixed metric, and iterates toward improvement while handling git-based commits and rollbacks.

Core Features & Use Cases

  • One-change-per-iteration: updates only the targeted file to isolate effect of each change.
  • Deterministic evaluation loops: runs a defined evaluator to produce a measurable metric.
  • Practical workflows: speeds up code optimization, performance tuning, and content improvements by repeated experimentation in a project.
  • Real-world scenario: a team improves a critical module's latency by small, measurable increments over many iterations.

Quick Start

Start by creating a new experiment with the setup tool, then run a single iteration to begin optimizing your target file.

Frequently Asked Questions about autoresearch-agent

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

FAQPage Schema
How do I automate file optimization through iterative experiments?

You can automate file optimization by running an autonomous experiment loop that edits a single target file, evaluates changes with a fixed numeric metric, and iterates toward improvement while handling git-based commits and rollbacks.

What is autonomous experimentation for code and content optimization?

Autonomous experimentation is an iterative process where an agent edits a target file, evaluates the change using a deterministic metric, and either keeps or discards the modification to achieve measurable improvements.

Do I need a git repository to run automated optimization experiments?

Yes, you need a git repository containing the target file to run automated optimization experiments. The system relies on git to commit successful changes and roll back unsuccessful iterations during the evaluation loop.

How do I set up an automated experiment loop for a target file?

To set up an automated experiment loop, you need a git repository with your target file, an evaluation command that outputs a numeric metric, a .autoresearch configuration file, and an initial results history to track progress.

Can I optimize documentation and prompts using iterative code optimization techniques?

Yes, iterative optimization techniques apply to documentation and prompts across engineering, content, and marketing contexts, using measurable metrics to evaluate and keep or discard single-file changes.

What are the limitations of autonomous file optimization loops?

Autonomous file optimization loops are limited to editing one target file per iteration to isolate the effect of each change, requiring a deterministic evaluation command that outputs a numeric metric to function correctly.