claudeers.

🔓 unclaimed — this page was auto-generated from GitHub. Are you the creator?

Claim this page →
// Developer Tools

claude-autoresearch-skill

Claude Code skill: autonomously research an ML task and run many bounded experiments to find the best config — karpathy/autoresearch loop in the ml-intern or…

// Developer Tools[ api ][ web ][ claude ]#claude#devtools$open-sourceupdated 12 days ago
Actively maintained
97/100
last commit 14 days ago
last release none
releases 0
open issues 0
// install
git clone https://github.com/AlexWortega/claude-autoresearch-skill

autoresearch — Claude Code skill

Autonomously research an ML task and run many bounded experiments to find the best config — a fixed-budget edit → train → eval → keep-or-discard → iterate loop in the spirit of karpathy/autoresearch, wrapped in the orchestrator conventions of ml-intern and fanned out with a Claude Code dynamic workflow.

It runs long. Instead of one fixed sweep, it runs an iterative generational loop modelled on mims-harvard/AutoScientists: each generation, parallel agent teams read a shared findings board and propose new hypotheses, a peer-critic panel prunes them before any GPU is spent, survivors train + verify, and the board + champion are updated so the search compounds. The loop keeps going for hours or days until it hits its budget, stalls (stagnation), or converges.

What it does

  1. Deep-researches existing solutions first — runs a fan-out internet survey (the deep-research workflow/skill when available, else manual multi-angle WebSearch/WebFetch) plus PapersWithCode (scripts/pwc_search.sh), arXiv and HF Papers. Cross-checks sources into a cited DEEPRESEARCH.md covering SOTA methods, benchmark + metric, reference code, and the tricks that already moved the metric — which become experiment hypotheses.
  2. Asks where to get the "cards" (GPUs) and the data — confirms the compute provider (Kaggle notebooks / Local GPU / Cloud SSH) and dataset source before spending any compute.
  3. Plans an experiment matrix — writes an editable program.md (you program this, not the Python) and PLAN.md of one-variable-at-a-time hypotheses.
  4. Runs a long generational loop as a background workflow — parallel teams propose, a peer-critic panel prunes before compute, survivors train for a fixed time budget and eval the metric, kept winners are adversarially re-verified, and the shared board + champion update each generation. It loops until max_generations, stagnation, or the budget runs out. (For a one-shot sweep, set max_generations=1.)
  5. Reports the best config — a leaderboard + shared FINDINGS.md board + RESULTS.md, optionally published to the HF Hub.

If no compute is reachable it falls back to design-only mode: it emits the matrix + a runnable harness for you to run yourself.

Install

This skill lives at ~/.claude/skills/autoresearch/. It reuses ml-intern's scripts for notifications and HF publishing, so install ml-intern too (optional — without it, alerts/publishing are skipped, the research + experiment loop still runs).

Use

/autoresearch beat the val_bpb baseline on enwik8 with a small GPT, 12 experiments x 5min
/autoresearch what improves accuracy on CIFAR-10 with a ResNet-18, kaggle GPU
/autoresearch ablate optimizer choices for a char-RNN on tiny-shakespeare, design-only
/autoresearch run overnight on enwik8 — keep proposing + critiquing until it stops improving

Run layout (~/autoresearch-runs/<slug>/)

filewhat
TASK.mdrestated task, unknowns, run mode
DEEPRESEARCH.mdcited internet survey of existing solutions + tricks
RESEARCH.mddistilled SOTA table, benchmark+metric, leaderboard, code links
COMPUTE.md / DATA.mdchosen GPU provider / dataset source
BUDGET.mdmetric, #experiments, seconds each, caps, spent
program.mdthe single human-editable run spec (karpathy style)
PLAN.mdthe generation-0 experiment matrix
workflow.jsgenerated dynamic-workflow generational loop
FINDINGS.md / board.jsonlshared board the agent teams read+write each generation
EXPERIMENTS.md / leaderboard.mdledger + best-so-far champion
exp-<id>/per-experiment harness, logs, ckpts
RESULTS.mdbest verified config + comparison table

Files

  • SKILL.md — the behavioral spec (the skill itself).
  • scripts/pwc_search.sh — PapersWithCode search with graceful web-search fallback.
  • scripts/gpu_probe.sh — local CUDA / VRAM probe for compute auto-detect.
  • assets/research_loop.template.js — the long-running generational loop (propose → critique → experiment → verify → share), the default fan-out.
  • assets/experiment_workflow.template.js — single-pass fan-out template (one round, no loop).
  • assets/board.template.md — the shared FINDINGS.md board skeleton.
  • assets/program.template.md — the editable per-run spec.
  • assets/research_card.template.md — the RESEARCH.md skeleton.

// compatibility

Platformsapi, web
Operating systems
AI compatibilityclaude
License
Pricingopen-source
LanguageJavaScript

// faq

What is claude-autoresearch-skill?

Claude Code skill: autonomously research an ML task and run many bounded experiments to find the best config — karpathy/autoresearch loop in the ml-intern orchestrator model, fanned out with a dynamic workflow.. It is open-source on GitHub.

Is claude-autoresearch-skill free to use?

claude-autoresearch-skill is open-source, so it is free to use.

What category does claude-autoresearch-skill belong to?

claude-autoresearch-skill is listed under skills in the Claudeers registry of Claude-compatible tools.

0 views
45 stars
unclaimed
updated 12 days ago

// embed badge

claude-autoresearch-skill on Claudeers
[![Claudeers](https://claudeers.com/api/badge/claude-autoresearch-skill.svg)](https://claudeers.com/claude-autoresearch-skill)

// retro hit counter

claude-autoresearch-skill hit counter
[![Hits](https://claudeers.com/api/counter/claude-autoresearch-skill.svg)](https://claudeers.com/claude-autoresearch-skill)

// reviews

// guestbook

0/500

// related in Developer Tools

🔓

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

// devtoolsaffaan-m/JavaScript225,699MIT[ claude ]
🔓

Use Garry Tan's exact Claude Code setup: 23 opinionated tools that serve as CEO, Designer, Eng Manager, Release Manager, Doc Engineer, and QA

// devtoolsgarrytan/TypeScript119,234MIT[ claude ]
🔓

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,…

// devtoolssafishamsi/Python80,484MIT[ claude ]
🔓

🙌 OpenHands: AI-Driven Development

// devtoolsOpenHands/Python79,324NOASSERTION[ claude ]
→ see how claude-autoresearch-skill connects across the ecosystem