com um clique
archive-experiments
Retire legacy experiment scripts behind a dated archive tag.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Retire legacy experiment scripts behind a dated archive tag.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
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.
Modify or upstream a Grug/Grugformer experiment variant.
Run a perf gate on a PR that touches lib/zephyr internals.
Curate the experiment report index at docs/reports/index.md.
Triage a failed canary ferry run (CI-invoked).
Refresh Marin TPU-vLLM forks from a tpu-inference release/LKG pair, update exact SHA pins, run TPU smokes, and open the Marin PR.
| 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.