بنقرة واحدة
archive-experiments
Retire legacy experiment scripts behind a dated archive tag.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Retire legacy experiment scripts behind a dated archive tag.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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.
| name | archive-experiments |
| description | Retire legacy experiment scripts behind a dated archive tag. |
Retire old experiment scripts without losing their history: put the code behind a dated archive tag and leave a canonical comment on the originating GitHub issues so future readers can find the last snapshot.
marin with push access to origin.gh CLI installed and authenticated for marin-community/marin.experiments/.main after the cleanup). Record it with git rev-parse HEAD.archive/YYYYMMDD.TAG=archive/20251114
git tag "${TAG}" <commit-sha>
git push origin "${TAG}"
exp_cleaning/YYYYMMDD) described the same snapshot, delete it locally and remotely so only the archive/ tag remains.PR_NUM); if nobody has provided one yet, ping the human operator for it before continuing.https://github.com/marin-community/marin/tree/${TAG}/experiments/<filename>.This experiment has been archived to reduce clutter and preserve velocity (see PR #<PR_NUM>). It is last available in the `archive/YYYYMMDD` tag at <URL>. Please open an issue if you need help unarchiving it.
gh issue comment:
ISSUE=102
FILE=exp102_classifier_ablations.py
PR_NUM=1999
URL="https://github.com/marin-community/marin/tree/${TAG}/experiments/${FILE}"
gh issue comment "${ISSUE}" \
--body "This experiment has been archived to reduce clutter and preserve velocity (see PR #${PR_NUM}). It is last available in the \`${TAG}\` tag at ${URL}. Please open an issue if you need help unarchiving it."
archive/ tag name in both inline code and URLs.git ls-remote --tags origin | rg "${TAG}$" to ensure the tag is published.gh issue view <issue> --comments | rg "archived to reduce clutter" to confirm each issue carries the canonical message..agents/skills/organize-experiments/ for related curation workflows.