一键导入
run-research
Multi-session research workflow: compose logbooks, experiment issues, documentation updates, and snapshot discipline for long-running investigations.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Multi-session research workflow: compose logbooks, experiment issues, documentation updates, and snapshot discipline for long-running investigations.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Diagnose and safely recover stuck terminating Kubernetes pods on Marin CoreWeave clusters, especially node-bound GPU pods. Use for deletion hangs, suspected uninterruptible GPU/NCCL waits, node cordoning or reboot decisions, and force-deletion requests.
Refresh Marin TPU-vLLM forks from a tpu-inference release/LKG pair, update exact SHA pins, run TPU smokes, and open the Marin PR.
Lint, run the pre-PR checks, commit, push, and author or update the branch's pull request in the required plain-text format. Use when committing, pushing, or creating/updating a PR.
Launch, monitor, and seal Marin canary and daily ferry runs.
Multi-agent correctness review of a pull request.
File a GitHub issue for a bug or improvement found this session.
基于 SOC 职业分类
| name | run-research |
| description | Multi-session research workflow: compose logbooks, experiment issues, documentation updates, and snapshot discipline for long-running investigations. |
Use this for long-running research where an agent iterates on benchmarks,
experiments, and hypotheses over multiple sessions. Domain skills such as
add-pallas-kernel may add constraints.
Long-lived work should leave a durable record: a logbook, coordinating issue updates, and enough commands/config to reproduce results. Do not publish secrets or private work the user asks to hold back.
.agents/skills/background-research/SKILL.md for prior-work foraging,
source ledgers, contradiction passes, and ranked hypothesis candidates..agents/skills/task-logbook/SKILL.md for logbooks and issue updates..agents/skills/wandb-reporting/SKILL.md for W&B project selection, run
naming, report links, and artifact hygiene..agents/skills/task-snapshot/SKILL.md for commit/tag snapshots and stable
artifact links..agents/skills/update-docs/SKILL.md for updating durable docs, runbooks,
reports, or skill guidance when research changes behavior or practice.Layer domain skills on top for task-specific constraints.
experiment and agent-generated labels..agents/logbooks/<topic>.md.research/<topic> or
research/<user>/<issue>-<topic>, with the logbook, research code, configs,
small artifacts, and test harnesses needed to reproduce results.Use the term logbook consistently. Follow .agents/skills/task-logbook for
formatting and issue-update rules.
Use a research branch for the logbook, one-off scripts, harnesses, and small artifacts. Extract a clean production branch only when the final code/docs shape is clear.
research/<topic> or research/<user>/<issue>-<topic>.file-issue unless scope or visibility needs
human confirmation. If the user provides one, use it.MOE-HC-001, and
use IDs like MOE-HC-001 in logbook entries, run names, and issue comments.Every cycle should leave the durable record better than it found it.
Use background-research at the beginning, after a significant change of
direction, or whenever you hit a wall. Assume medium or low effort unless
the decision is expensive.
Use the background-research output to update the logbook's hypothesis queue:
add new candidates, revise weak ones, mark known dead ends, and promote
well-supported ideas into the next experiment matrix. Let background-research
and task-logbook decide what belongs in the issue versus the logbook.
For research-branch dev work, optimize for learning speed while preserving
operational security and cost controls. Ad-hoc scripts, temporary config knobs,
and copy/paste are acceptable there. Production-facing code keeps the usual
AGENTS.md quality bar.
For each non-trivial experiment:
babysit-job for long-lived runs.task-logbook for issue updates.Sealing should ordinarily only happen if the user requests it or the research has reached the defined goal.
task-logbook skill.update-docs when behavior, operational practice, reusable guidance, or
durable research findings changed.If the research produced useful production changes, extract them into a clean branch that can link to the logbook but does not include it. Follow standard Marin development practices on that branch.
Before closing the issue:
Conclusion..agents/skills/organize-experiments/.agents/skills/add-pallas-kernel/.agents/skills/task-logbook/.agents/skills/update-docs/