autoresearch skills

272 tagged autoresearch, measured the same way as everything else here.

Browse within: ai-scientist 80auto-research 75autonomous-research 65ai-skills 43autonomous-coding 43Autonomous Agents 30agentic-loops 25data-analysis 25jax 13knowledge-graph 13llm-agents 13machine-learning 13mfu 13agent-governance 12

autoresearch

01

uditgoenka/autoresearch

Skill Claude CodeCodex

Autonomous iteration loop: modify, verify, keep/discard against any metric.

6.0k +9 20d ago A 18 tokens original MIT

codex-autoresearch

02

leo-lilinxiao/codex-autoresearch

Skill Claude CodeCodex

Run autonomous, measurable experiments in a Git repository: change one hypothesis, verify a numeric metric, keep improvements, and revert failures. Use when the user wants Codex to keep iterating toward a numeric target in the foreground or as a detached background run. Do not use for ordinary one-shot coding…

2.3k +25 1mo ago A 80 tokens original MIT

discover

03

evo-hq/evo

Skill Claude CodeCodex

Initialize evo for the current repository by exploring the codebase, proposing unexplored optimization dimensions, constructing the benchmark inside a baseline worktree, and running the first experiment. Use when the user invokes /evo:discover, mentions setting up evo, wants to instrument a codebase for autonomous…

1.4k +6 1mo ago A 73 tokens original Apache-2.0

optimize

04

evo-hq/evo

Skill Claude CodeCodex

Drive structured autoresearch iteration after evo:discover and the baseline commit. Use when the user invokes /evo:optimize or asks to try ideas, try variants, run experiments, use available GPUs, improve the current best/frontier, continue an evo search, or compare candidate changes in an evo workspace. The…

1.4k +6 1mo ago A 113 tokens original Apache-2.0

finetuning

05

evo-hq/evo

Skill Claude CodeCodex

This skill should be used when picking or diagnosing a training move (SFT, LoRA, DPO/KTO/ORPO, RFT, GRPO/PPO/RLOO, RLHF), or when the user mentions fine-tuning, post-training, training recipe, reward design, or weight updates. Decision tree by reward shape, smoke-run gate, three failure diagnostics, five…

1.4k +6 1mo ago A 95 tokens original Apache-2.0

autocontext

06

greyhaven-ai/autocontext

Skill Claude CodeCodex

Iterative strategy generation and evaluation system. Use when the user wants to evaluate agent output quality, run improvement loops, queue tasks for background evaluation, check run status, inspect runtime artifacts and session branch lineage, or discover available scenarios. Provides LLM-based judging with…

1.3k 4d ago A 60 tokens original Apache-2.0

greyhaven-ai/autocontext

Skill Claude CodeCodex

Use when an agent needs to USE knowledge Autocontext already produced - find which scenarios have knowledge, read the playbook and lessons for one, understand the on-disk file and folder layout, and move knowledge between checkouts. Host-agnostic; requires only the autoctx CLI and the filesystem.

1.3k 4d ago A 67 tokens original Apache-2.0

autocontext-creator

08

greyhaven-ai/autocontext

Skill Claude CodeCodex

Use when an agent needs to CREATE knowledge with Autocontext - run a scenario or plain-language task through the improvement loop, judge or improve a single output, and inspect what the run produced. Host-agnostic; requires only the autoctx CLI.

1.3k 4d ago A 57 tokens original Apache-2.0

RUC-NLPIR/Arbor

Skill Claude CodeCodex

Executor-dispatch phase for Arbor. Use when implementing an Idea Tree node through RunExecutor or RunExecutorParallel semantics: isolated git worktree, executor prompt construction, eval metadata injection, RunTraining policy, smoke/full evaluation, report parsing, artifact persistence, tree update, and insight…

1.0k +3 2d ago A 63 tokens original Apache-2.0

RUC-NLPIR/Arbor

Skill Claude CodeCodex

Setup, intake, preflight, and launch-contract phase for open-source Arbor runs. Use when confirming a target project, metric, baseline, dev/test split, config/plugin settings, branch guard, session directory, or when translating a user goal into the precise contract consumed by the coordinator.

1.0k +3 2d ago A 65 tokens original Apache-2.0

RUC-NLPIR/Arbor

Skill Claude CodeCodex

Public entrypoint for the Arbor skill suite. Use when a user wants to run an Arbor-style autonomous research or optimization workflow from a natural-language goal, including initial clarification of objective, target project, data, metric, evaluation, permissions, budget, run mode, and then automatic bootstrapping…

1.0k +3 2d ago A 74 tokens original Apache-2.0

coral-new-task

12

Human-Agent-Society/CORAL

Skill Claude CodeCodex

End-to-end recipe for adding a new task under examples/ — the three pieces that have to line up (task.yaml, seed/, and grader/), what to put in each, the TaskGrader API surface, the coral validate → smoke-test loop, and the common mistakes (repopath pointing at the wrong dir, score direction backwards, hidden answer…

935 2d ago A 138 tokens original Apache-2.0

create-notes

13

Human-Agent-Society/CORAL

Skill Claude CodeCodex

Write a note to {shareddir}/notes/ that future agents can actually act on. Use after every coral eval, when a heartbeat (reflect / consolidate / pivot) asks for a note, or when you discover a grader / build / runtime issue that future agents will hit. Covers 4 note variants (experiment / infra / focus / synthesis)…

935 2d ago A 217 tokens original Apache-2.0

skill-creator

14

Human-Agent-Society/CORAL

Skill Claude CodeCodex

Autonomously create, test, and optimize skills by detecting reusable patterns in your own work. Use when you notice repeated tool sequences, recurring code patterns across attempts, or insights that should be captured as a packaged skill. Also use to benchmark and iterate on existing skills.

935 2d ago A 58 tokens original Apache-2.0

codex-autoresearch

15

TheGreenCedar/codex-autoresearch

Skill Claude CodeCodex

Triage improvement work and run or resume accepted measured loops in a local project. Architecture, documentation, UX, product study, open research, taste, and one-shot fixes stay direct unless the user explicitly requests repeated measurement with a complete experiment contract.

836 3d ago A 55 tokens original Apache-2.0

claudini

16

romovpa/claudini

Skill Claude CodeCodex

Run one iteration of the autoresearch loop — study existing attack methods, design a better optimizer, implement it, benchmark it, and commit. Meant to be called repeatedly via /loop.

241 3mo ago A 42 tokens original Apache-2.0

alpha-evolve

17

gaasher/Agent-Loop-Skills

Skill Claude CodeCodex

Use when the user wants to evolve an ML model/program through population-based search rather than a single sequential refine loop — a generational evolution where parallel proposers each apply one small SEARCH/REPLACE diff to a parent, scored by a cascade-evaluated training run, and children are kept in a MAP-Elites…

161 +3 2mo ago A 159 tokens original MIT

gaasher/Agent-Loop-Skills

Skill Claude CodeCodex

Use when the user wants an autonomous ML research loop that explores the space broadly rather than hill-climbing one approach. A temperature scheduler replaces the usual hypothesis step: it forces several wild, diverse swings (full rewrites, different architectures/regimes) early, then enters an adaptive phase that…

161 +3 2mo ago A 159 tokens original MIT

ml-autoresearch

19

gaasher/Agent-Loop-Skills

Skill Claude CodeCodex

Use when the user wants an autonomous ML research loop that does more than blindly try changes. After every training run the agent analyses what actually happened inside the model — gradients, activations, embeddings, errors, data — and grounds the next change in that evidence. A on/off dial adds scientific-literature…

161 +3 2mo ago A 118 tokens original MIT

wanshuiyin/Anti-Autoresearch

Skill Claude CodeCodex

Transparent, itemized impressions of AI-generated WRITING STYLE — the repo's ONLY non-integrity track. Two passes: a deterministic defensive-hedge density screen (tools/checkaistyle.py, AIS-DEFENSIVE-HEDGE) plus a fresh cross-model GROSS-cases-only semantic pass over the 13 AIS- style tells (broken narrative arc, LLM…

148 +4 7d ago A 284 tokens original MIT

wanshuiyin/Anti-Autoresearch

Skill Claude CodeCodex

MEMO-ONLY prior-work overlap advisory: surfaces the two ADVISORY taxonomy signals neither a tool nor a model can decide from the paper alone — ADV-TRIVIAL-COMBINATION (standard A+B+C / 缝合 stapling) and ADV-DUPLICATE-PUBLICATION (repackaged / duplicate submission). The executor RETRIEVES candidate prior work (DBLP…

148 +4 7d ago A 284 tokens original MIT

anti-autoresearch

22

wanshuiyin/Anti-Autoresearch

Skill Claude CodeCodex

End-to-end substantive-integrity forensic sweep of a research paper (especially autoresearch / AI-Scientist-style output). Orchestrates the whole pipeline: ingest (arxiv-id | pdf | dir → working dir + pdftotext for L0) → /evidence-ledger (artifact manifest + observability level L0/L1/L2 + span-anchored claims.json) →…

148 +4 7d ago A 275 tokens original MIT

AI4Scientist/nano-scientist

Skill Claude CodeCodex

Autonomously improve a generated paper via GPT-5.4 xhigh review → implement fixes → recompile, for 2 rounds. Use when user says "改论文", "improve paper", "论文润色循环", "auto improve", or wants to iteratively polish a generated paper.

126 3mo ago A 67 tokens

citation-audit

24

AI4Scientist/nano-scientist

Skill Claude CodeCodex

Zero-context verification that every bibliographic entry in the paper is real, correctly attributed, and used in a context the cited paper actually supports. Uses a fresh cross-model reviewer with web/DBLP/arXiv lookup to catch hallucinated authors, wrong years, fabricated venues, version mismatches, and wrong-context…

126 3mo ago A 114 tokens