ai-research-reproduction

作者: lllllllama

RigorPilot 重現模式協調器,用於 README 優先的深度學習儲存庫重現。當使用者需要端到端、最小可信流程時使用,該流程會先讀取儲存庫,選擇最小的文件化推論或評估目標,協調資料攝取、設定、可信執行、可選的可信訓練、可選的儲存庫分析,以及可選的論文差距解決,強制執行保守的修補規則,記錄證據、假設、偏差與人類決策點,...

npx skills add https://github.com/lllllllama/rigorpilot-skills --skill ai-research-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:

  1. documented inference
  2. documented evaluation
  3. documented training startup or partial verification
  4. 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

  1. Read the README and nearby repo signals.
  2. Use repo-intake-and-plan to extract documented commands and candidate targets.
  3. Select and justify the minimum trustworthy target.
  4. Use env-and-assets-bootstrap only for target-specific environment, checkpoint, dataset, and cache assumptions.
  5. Use analyze-project only when structure, insertion points, or suspicious implementation patterns need read-only clarification.
  6. Use minimal-run-and-audit for documented inference, evaluation, smoke, or sanity execution.
  7. Use run-train instead when the selected trusted target is training startup, short-run verification, full kickoff, or resume.
  8. 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.
  9. 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 in PATCHES.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
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.

  • 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.md when needed.
  • Put the researcher's at-a-glance view in ANNOTATED_README.md: the README replayed verbatim, each section annotated in color with what the agent did there, linked to the evidence files above.
  • Distinguish verified facts from inferred guesses.

Reference Loading

  • Load references/language-policy.md when writing human-readable outputs.
  • Load ../../references/research-rigor-principles.md before making comparability, contribution, or research-result claims.
  • Load ../../references/deep-learning-experiment-principles.md when dataset, split, metric, checkpoint, training, or evaluation details matter.
  • Consult ~/.rigorpilot/PERSONAL_RIGOR.md if present, under ../../references/continuous-learning-policy.md (advisory only; core wins).
  • Failed and later-resolved runs are auto-recorded as lessons via shared/scripts/lessons_store.py (RIGORPILOT_LESSONS=0 disables).
  • Load references/research-safety-principles.md before protocol-sensitive decisions.
  • Load references/patch-policy.md before modifying repository files.
  • Keep specialized logic in sub-skills, scripts, templates, or references rather than expanding this entrypoint.

來自 lllllllama 的更多技能

