ai-research-reproduction

ai-research-reproduction is a skill for Codex from sutchan/Agent-Skills-Hub. It costs 136 tokens per session (1,497 once invoked), scanned A, a copy of ai-research-reproduction, MIT.

A workflow for reproducing results from deep-learning code repositories by following their README, environment, data, weights, and documented commands.

In plain words
What is it for?
Use it to set up experiments, verify training or evaluation runs, investigate mismatches, and report what was reproduced.
Why use it?
It helps distinguish a faithful reproduction from a run that only works after undocumented changes, while recording evidence and differences.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to set up experiments, verify training or evaluation runs, investigate mismatches, and report what was reproduced.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sutchan/agent-skills-hub/ai-research-reproduction
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add sutchan/Agent-Skills-Hub --skill ai-research-reproduction
Clone the repo
git clone --depth 1 https://github.com/sutchan/Agent-Skills-Hub

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ai-research-reproduction

README.md
[![agentmods](https://agentmods.dev/badge/skills/sutchan/agent-skills-hub/ai-research-reproduction/github.svg)](https://agentmods.dev/skills/sutchan/agent-skills-hub/ai-research-reproduction)
Your own site
<a href="https://agentmods.dev/skills/sutchan/agent-skills-hub/ai-research-reproduction"><img src="https://agentmods.dev/badge/skills/sutchan/agent-skills-hub/ai-research-reproduction/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ai-research-reproduction

Your own site · 80×15
<a href="https://agentmods.dev/skills/sutchan/agent-skills-hub/ai-research-reproduction"><img src="https://agentmods.dev/badge/skills/sutchan/agent-skills-hub/ai-research-reproduction.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 136 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,497 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 97% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00136 $0.01497
Opus 5 $0.00068 $0.00749
Sonnet 5 $0.00027 $0.00299
Haiku 4.5 $0.00014 $0.00150

Measured 2d ago against content hash 7cc128f04cc0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

ai-research-reproduction scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

The scan reads SKILL.md. This mod also ships 11 executable files (_bundled/shared/scripts/agent_provider.py, _bundled/shared/scripts/command_utils.py, _bundled/shared/scripts/lessons_store.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

97% identical to ai-research-reproduction — 2 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/ai-research-reproduction/SKILL.md · 131 lines

How it starts

The opening of the file, as written. The whole thing — 131 lines — stays where its author put it; the contents beside it link to each section on GitHub.

ai-research-reproduction

Purpose

Guide README-first deep learning reproduction toward a minimal trustworthy run with auditable evidence. Reproduction is not "make it run by changing anything"; faithfully read the README, environment, weights, datasets, and documented commands, then record results and deviations. Start with references/agent-operating-principles.md; load references/research-rigor-principles.md and references/deep-learning-experiment-principles.md when scientific meaning or experiment details are at stake.

The deterministic entrypoint is scripts/orchestrate_repro.py. It includes a self-contained _bundled/ runtime, so this skill works when installed alone; separately installed companion skills remain optional reusable entrypoints. Executed commands persist lifecycle state, append-only events, and full streamed stdout/stderr under repro_outputs/_runtime/<run_id>/. A CANCEL file in the active run directory requests process-tree cancellation. For recovery, queues or model gates, read references/runtime-and-model-adapter.md; for the optional model/tool loop, read references/agent-runner.md and use scripts/run_agent.py.

Fit

Use this skill when all are true:

  • The target is an AI code repository with a README, scripts, configs, or documented commands.
  • The request spans multiple trusted phases such as intake, setup, execution, training verification, analysis, paper-gap resolution, and reporting.
  • The desired result is a small reproducible target, not broad experimentation.

Do not use this skill for paper summaries, generic environment setup, isolated repo scanning, standalone command execution, open-ended research design, or explicit candidate-only exploration.

Trusted Target Selection

Choose the smallest target that can honestly demonstrate repository-grounded reproduction:

  1. documented inference
  2. documented evaluation
  3. documented training startup or partial verification
  4. full training only after explicit user confirmation

Read the full file on GitHub · 131 lines

Files

What ships with it

32 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago Changed · -4 lines · +78 tokens per session 7cc128f04cc0
  2. 12d ago First seen · 135 lines · 58 tokens per session scan A 52d9ec63c1b1

Subscribe to this mod's changes

ai-research-reproduction is a skill published in the GitHub repository sutchan/Agent-Skills-Hub (2 stars, last pushed yesterday), licensed MIT. It adds 136 tokens to every session and 1,497 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. It is 97% identical to ai-research-reproduction, differing in 2 lines, and is treated as a copy.

Related

Other skills, from other repositories

using-opentikz

Use when a user wants a TikZ figure for a paper — an icon, an editable architecture/pipeline/flow template, or an example — and wants you to find, edit, and verify it. The single repo-wide skill for working with the OpenTikZ library.

opentikz/opentikz · 61 tokens

rowan

Cloud-based quantum chemistry platform with Python API. Preferred for computational chemistry workflows including pKa prediction, geometry optimization, conformer searching, molecular property calculations, protein-ligand docking (AutoDock Vina), and AI protein cofolding (Chai-1, Boltz-1/2). Use when tasks involve…

synthetic-sciences/openscience · 115 tokens

skill-index-updater

Add GitHub skill repos to the ASM index: clone, audit, eval, regenerate index, rebuild catalog, open PR. Use when given GitHub URLs to onboard. Don't use for authoring (skill-creator), improving (skill-auto-improver), or install (asm install).

luongnv89/asm · 63 tokens

iterate-from-user

Source the next ML experiment proposal from the user via one of three entry points selected by AskUserQuestion: (a) a scientific article URL the agent must read and synthesize, (b) a resource link or path (GitHub issue / spec file / reference repo), or (c) free-text the user types directly. In every branch, the agent…

probabl-ai/skills · 401 tokens

file-upload-media-expert

Expert guide for file uploads (S3, R2, Supabase Storage), presigned URLs, image/video processing, CDN optimization, and media pipeline architecture / Panduan ahli untuk upload file (S3, R2, Supabase Storage), presigned URL, pemrosesan gambar/video, optimasi CDN, dan arsitektur pipeline media.

roedyrustam/vibes-plug · 76 tokens

typescript-expert

Expert guide for TypeScript 5.8+ advanced type system, strict mode, generics, utility types, branded types, inferred type predicates, isolated declarations, and type-safe architectural patterns / Panduan ahli untuk sistem tipe TypeScript 5.8+, mode strict, generics, utility types, branded types, inferred type…

roedyrustam/vibes-plug · 83 tokens