Claude Autoresearch Skill — Autonomous goal-directed iteration for Claude Code. Inspired by Karpathy's autoresearch. Modify → Verify → Keep/Discard → Repeat forever.
Autoresearch is a Claude Code skill that implements autonomous, goal-directed iteration by running a continuous Modify-Verify-Keep/Discard loop across any measurable domain, from ML model tuning to DevOps pipelines. Installed as a set of slash commands, it exposes 13 distinct commands including `/autoresearch:plan`, `/autoresearch:loop`, `/autoresearch:debug`, `/autoresearch:security`, and `/autoresearch:evals`, each backed by a self-contained command file of 94 to 120 lines. The skill integrates directly with Claude Code and also supports OpenCode and OpenAI Codex. On each iteration, Claude reads context, makes one focused change, commits via git, runs mechanical verification, and automatically reverts the commit if the metric regresses, with all results logged in TSV format. A notable architectural detail is the v2.1.0 rebuild that replaced an 813-line monolithic SKILL.md with a 41-line router, cutting token consumption by roughly 95 percent per invocation. Developers, ML engineers, and technical teams who want unattended overnight improvement cycles against a defined numeric metric are the primary audience.
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Healthy fork ratio
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
git clone https://github.com/uditgoenka/autoresearchTools overview
What people ask about autoresearch
What is uditgoenka/autoresearch?
+
uditgoenka/autoresearch is tools for the Claude AI ecosystem. Claude Autoresearch Skill — Autonomous goal-directed iteration for Claude Code. Inspired by Karpathy's autoresearch. Modify → Verify → Keep/Discard → Repeat forever. It has 5k GitHub stars and was last updated 11d ago.
How do I install autoresearch?
+
You can install autoresearch by cloning the repository (https://github.com/uditgoenka/autoresearch) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is uditgoenka/autoresearch safe to use?
+
Our security agent has analyzed uditgoenka/autoresearch and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.
Who maintains uditgoenka/autoresearch?
+
uditgoenka/autoresearch is maintained by uditgoenka. The last recorded GitHub activity is from 11d ago, with 2 open issues.
Are there alternatives to autoresearch?
+
Yes. On ClaudeWave you can browse similar tools at /categories/tools, sorted by popularity or recent activity.
Deploy autoresearch to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/uditgoenka-autoresearch)<a href="https://claudewave.com/repo/uditgoenka-autoresearch"><img src="https://claudewave.com/api/badge/uditgoenka-autoresearch" alt="Featured on ClaudeWave: uditgoenka/autoresearch" width="320" height="64" /></a>More Tools
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs, papers, images, or videos into a queryable knowledge graph. App code + database schema + infrastructure in one graph.
A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies