Skip to main content
Repositório GitHub

marin-dna

marin-dna contém 3 skills coletadas de Open-Athena, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
3
Stars
5
atualizado
2026-07-07
Forks
0
Cobertura ocupacional
3 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

marin-experiment
Cientistas de dados

Set up and launch a marin-launched DNA training experiment on the shared iris cluster. Each experiment is a self-contained directory with its OWN pyproject (marin packages in BASE deps, local lib as a git dep) — the pattern that makes iris/zephyr workers resolve the runtime. Use when creating a new exp<N>, launching training on the marin/iris cluster, packaging an experiment for marin, or debugging launch failures like "No module named 'zephyr'", "marin-iris client is too old", or a TPU job that won't start. NOT for snakemake pipelines (each snakemake/<pipeline>/ has its own README) or one-off analysis scripts (those go in scripts/).

2026-07-07
agent-research
Desenvolvedores de software

Long-running, iterative investigation tracked in its own GitHub issue — the issue body is the living results doc, comments are the append-only iteration log, and every code reference is a commit-pinned permalink. Use when the user asks to investigate a question over multiple sessions and track the work in a dedicated issue. Common triggers include "let's investigate X and track it in an issue", "open an issue for this and we'll iterate", "dig into Y across sessions", "why is Z slow — track it", "explore this dataset and log findings as we go". Do NOT use for: running a pipeline by itself (even a snakemake/analysis run), single-session debugging or fixes, one-off questions, or regular feature PRs.

2026-07-02
gh-upload-asset
Administradores de redes e sistemas de computador

Upload a local file (screenshot, plot, data file) to a user-owned GitHub gist and get back a stable raw URL that renders inline in PR/issue comments and markdown documents. Use whenever you need to share an image or artifact in a GitHub comment, an analysis issue, a README, or any markdown doc and the file is NOT already committed to a repo. Common triggers include "attach this plot to the PR", "include the screenshot in the issue", "embed this figure in the analysis", or "I need a link for this image".

2026-04-17