#171 · Primary category: AI Coding Assistants
autoresearch
Claude Autoresearch Skill — Autonomous goal-directed iteration for Claude Code. Inspired by Karpathy's autoresearch. Modify → Verify → Keep/Discard → Repeat forever.
Project last updated:08/12/26
GitHub Stars
6.0K
Forks
446
Contributors
7
License
MIT
Why we included this project
This is a skill pack that wires Claude Code, OpenCode, and OpenAI Codex into an autonomous loop that keeps working toward a goal without babysitting. You give it a plain-language objective, and it derives a success predicate, confirms it once, then iterates — modify, verify, keep or discard — until it decides the task is done. Teams running long or repetitive engineering chores will appreciate the 14 commands and nine safety hooks, which keep an otherwise tireless agent from drifting past its constraints. It also claims to cut tokens per invocation, so it matters if you're watching API spend on agent-heavy workflows. If you already live inside a terminal-based coding agent and want a structured way to let it self-improve rather than run one-shot prompts, this gives you a tested harness to build on.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.