awesome-autoresearch

by alvinrealVerified

A curated list of autonomous improvement loops, research agents, and autoresearch-style systems inspired by Karpathy's autoresearch.

2,219
Stars
167
Forks
8/23/2026
Added
View on GitHubDownload ZIP

⚠️ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/alvinreal/awesome-autoresearch

Getting Started

Guides for using skills like awesome-autoresearch.

Security Report

Verified

Last scanned: —

{
  "status": "PASSED",
  "issues": []
}

README.md

🔬 Awesome Autoresearch

A curated, high-signal index of autonomous improvement loops, research agents, and descendants inspired by karpathy/autoresearch.

Awesome PRs Welcome License: CC0-1.0

by Boring Dystopia Development

Contents

🛠️ General-purpose descendants

  • kayba-ai/recursive-improve GitHub stars

  • Recursive self-improvement framework where agents capture execution traces, analyze failure patterns, and apply targeted fixes with keep-or-revert evaluation.

  • vukrosic/auto-research GitHub stars

  • Docs-only control plane for an open autonomous AI research lab — file-based operating model for human direction and agent execution.

  • uditgoenka/autoresearch GitHub stars

  • Claude Code skill that generalizes autoresearch into a reusable loop for software, docs, security, shipping, debugging, and other measurable goals.

  • leo-lilinxiao/codex-autoresearch GitHub stars

  • Codex-native autoresearch skill with resume support, lessons across runs, optional parallel experiments, and mode-specific workflows.

  • SeeleAI/Thoth GitHub stars

  • Dashboard-first Claude Code and Codex runtime for autoresearch, with durable runs, locked work items, visible ledgers, and reviewable verdicts.

  • supratikpm/gemini-autoresearch GitHub stars

  • Gemini CLI skill that generalises autoresearch to any measurable goal. Gemini-native: uses Google Search grounding as a live verification source inside the loop, true headless overnight mode via --yolo --prompt, and 1M token context. Also works in Antigravity IDE via .agents/skills/.

  • davebcn87/pi-autoresearch GitHub stars

  • pi extension plus dashboard for persistent experiment loops, live metrics, confidence tracking, and resumable autoresearch sessions.

  • drivelineresearch/autoresearch-claude-code GitHub stars

  • Claude Code plugin/skill port of pi-autoresearch, with a clean experiment-loop workflow and a concrete biomechanics case study.

  • greyhaven-ai/autocontext GitHub stars

  • Closed-loop control plane for repeated agent improvement, with evaluation, persistent knowledge, staged validation, and optional distillation into cheaper local runtimes.

  • jmilinovich/goal-md GitHub stars

  • Generalizes autoresearch into a GOAL.md pattern for repos where the agent must first construct a measurable fitness function before it can optimize.

  • james-s-tayler/lazy-developer GitHub stars

  • Claude Code skill that orchestrates autoresearch across a prioritized sequence of optimization goals (coverage, test speed, build speed, complexity, LOC, performance) using GOAL.md as the engine. Supports standalone and Ralph Mode multi-instance execution.

  • mutable-state-inc/autoresearch-at-home GitHub stars

  • Collaborative fork of upstream autoresearch that adds experiment claiming, shared best-config syncing, hypothesis exchange, and swarm-style coordination across many single-GPU agents.

  • zkarimi22/autoresearch-anything GitHub stars

  • Generalizes autoresearch to any measurable metric — system prompts, API performance, landing pages, test suites, config tuning, SQL queries. "If you can measure it, you can optimize it."

  • Entrpi/autoresearch-everywhere GitHub stars

  • Cross-platform expansion that auto-detects hardware config and starts the loop. The "glue and generalization" half of autoresearch.

  • ShengranHu/ADAS GitHub stars

  • Automated Design of Agentic Systems — ICLR 2025. Meta-agents that invent novel agent architectures by programming them in code.

  • MaximeRobeyns/self_improving_coding_agent GitHub stars

  • SICA: Self-Improving Coding Agent that edits its own codebase. ICLR 2025 Workshop paper demonstrating scaffold-level self-improvement on coding benchmarks.

  • peterskoett/self-improving-agent GitHub stars

  • Alternative self-improving agent architecture with reflection and meta-learning cycles.

  • metauto-ai/HGM GitHub stars

  • Huxley-Gödel Machine for coding agents — applies self-improvement to SWE-bench performance via meta-level optimization.

  • gepa-ai/gepa GitHub stars

  • GEPA (Genetic-Pareto) — ICLR 2026 Oral. Reflective prompt evolution that outperforms RL (GRPO) on benchmarks. Optimizes any textual parameters against any metric using natural language reflection.

  • sentient-agi/EvoSkill GitHub stars

  • Automated skill discovery for coding agents: evolves reusable skills and prompts from failed trajectories against benchmarks, with support for Claude Code, Codex CLI, OpenCode, OpenHands, and Goose.

  • MrTsepa/autoevolve GitHub stars

  • GEPA-inspired autoresearch for self-play: mutate code strategies, evaluate head-to-head, rate with Elo/Bradley-Terry, branch from the Pareto front. Agent reads match traces to target mutations. Works as a Claude Code skill.

  • HKUDS/ClawTeam GitHub stars

  • Agent swarm intelligence for autoresearch — spawns parallel GPU research directions, distributes work across agents, aggregates results.

  • Orchestra-Research/AI-Research-SKILLs GitHub stars

  • Comprehensive skill library including autoresearch orchestration with two-loop architecture (inner optimization + outer synthesis).

  • WecoAI/aideml GitHub stars

  • AIDE: Tree-search ML engineering agent that autonomously improves model performance via iterative code generation and evaluation.

  • weco.ai - Weco: Cloud platform for AIDE with observability, experiment tracking, and managed runs — brings the autoresearch loop into production.

🔬 Research-agent systems

Frequently Asked Questions

What is awesome-autoresearch?

awesome-autoresearch is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by alvinreal. A curated list of autonomous improvement loops, research agents, and autoresearch-style systems inspired by Karpathy's autoresearch. It has 2,219 GitHub stars.

Is awesome-autoresearch safe to use?

Yes. awesome-autoresearch passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install awesome-autoresearch?

Clone the repository with "git clone https://github.com/alvinreal/awesome-autoresearch" and add it to your Claude Code skills directory (see the Installation section above).

Are there alternatives to awesome-autoresearch?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh awesome-autoresearch against similar tools.

Comments (0)

No comments yet. Be the first to share your thoughts!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI Agents
View details

Developers Also Liked

Based on votes and bookmarks from developers who liked this skill

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP Serversapisai-tools
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details