#361 · Primary category: AI Coding Assistants
codex-autoresearch
Codex Autoresearch Skill — A self-directed iterative system for Codex that continuously cycles through: modify, verify, retain or discard, and repeat indefinitely. Inspired by Karpathy’s autoresearch concept.
Project last updated:07/13/26
GitHub Stars
2.3K
Forks
126
Contributors
4
License
MIT
Why we included this project
Anyone who already uses OpenAI's Codex CLI will find this skill useful for turning a single prompt into a long-running experiment. You give it a measurable goal, like getting a test failure count down to zero or shaving a latency number, and Codex inspects the repository, checks the plan with you, changes one thing, verifies the result, and either keeps the improvement or reverts the failure before trying again. The control script handles commits, rollback, and an append-only audit trail, so an overnight run can keep working without you watching every edit, and each trial stays a reversible Git commit. That makes it practical for teams that would rather let an automated loop chip away at test failures, coverage gaps, type errors, or warnings than fix each one by hand.
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.