ai-research-explore
lllllllama
We need to translate the given English text into Traditional Chinese. The text describes a skill for an agent, related to deep learning research exploration. We must preserve the name "ai-research-explore" if it appears, but it does not appear in the provided text. The text includes technical terms like "Rigor Explore", "skill slug", "SOTA", "current_research", "explore_outputs/", etc. We should keep those as is or translate appropriately? The instruction says "Preserve product names, protocol names, URLs, numbers, and technical terms." So technical terms like "Rigor Explore", "skill slug", "SOTA", "current_research", "explore_outputs/" should be preserved as they are. Also "README-first" might be a term. We need to translate the rest into Traditional Chinese. Let's break down the text: "Rigor Explore compatible skill slug for meaningful and potentially novel deep learning research candidates. Use when the researcher has chosen the task family, dataset, benchmark, evaluation method, provided SOTA references, and wants
researchdata-analysisapi
analyze-project
lllllllama
針對深度學習研究儲存庫的嚴謹分析與稽核唯讀技能。當使用者希望閱讀並理解儲存庫、檢查模型結構與訓練或推論入口點、審查配置與插入點,或標記可疑的實作模式,且不修改程式碼或執行大量作業時使用。不適用於主動指令執行、大規模重構、推測性程式碼調整或自動錯誤修正。
developmentcode-reviewresearch
explore-code
lllllllama
We need to translate the given text from English to Traditional Chinese. The text is a description of an agent skill named "explore-code". The instruction says to preserve the name "explore-code" if it appears in the source text. It does appear in the source text: "explore_outputs/" and "explore-code" is the name but not directly in the text? Actually the name is "explore-code" but the text mentions "explore_outputs/". The instruction says "Do not include the name unless it appears in the source text." The name "explore-code" does not appear in the source text; only "explore_outputs/" appears. So we should not add "explore-code" anywhere. We just translate the text inside <text>. Also preserve technical terms like LoRA, adapter layers, etc. No extra commentary. Let's translate carefully. Original: "Rigor Improve implementation leaf skill for auditable candidate implementation in deep learning research repositories. Use when the researcher explicitly authorizes exploratory work on an isolated branch or worktree to transplant
developmentresearchcode-review
minimal-run-and-audit
lllllllama
We need to translate the given English text into Traditional Chinese. The instruction says: preserve product names, protocol names, URLs, numbers, and technical terms. Do not add claims, explanations, Markdown, bullets, links, labels, prefixes, or extra commentary. Also, do not include the name "minimal-run-and-audit" unless it appears in the source text. The source text does not include that name, so we just translate the text inside <text>. The text describes a skill for "Rigor Run" for deep learning repo reproduction. It specifies when to use and when not to use. We need to translate accurately, keeping technical terms like "README-first", "repro_outputs/", "patch notes", etc. Also "smoke test", "inference", "evaluation", "training execution", "initial repo intake", "generic environment setup", "paper lookup", "target selection", "hidden scientific-meaning changes", "end-to-end orchestration". We should use appropriate Traditional Chinese terms. Let's translate: "Rigor Run skill for READ
developmenttestingcode-review
env-and-assets-bootstrap
lllllllama
用於README優先的深度學習倉庫復現的Rigor Setup技能。當任務特別需要在README文檔化的倉庫上進行任何運行之前,準備保守的conda優先環境、檢查點和數據集路徑假設、緩存位置提示以及設置說明時使用。請勿用於倉庫掃描、完整編排、論文解讀、最終運行報告,或與特定復現目標無關的通用環境設置。
developmentdevops
explore-run
lllllllama
We need to translate the given text from English to Traditional Chinese. The text is a description of an agent skill named "explore-run". The instruction says to preserve the name "explore-run" if it appears in the source text. It appears in the text as "explore-run" in the first sentence? Actually the first sentence: "Rigor Improve / Rigor Explore run leaf skill for bounded exploratory evidence in deep learning research repositories." The name "explore-run" is not explicitly written as a separate word; it's part of "Rigor Explore run leaf skill". But the instruction says "Name to preserve: explore-run". So we need to preserve that exact string if it appears. It appears as "run" but not as "explore-run". However, the skill name is "explore-run" and it's referenced in the text as "Rigor Explore run leaf skill" which might be a concatenation. To be safe, we should preserve "explore-run" if it appears as a standalone term. It doesn't appear as "explore-run
researchdevelopmentdata-analysis
safe-debug
lllllllama
針對深度學習研究工作的嚴謹除錯/嚴謹審查技能。當使用者貼出追蹤回溯、終端錯誤、CUDA記憶體不足、檢查點載入失敗、形狀不匹配、NaN損失症狀或訓練失敗,並希望在進行任何修補前獲得保守診斷,且除錯修復與研究貢獻明確區分時使用。請勿用於大規模重構、推測性改編、自動探索性修補或一般性倉庫熟悉。
developmenttestingcode-review
paper-context-resolver
lllllllama
嚴謹論文上下文助手,用於以README為優先的深度學習儲存庫再現。僅在README與儲存庫檔案存在狹窄的再現關鍵缺口,且任務需從主要論文來源解析特定論文細節(如資料集分割、前處理、評估協議、檢查點映射或執行時期假設)並記錄衝突時使用。不適用於一般論文摘要、儲存庫掃描、環境設定、指令執行、僅標題論文查詢或...
researchdocumentdata-analysis