ai-research-reproduction
lllllllama/rigorpilot-skills
README-first deep learning repository reproduction with auditable evidence and standardized outputs.
What is ai-research-reproduction?
This skill guides faithful reproduction of AI research repositories by reading documentation first, selecting minimal trustworthy targets (inference, evaluation, or training), and recording all deviations, assumptions, and decisions. Use it when you need end-to-end reproducible runs with scientific rigor and comparability tracking.
- Reads README and repository signals to identify reproduction intent
- Selects smallest trustworthy target (documented inference, evaluation, or training)
- Coordinates environment setup, asset bootstrap, and target-specific configuration
- Executes with audit trails recording evidence, assumptions, deviations, and human decisions
- Applies conservative, auditable patches only when necessary for reproduction fidelity
- Generates standardized `repro_outputs/` bundle with SUMMARY, COMMANDS, LOG, scientific changelog, and comparability report
How to install ai-research-reproduction
npx skills add https://github.com/lllllllama/rigorpilot-skills --skill ai-research-reproduction- Target AI code repository with README and documented commands or scripts
- Access to repository files and any required datasets or checkpoints
- User confirmation before attempting full training runs
How to use ai-research-reproduction
- 1.Read the repository README and identify reproduction intent
- 2.Use repo-intake-and-plan to extract documented commands and candidate targets
- 3.Select the smallest trustworthy target (prefer inference or evaluation over training)
- 4.Use env-and-assets-bootstrap to set up target-specific environment and assets
- 5.Execute the target using minimal-run-and-audit or run-train as appropriate
- 6.Review deviations and pause for human approval before scientific-meaning changes
- 7.Write standardized outputs to repro_outputs/ with SUMMARY, COMMANDS, LOG, and comparability report
Use cases
- Reproduce a paper's documented inference pipeline from a GitHub repository
- Verify evaluation metrics match README specifications before attempting training
- Audit environment and dataset assumptions in a deep learning project
- Document and justify any necessary patches to make a repository reproducible
- Create auditable evidence of what changed, why, and whether it affects scientific comparability
- Researchers verifying published results
- Engineers reproducing baselines for comparison
- Teams enforcing reproducibility standards
- Anyone needing auditable, non-invasive repository reproduction
ai-research-reproduction FAQ
Use this skill when you need end-to-end, auditable repository reproduction with evidence of what ran, what changed, and whether results are comparable to the paper. Use generic setup only for isolated environment tasks.
In order of preference: documented inference, documented evaluation, documented training startup or partial verification, full training only after explicit user confirmation.
Yes, but only conservatively and with full transparency. Prefer command-line arguments, environment variables, or dependency fixes first. Any code changes must be documented in PATCHES.md with scientific impact assessment.
Record the conflict and use the README as the primary reproduction intent. Use paper-context-resolver only for narrow, reproduction-critical gaps.
SUMMARY.md, COMMANDS.md, LOG.md, SCIENTIFIC_CHANGELOG.md, COMPARABILITY_REPORT.md, status.json, and PATCHES.md (if patches were applied).
Full instructions (SKILL.md)
Source of truth, from lllllllama/rigorpilot-skills.
name: ai-research-reproduction
description: Rigor Reproduce compatible skill slug for README-first deep learning repository reproduction. Use when the user wants an end-to-end, minimal-trustworthy flow that reads the repository first, selects the smallest documented inference or evaluation target, coordinates intake, setup, trusted execution, optional trusted training, optional repository analysis, and optional paper-gap resolution, enforces conservative patch rules, records evidence assumptions deviations and human decision points, and writes the standardized repro_outputs/ bundle. Do not use for paper summary, generic environment setup, isolated repo scanning, standalone command execution, silent protocol changes, score chasing, or broad research assistance outside repository-grounded reproduction.
ai-research-reproduction
Purpose
Use this as the Rigor Reproduce compatible skill slug for README-first deep
learning repository reproduction. The installed slug remains
ai-research-reproduction for compatibility. The skill guides the agent toward
a minimal trustworthy run with auditable evidence; it should not micromanage
implementation details that the model can infer from the repository.
Reproduction is not "make it run by changing anything"; it means faithfully
reading the README, environment, weights, datasets, and documented commands,
then recording results and deviations.
Start from the shared operating principles in
../../references/agent-operating-principles.md, then load
../../references/research-rigor-principles.md and
../../references/deep-learning-experiment-principles.md when scientific
meaning, comparability, or experiment details are at stake.
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:
- documented inference
- documented evaluation
- documented training startup or partial verification
- full training only after explicit user confirmation
Treat README guidance as the primary reproduction intent. Use repository files
to clarify the README, not to silently replace it. When the README and paper
conflict, record the conflict and use paper-context-resolver only for the
narrow reproduction-critical gap.
Workflow
- Read the README and nearby repo signals.
- Use
repo-intake-and-planto extract documented commands and candidate targets. - Select and justify the minimum trustworthy target.
- Use
env-and-assets-bootstraponly for target-specific environment, checkpoint, dataset, and cache assumptions. - Use
analyze-projectonly when structure, insertion points, or suspicious implementation patterns need read-only clarification. - Use
minimal-run-and-auditfor documented inference, evaluation, smoke, or sanity execution. - Use
run-traininstead when the selected trusted target is training startup, short-run verification, full kickoff, or resume. - Pause for human review before fuller training claims or any change that could alter dataset, split, checkpoint, preprocessing, metric, loss, model semantics, or result interpretation.
- Write the standardized outputs and give a concise final note in the user's language when practical.
Patch Boundary
Prefer no repository edits. If edits are needed, keep them conservative and auditable:
- Try command-line arguments, environment variables, path fixes, dependency version fixes, or dependency-file fixes before code changes.
- Reproduction fixes are allowed when needed, but they must not be hidden. State what changed, why it was necessary, whether it changes scientific meaning, and whether it affects comparability with the paper, README, or baseline.
- Avoid changing model architecture, core inference semantics, training logic, loss functions, or experiment meaning.
- If repository files must change, create a branch named
repro/YYYY-MM-DD-short-task, keep verified patch commits sparse, and record README-fidelity impact inPATCHES.md.
See references/patch-policy.md.
Outputs
Always target repro_outputs/:
SUMMARY.md
COMMANDS.md
LOG.md
SCIENTIFIC_CHANGELOG.md
COMPARABILITY_REPORT.md
status.json
PATCHES.md # only if patches were applied
Use the templates under assets/ and the field rules in
references/output-spec.md.
- Put the shortest high-value summary in
SUMMARY.md. - Put copyable commands in
COMMANDS.md. - Put process evidence, assumptions, failures, and decisions in
LOG.md. - Put scientific meaning and change effects in
SCIENTIFIC_CHANGELOG.md. - Put comparison anchors and protocol deviations in
COMPARABILITY_REPORT.md. - Put durable machine-readable state in
status.json. - Put branch, commit, validation, and README-fidelity impact in
PATCHES.mdwhen needed. - Distinguish verified facts from inferred guesses.
Reference Loading
- Load
references/language-policy.mdwhen writing human-readable outputs. - Load
../../references/research-rigor-principles.mdbefore making comparability, contribution, or research-result claims. - Load
../../references/deep-learning-experiment-principles.mdwhen dataset, split, metric, checkpoint, training, or evaluation details matter. - Load
references/research-safety-principles.mdbefore protocol-sensitive decisions. - Load
references/patch-policy.mdbefore modifying repository files. - Keep specialized logic in sub-skills, scripts, templates, or references rather than expanding this entrypoint.
Related skills
More from lllllllama/rigorpilot-skills and the wider catalog.
analyze-project
Read-only analysis of deep learning repositories to understand structure, configs, and suspicious patterns.
ai-research-explore
Auditable deep learning research exploration with idea gating, fair comparison, and governed experiments.
explore-code
Auditable exploratory code modifications for deep learning research on isolated branches with rollback tracking.
paper-context-resolver
Resolve reproduction-critical paper details when README and repo files leave gaps.
safe-debug
Conservative diagnosis and minimal patching for deep learning training failures without automatic code mutation.
run-train
Execute and document deep learning training runs with reproducibility and status tracking.