Install
openclaw skills install skills-sh:lllllllama/rigorpilot-skills/ai-research-reproductionai-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…
openclaw skills install skills-sh:lllllllama/rigorpilot-skills/ai-research-reproductionUse 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.
Use this skill when all are true:
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.
Choose the smallest target that can honestly demonstrate repository-grounded reproduction:
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.
repo-intake-and-plan to extract documented commands and candidate
targets.env-and-assets-bootstrap only for target-specific environment,
checkpoint, dataset, and cache assumptions.analyze-project only when structure, insertion points, or suspicious
implementation patterns need read-only clarification.minimal-run-and-audit for documented inference, evaluation, smoke, or
sanity execution.run-train instead when the selected trusted target is training startup,
short-run verification, full kickoff, or resume.Prefer no repository edits. If edits are needed, keep them conservative and auditable:
repro/YYYY-MM-DD-short-task, keep verified patch commits sparse, and record
README-fidelity impact in PATCHES.md.See references/patch-policy.md.
Always target repro_outputs/:
SUMMARY.md
COMMANDS.md
LOG.md
SCIENTIFIC_CHANGELOG.md
COMPARABILITY_REPORT.md
status.json
ANNOTATED_README.md # original README + colored per-section agent-action annotations
PATCHES.md # only if patches were applied
Use the templates under assets/ and the field rules in references/output-spec.md.
SUMMARY.md.COMMANDS.md.LOG.md.SCIENTIFIC_CHANGELOG.md.COMPARABILITY_REPORT.md.status.json.PATCHES.md when needed.ANNOTATED_README.md: the README replayed verbatim, each section annotated in color with what the agent did there, linked to the evidence files above.references/language-policy.md when writing human-readable outputs.../../references/research-rigor-principles.md before making comparability, contribution, or research-result claims.../../references/deep-learning-experiment-principles.md when dataset, split, metric, checkpoint, training, or evaluation details matter.~/.rigorpilot/PERSONAL_RIGOR.md if present, under ../../references/continuous-learning-policy.md (advisory only; core wins).shared/scripts/lessons_store.py (RIGORPILOT_LESSONS=0 disables).references/research-safety-principles.md before protocol-sensitive
decisions.references/patch-policy.md before modifying repository files.3ab505258a8b