autoresearch

by github 38k MIT Updated Aug 18, 2026
autoresearch skill by github
autoresearch — Productivity skill by github

autoresearch is an open-source productivity skill for Claude Code and compatible agents, published by github. Its author describes it as: “Autonomous iterative experimentation loop for any programming task. Guides the user through defining goals, measurable metrics, and scope constraints, then runs an autonomous loop of code changes, testing, measuring,…”. The project has 38k stars on GitHub and is available under the MIT license. Add it to your setup with `git clone https://github.com/github/awesome-copilot ~/.claude/skills/autoresearch`.

What autoresearch does

An autonomous experimentation loop for any programming task. You define the goal and how to measure it; the agent iterates autonomously -- modifying code, running experiments, measuring results, and keeping or discarding changes -- until interrupted.

Installation

Add autoresearch to your agent with:

git clone https://github.com/github/awesome-copilot ~/.claude/skills/autoresearch

Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.

What's inside

The SKILL.md for autoresearch is organised into these sections:

  • Agent Behavior Rules
  • Phase 1: Setup (Interactive)
  • 1.1 Define the Goal
  • 1.2 Define the Metric
  • 1.3 Define the Scope
  • 1.4 Define Constraints
  • 1.5 Define the Experiment Budget (Optional)
  • 1.6 Simplicity Criterion
  • 1.7 Confirm Setup
  • Phase 2: Branch & Baseline
  • Phase 3: Experiment Loop
  • For each experiment:

When to use it

Reach for autoresearch when you want productivity help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.

Strengths

  • Clear MIT license — safe to read and adapt
  • Ships in github/awesome-copilot, an established project with 37,982 GitHub stars
  • Actively maintained (recent commits)

Topics

agent-skillsagentsaiawesomecustom-agentsgithub-copilothacktoberfestprompt-engineering

Frequently asked questions

What does autoresearch do?
Autonomous iterative experimentation loop for any programming task. Guides the user through defining goals, measurable metrics, and scope constraints, then runs an autonomous loop of code changes, testing, measuring, and keeping/discarding results. Inspired by Karpathy's autoresearch. USE FOR: autonomous improvement, iterative optimization, experiment loop, auto research, performance tuning, automated experimentation, hill climbing, try things automatically, optimize code, run experiments, autonomous coding loop. DO NOT USE FOR: one-shot tasks, simple bug fixes, code review, or tasks without a measurable metric.
How do I install autoresearch?
Run git clone https://github.com/github/awesome-copilot ~/.claude/skills/autoresearch in your agent, then reload your skills. Review the source at https://github.com/github/awesome-copilot before installing.
Is autoresearch free to use?
Yes. autoresearch is free and open source under the MIT license, so you can read, run, and adapt it within that license's terms.
Where does autoresearch come from?
autoresearch ships inside github/awesome-copilot, a repository that contains 41 catalogued skills in total. The repository's 37,982 GitHub stars apply to that whole collection, not to this skill on its own.

Related skills

More Productivity →

Collection of AI-related utilities. Welcome to submit pull requests /收藏AI相关的实用工具,欢迎提交pull requests

6.1k ikaijua No license

Curated AI coding agent skills and AGENTS.md playbooks for Codex, Claude Code, Cursor, OpenClaw, and other SKILL.md-compatible tools.

458 mxyhi Apache-2.0

A curated collection of 1000+ agent skills from official dev teams and the community, compatible with Claude Code, Codex, Gemini CLI, Cursor, and more.

29k VoltAgent MIT

Autonomous experiment loop that optimizes any file by a measurable metric. Inspired by Karpathy's autoresearch. The agent edits a target file, runs a fixed evaluation, keeps improvements (git commit), discards failures (git reset), and loops indefinitely. Use when: user wants to optimize code speed, reduce bundle/image size, improve test pass rate, optimize prompts, improve content quality (headlines, copy, CTR), or run any measurable improvement loop. Requires: a target file, an evaluation command that outputs a metric, and a git repo.

25k alirezarezvani MIT