ai-research-reproduction

tarafından lllllllama

RigorPilot yeniden-üretim modu düzenleyicisi, önce README yaklaşımıyla derin öğrenme deposu yeniden üretimi için. Kullanıcının uçtan uca, minimum güvenilir bir akış istediği durumlarda kullanılır; bu akış önce depoyu okur, belgelenmiş en küçük çıkarım veya değerlendirme hedefini seçer, alım, kurulum, güvenilir yürütme, isteğe bağlı güvenilir eğitim, isteğe bağlı depo analizi ve isteğe bağlı makale-boşluk çözümlemesini koordine eder, muhafazakar yama kurallarını uygular, kanıt varsayımları sapmaları ve insan karar noktalarını kayded

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 tarafından daha fazla skill

ai-research-explore
lllllllama
We need to translate the given English text into Turkish, preserving the name 'ai-research-explore' if it appears. The text is a description of a skill. The instruction says: "Translate only the text inside <text>. Do not include the name unless it appears in the source text." The name 'ai-research-explore' does not appear in the source text. So we just translate the description. Also, preserve technical terms like 'slug', 'SOTA', 'README', etc. But 'slug' might be kept as is or translated? The instruction says "Preserve product names, protocol names, URLs, numbers, and technical terms." 'Slug' is a technical term, so keep it. 'SOTA' is an acronym, keep it. 'README' is a term, keep it. 'explore_outputs/' is a path, keep it. Also 'current_research' is a variable-like term, keep it. The translation should be natural Turkish. Let me translate: "Rigor Explore uyumlu beceri slug'ı
researchdata-analysisapi
analyze-project
lllllllama
Rigor Analyze / Rigor Audit salt okuma becerisi, derin öğrenme araştırma depoları için tasarlanmıştır. Kullanıcı bir depoyu okuyup anlamak, model yapısını ve eğitim veya çıkarım giriş noktalarını incelemek, yapılandırmaları ve ekleme noktalarını gözden geçirmek veya kodda değişiklik yapmadan ya da ağır işler çalıştırmadan şüpheli uygulama kalıplarını işaretlemek istediğinde kullanılır. Aktif komut yürütme, geniş kapsamlı yeniden düzenleme, spekülatif kod uyarlama veya otomatik hata düzeltme için kullanılmaz.
developmentcode-reviewresearch
explore-code
lllllllama
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 modules, adapt a backbone, add LoRA or adapter layers, replace a head, or stitch together meaningful low-risk migration ideas with rollback-aware records in `explore_outputs/`. Do not use for end-to-end exploration orchestration on top of `current_research`, trusted...
developmentresearchcode-review
minimal-run-and-audit
lllllllama
We need to translate the given English text into Turkish, preserving the name "minimal-run-and-audit" as instructed. The text describes a skill for a directory item. We must not include the name unless it appears in the source text. The source text does not include the name "minimal-run-and-audit" in the provided <text> block. So we only translate the description. We must preserve product names, protocol names, URLs, numbers, technical terms. The text has terms like "Rigor Run skill", "README-first deep learning repo reproduction", "smoke test", "inference", "evaluation", "repro_outputs/", "patch notes", etc. We should keep these as is or translate if they are common technical terms? The instruction says preserve technical terms, so likely keep them in English. But "Rigor Run skill" might be a product name? It says "Rigor Run skill" - probably a skill name, so preserve. "README-first" is a term, preserve. "deep learning" is technical, preserve
developmenttestingcode-review
env-and-assets-bootstrap
lllllllama
Rigor Setup beceri, README-ilk derin öğrenme deposu yeniden üretimi için. Yalnızca görev, README belgeli bir depoda herhangi bir çalıştırmadan önce muhafazakar bir conda-ilk ortam, kontrol noktası ve veri kümesi yolu varsayımları, önbellek konumu ipuçları ve kurulum notları hazırlamak olduğunda kullanılır. Depo taraması, tam orkestrasyon, makale yorumlama, son çalıştırma raporlaması veya belirli bir yeniden üretim hedefine bağlı olmayan genel ortam kurulumu için kullanmayın.
developmentdevops
explore-run
lllllllama
We need to translate the given text from English to Turkish, preserving the name "explore-run" if it appears. The text is a description of an agent skill. The instruction says: "Translate only the text inside <text>. Do not include the name unless it appears in the source text." The name "explore-run" appears in the source text as part of the skill name? Actually the source text starts with "Rigor Improve / Rigor Explore run leaf skill..." The name to preserve is "explore-run". In the source, it appears as "explore-run" in the phrase "explore-run leaf skill"? Wait, the source says: "Rigor Improve / Rigor Explore run leaf skill" - that might be "Rigor Improve / Rigor Explore run leaf skill" but the name to preserve is "explore-run". Possibly the skill name is "explore-run" and it appears as "explore-run" in the text? Let's read carefully: "Rigor Improve / Rigor Explore run leaf skill" - there is no hyphen.
researchdevelopmentdata-analysis
safe-debug
lllllllama
Derin öğrenme araştırma çalışmaları için Rigor Debug / Rigor Audit becerisi. Kullanıcı bir traceback, terminal hatası, CUDA OOM, checkpoint yükleme hatası, şekil uyuşmazlığı, NaN kaybı belirtisi veya eğitim hatası yapıştırdığında ve herhangi bir yama öncesinde muhafazakar teşhis istediğinde, hata düzeltmeleri araştırma katkılarından açıkça ayrılmış şekilde kullanılır. Geniş kapsamlı yeniden düzenleme, spekülatif uyarlama, otomatik keşif amaçlı yama veya genel depo tanıma için kullanılmaz.
developmenttestingcode-review
paper-context-resolver
lllllllama
Rigor Paper Context yardımcısı, README-ilk derin öğrenme deposu tekrar üretimi için. Yalnızca README ve depo dosyalarının dar bir tekrar üretim kritik boşluk bıraktığı ve görevin, birincil makale kaynaklarından veri kümesi bölme, ön işleme, değerlendirme protokolü, kontrol noktası eşleme veya çalışma zamanı varsayımı gibi belirli bir makale ayrıntısını çözmek ve çakışmaları kaydetmek olduğu durumlarda kullanın. Genel makale özeti, depo taraması, ortam kurulumu, komut yürütme, yalnızca başlık makale araması veya... için kullanmayın.
researchdocumentdata-analysis