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.

Skills เพิ่มเติมจาก lllllllama

ai-research-explore
lllllllama
We need to translate the given English text into Thai. The instruction says: preserve product names, protocol names, URLs, numbers, and technical terms. The name "ai-research-explore" is not in the text, so we don't include it. Also, do not add labels like "description". Just translate the text inside <text>. The text is a description of a skill. We need to translate it accurately, keeping technical terms like "slug", "SOTA", "README", "explore_outputs/", etc. Also preserve "Rigor Explore" as a product name? It says "Rigor Explore compatible skill slug" - likely "Rigor Explore" is a product name, so keep as is. Also "current_research" is a variable or term, keep as is. "deep learning research candidates" - translate. "task family", "dataset", "benchmark", "evaluation method" - translate but keep as terms. "SOTA references" - keep SOTA. "candidate-only exploration" - translate. "auditable repo understanding
researchdata-analysisapi
analyze-project
lllllllama
ทักษะแบบอ่านอย่างเดียวสำหรับ Rigor Analyze / Rigor Audit สำหรับคลังวิจัยการเรียนรู้เชิงลึก ใช้เมื่อผู้ใช้ต้องการอ่านและทำความเข้าใจคลัง ตรวจสอบโครงสร้างโมเดลและจุดเริ่มต้นการฝึกหรือการอนุมาน ทบทวนการกำหนดค่าและจุดแทรก หรือระบุรูปแบบการใช้งานที่น่าสงสัยโดยไม่ต้องแก้ไขโค้ดหรือรันงานหนัก ห้ามใช้สำหรับการรันคำสั่งแบบแอคทีฟ การปรับโครงสร้างโค้ดในวงกว้าง การปรับโค้ดแบบคาดเดา หรือการแก้ไขบั๊กอัตโนมัติ
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
ทักษะ Rigor Run สำหรับการทำซ้ำ repository deep learning แบบ README-first ใช้เมื่อภารกิจคือการบันทึกหรือทำให้หลักฐานจาก smoke test ที่เลือก หรือคำสั่ง inference หรือ
developmenttestingcode-review
env-and-assets-bootstrap
lllllllama
ทักษะการตั้งค่า Rigor สำหรับการทำซ้ำ repo การเรียนรู้เชิงลึกที่ต้องอ่าน README ก่อน ใช้เมื่อภารกิจคือการเตรียมสภาพแวดล้อมแบบ conda-first ที่อนุรักษ์นิยม สมมติฐานเส้นทาง checkpoint และชุดข้อมูล คำแนะนำตำแหน่งแคช และบันทึกการตั้งค่าก่อนการรันใดๆ บน repo ที่มีเอกสาร README อย่าใช้สำหรับการสแกน repo การจัดระเบียบเต็มรูปแบบ การตีความบทความ การรายงานผลการรันสุดท้าย หรือการตั้งค่าสภาพแวดล้อมทั่วไปที่ไม่เกี่ยวข้องกับเป้าหมายการทำซ้ำเฉพาะ
developmentdevops
explore-run
lllllllama
We need to translate the given English text into Thai. The text describes a skill called "explore-run" (name to preserve). The instruction says to translate only the text inside <text>, and not include the name unless it appears in the source text. The name "explore-run" does appear in the source text? Actually, the source text starts with "Rigor Improve / Rigor Explore run leaf skill..." but the name to preserve is "explore-run". The source text includes "explore run" as part of the phrase. We need to preserve the name "explore-run" as is, but the instruction says "Do not include the name unless it appears in the source text." It does appear: "explore run" (without hyphen) but the name is "explore-run". We should keep the exact name as given: "explore-run". However, the source text has "explore run" (space). The instruction says "Name to preserve: explore-run". So we should treat "explore-run" as a proper name and keep it
researchdevelopmentdata-analysis
safe-debug
lllllllama
ทักษะ Rigor Debug / Rigor Audit สำหรับงานวิจัยการเรียนรู้เชิงลึก ใช้เมื่อผู้ใช้วาง traceback ข้อผิดพลาดในเทอร์มินัล CUDA OOM ความล้มเหลวในการโหลด checkpoint รูปร่างไม่ตรงกัน อาการ NaN loss หรือความล้มเหลวในการฝึก และต้องการการวินิจฉัยแบบอนุรักษ์นิยมก่อนการแก้ไขใดๆ โดยแยกการแก้ไขข้อบกพร่องออกจากส่วนสนับสนุนการวิจัยอย่างชัดเจน ห้ามใช้สำหรับการปรับโครงสร้างใหม่ในวงกว้าง การปรับเปลี่ยนเชิงคาดเดา การแก้ไขเชิงสำรวจอัตโนมัติ หรือการทำความคุ้นเคยกับ repository ทั่วไป
developmenttestingcode-review
paper-context-resolver
lllllllama
ตัวช่วยบริบทเอกสาร Rigor Paper สำหรับการทำซ้ำคลังข้อมูลการเรียนรู้เชิงลึกแบบ README-first ใช้เฉพาะเมื่อไฟล์ README และคลังข้อมูลมีช่องว่างที่สำคัญต่อการทำซ้ำ และภารกิจคือการแก้ไขรายละเอียดเฉพาะของเอกสาร เช่น การแบ่งชุดข้อมูล การประมวลผลล่วงหน้า โปรโตคอลการประเมิน การจับคู่จุดตรวจสอบ หรือสมมติฐานรันไทม์จากแหล่งเอกสารหลัก พร้อมบันทึกความขัดแย้ง ห้ามใช้สำหรับสรุปเอกสารทั่วไป การสแกนคลังข้อมูล การตั้งค่าสภาพแวดล้อม การดำเนินการคำสั่ง การค้นหาเอกสารเฉพาะชื่อ หรือ...
researchdocumentdata-analysis