Autoresearch Skill Andrej Karpathy
Description
Claude Code skill for autonomous, goal-directed iteration. /autoresearch <goal> builds a real-data benchmark harness, captures a baseline, and iterates with a regression gate until the goal is hit. Inspired by Andrej Karpathy's autoresearch.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
🔬 Autoresearch Skill
Autonomous, Goal-Directed Iteration for Claude Code
*Inspired by [Andrej Karpathy's autoresearch](https://github.com/karpathy/autoresearch) — extended into a universal, real-data benchmark-driven workflow for any engineering task.*
[](./SKILL.md) [](https://docs.claude.com/en/docs/claude-code) [](./LICENSE) [](https://github.com/karpathy/autoresearch) [](#)
╔════════════════════════════════════════════════════╗
║ MODIFY → VERIFY → REGRESS → KEEP / DISCARD → ∞ ║
╚════════════════════════════════════════════════════╝
✨ What is this?
**Autoresearch** is a Claude Code skill that turns a free-form goal like
/autoresearch reduce API p95 latency to 200ms
into an **autonomous, self-correcting optimization loop** that:
- 🧠 Parses the goal into seven machine-readable slots
- 📦 Ingests real data (refusing synthetic corpora)
- 🛠️ Builds a single-file benchmark harness
- 📐 Captures a baseline + regression test count
- 🔁 Iterates — one atomic change at a time
- ✅ Keeps wins, 🗑️ auto-discards regressions, logs everything
- 🏁 Stops when the target metric is hit
No hand-holding. No "should I continue?" Just mechanical iteration until the goal is reached.
🌟 Why use it?
🎯 Mechanical, not subjectiveEvery iteration is judged by a single floating-point metric extracted from a command. "Looks better" is banned. |
🛡️ Regression-proofA hard gate rolls back any change that drops a pre-existin Related Skillsmcp-server-postgresRead-only PostgreSQL database access. Data mcp-server-sqliteSQLite database interaction and querying. Data mcp-server-google-mapsGoogle Maps integration for location data. Data Bitbucket Data Center--- Data Csv Data SummarizerAutomatically analyze CSV files and generate comprehensive insights with visualizations Data Financial ServicesReference agents, skills, and data connectors for the financial-services workflows we see most — investment ba Data |