# yale-som-hpc

> Open-source publisher. Listings imported from github.com/yale-som-hpc — credited to the original author with their license.

- **Listings:** 23
- **Total installs:** 0
- **Profile:** https://agentstack.voostack.com/s/yale-som-hpc
- **Website:** https://github.com/yale-som-hpc

## Published listings

- [Overview](https://agentstack.voostack.com/l/skill-yale-som-hpc-claude-code-marketplace-overview) — Skill · Free · security-reviewed — `agentstack add skill-yale-som-hpc-claude-code-marketplace-overview`
  Mental model for the Yale SOM HPC cluster — login vs compute nodes, partitions, GPFS, Slurm, default safety rules. TRIGGER when the user is working on the Yale SOM HPC cluster and needs orientation, is deciding where work belongs on the cluster, or needs high-level HPC workflow guidance before reaching for a task-specific skill.
- [Using The Filesystem](https://agentstack.voostack.com/l/skill-yale-som-hpc-claude-code-marketplace-using-the-filesystem) — Skill · Free · security-reviewed — `agentstack add skill-yale-som-hpc-claude-code-marketplace-using-the-filesystem`
  Use GPFS on the Yale SOM HPC cluster (/gpfs/project, /gpfs/scratch60, compute-node /tmp) without metadata storms. TRIGGER when choosing storage locations on the Yale SOM HPC cluster, moving files to/from GPFS, using cluster scratch/tmp, handling many small files on the cluster, or diagnosing GPFS I/O bottlenecks.
- [Scraping At Scale](https://agentstack.voostack.com/l/skill-yale-som-hpc-claude-code-marketplace-scraping-at-scale) — Skill · Free · security-reviewed — `agentstack add skill-yale-som-hpc-claude-code-marketplace-scraping-at-scale`
  Build resumable, durable caches for high-volume web scraping/crawling on the Yale SOM HPC cluster — SQLite WAL catalogs, batched writers, single-archive body storage, and /local staging — without a GPFS metadata storm. TRIGGER when scraping or crawling many thousands of pages, building a resumable fetch catalog/cache, or storing large numbers of web artifacts on the cluster.
- [Code Review](https://agentstack.voostack.com/l/skill-yale-som-hpc-claude-code-marketplace-code-review) — Skill · Free · security-reviewed — `agentstack add skill-yale-som-hpc-claude-code-marketplace-code-review`
  Review code, diffs, or PRs for correctness, plus research/cluster pitfalls — hardcoded scratch paths, resource mismatch, GPFS tiny-file storms, package installs inside arrays. TRIGGER when reviewing code or a diff/PR, or before committing.
- [Programming And Coding](https://agentstack.voostack.com/l/skill-yale-som-hpc-claude-code-marketplace-programming-and-coding) — Skill · Free · security-reviewed — `agentstack add skill-yale-som-hpc-claude-code-marketplace-programming-and-coding`
  Cross-cutting research-coding principles. TRIGGER when writing or reviewing research code.
- [Coding In R](https://agentstack.voostack.com/l/skill-yale-som-hpc-claude-code-marketplace-coding-in-r) — Skill · Free · security-reviewed — `agentstack add skill-yale-som-hpc-claude-code-marketplace-coding-in-r`
  How to write R well — renv, tidyverse/data.table, project paths, style, scripts, seeds. TRIGGER when authoring or editing .R/.Rmd/.qmd files. For running R on the Yale SOM HPC cluster (Slurm, renv on /gpfs), use running-r instead.
- [Acquiring Data](https://agentstack.voostack.com/l/skill-yale-som-hpc-claude-code-marketplace-acquiring-data) — Skill · Free · security-reviewed — `agentstack add skill-yale-som-hpc-claude-code-marketplace-acquiring-data`
  Download, query, scrape, and call APIs from the Yale SOM HPC cluster without leaking credentials, repeating expensive requests, or getting the shared outbound IP blocked. TRIGGER when fetching datasets onto /gpfs, calling WRDS/REST APIs, scraping, caching downloads, or handling credentials on the cluster.
- [Using Gpus](https://agentstack.voostack.com/l/skill-yale-som-hpc-claude-code-marketplace-using-gpus) — Skill · Free · security-reviewed — `agentstack add skill-yale-som-hpc-claude-code-marketplace-using-gpus`
  Request GPUs on the Yale SOM HPC cluster only when code actively uses them, and diagnose idle allocations. TRIGGER when writing GPU sbatch scripts for the Yale SOM HPC cluster, running CUDA/PyTorch/JAX/TensorFlow/RAPIDS jobs there, or checking nvidia-smi inside a cluster GPU allocation.
- [Task Runner](https://agentstack.voostack.com/l/skill-yale-som-hpc-claude-code-marketplace-task-runner) — Skill · Free · security-reviewed — `agentstack add skill-yale-som-hpc-claude-code-marketplace-task-runner`
  Capture a project's commands as named, rerunnable recipes — via shell script, Makefile, or justfile — so analysis steps are reproducible and the agent can rerun them. TRIGGER when automating or documenting project commands, writing a justfile/Makefile/run script, or choosing among shell vs make vs just.
- [Using Git And Github](https://agentstack.voostack.com/l/skill-yale-som-hpc-claude-code-marketplace-using-git-and-github) — Skill · Free · security-reviewed — `agentstack add skill-yale-som-hpc-claude-code-marketplace-using-git-and-github`
  Git and GitHub for research work — commits, branches, what to track, big-file pushback, PRs; on the Yale SOM HPC cluster also module load git and SSH agent forwarding. TRIGGER when running git/gh, committing, deciding what to track or ignore, or opening PRs.
- [Installing Software](https://agentstack.voostack.com/l/skill-yale-som-hpc-claude-code-marketplace-installing-software) — Skill · Free — `agentstack add skill-yale-som-hpc-claude-code-marketplace-installing-software`
  Install software on the Yale SOM HPC cluster with Lmod modules, uv, static/musl binaries, and Apptainer — no sudo. TRIGGER when installing tools or packages on the Yale SOM HPC cluster, hitting GLIBC errors on cluster nodes, building from source on the cluster, or using Apptainer containers there.
- [Running R](https://agentstack.voostack.com/l/skill-yale-som-hpc-claude-code-marketplace-running-r) — Skill · Free · security-reviewed — `agentstack add skill-yale-som-hpc-claude-code-marketplace-running-r`
  Run R on the Yale SOM HPC cluster with Lmod modules, renv, batch scripts, and BLAS/OpenMP thread control. TRIGGER when writing R Slurm jobs on the Yale SOM HPC cluster, using renv on the cluster, installing R packages on the cluster, or running Rscript in batch mode there.
- [Staying Connected](https://agentstack.voostack.com/l/skill-yale-som-hpc-claude-code-marketplace-staying-connected) — Skill · Free · security-reviewed — `agentstack add skill-yale-som-hpc-claude-code-marketplace-staying-connected`
  Keep work alive across dropped SSH connections to the Yale SOM HPC cluster, and decide where Claude Code itself runs (login node vs. your laptop driving the cluster). TRIGGER when a cluster session dies on sleep/wifi drop, running Claude Code or a long agent against the cluster, keeping tmux/zmx sessions alive there, or a long-running shell losing its work on disconnect.
- [Managing Jobs](https://agentstack.voostack.com/l/skill-yale-som-hpc-claude-code-marketplace-managing-jobs) — Skill · Free · security-reviewed — `agentstack add skill-yale-som-hpc-claude-code-marketplace-managing-jobs`
  Submit, monitor, cancel, array, and chain Slurm jobs on the Yale SOM HPC cluster. TRIGGER when running, submitting, or scheduling any job or analysis on the cluster (even phrased plainly, e.g. "run my regression on the cluster"), writing sbatch scripts, choosing partitions/resources, or using job arrays, dependencies, or sacct/squeue/scancel.
- [Self Diagnosing Resource Use](https://agentstack.voostack.com/l/skill-yale-som-hpc-claude-code-marketplace-self-diagnosing-resource-use) — Skill · Free · security-reviewed — `agentstack add skill-yale-som-hpc-claude-code-marketplace-self-diagnosing-resource-use`
  Diagnose whether a Yale SOM HPC cluster Slurm job used its requested CPUs, memory, GPUs, and time wisely, then right-size the next request. TRIGGER when a Slurm job on the Yale SOM HPC cluster is slow, killed, pending, idle, over-requested, ran out of memory, or failed, or whenever a job just finished and should be checked for waste.
- [Running Python](https://agentstack.voostack.com/l/skill-yale-som-hpc-claude-code-marketplace-running-python) — Skill · Free · security-reviewed — `agentstack add skill-yale-som-hpc-claude-code-marketplace-running-python`
  Run Python on the Yale SOM HPC cluster with uv, Slurm, thread control, logging, and resumable outputs. TRIGGER when writing Python sbatch scripts for the Yale SOM HPC cluster, creating uv environments under /gpfs, or debugging Python Slurm jobs on the cluster.
- [Starting A New Project](https://agentstack.voostack.com/l/skill-yale-som-hpc-claude-code-marketplace-starting-a-new-project) — Skill · Free · security-reviewed — `agentstack add skill-yale-som-hpc-claude-code-marketplace-starting-a-new-project`
  Create a research project layout under /gpfs/project on the Yale SOM HPC cluster — reproducible, resumable, safe for shared use. TRIGGER when starting or reorganizing a project on the Yale SOM HPC cluster, choosing GPFS directories, or setting up cluster-side logs, lockfiles, and Slurm scripts.
- [Running Stata](https://agentstack.voostack.com/l/skill-yale-som-hpc-claude-code-marketplace-running-stata) — Skill · Free · security-reviewed — `agentstack add skill-yale-som-hpc-claude-code-marketplace-running-stata`
  Run Stata batch jobs on the Yale SOM HPC cluster with logs, scratch temp, CPU matching, and license courtesy. TRIGGER when writing Stata sbatch scripts for the Yale SOM HPC cluster, choosing Stata/MP cores there, or diagnosing Stata batch jobs/licenses on the cluster.
- [Parallel Python](https://agentstack.voostack.com/l/skill-yale-som-hpc-claude-code-marketplace-parallel-python) — Skill · Free · security-reviewed — `agentstack add skill-yale-som-hpc-claude-code-marketplace-parallel-python`
  Choose threads, processes, queues, and Slurm arrays for Python on the Yale SOM HPC cluster. TRIGGER when running multiprocessing/concurrent.futures/joblib/Dask/Ray on the cluster, writing Slurm array jobs there, or sizing workers to SLURM_CPUS_PER_TASK.
- [Connecting Securely](https://agentstack.voostack.com/l/skill-yale-som-hpc-claude-code-marketplace-connecting-securely) — Skill · Free · security-reviewed — `agentstack add skill-yale-som-hpc-claude-code-marketplace-connecting-securely`
  Connect to the Yale SOM HPC cluster (hpc.som.yale.edu) over SSH with keys, agents, jump hosts, and tunnels — no copied private keys. TRIGGER when SSHing to the Yale SOM HPC cluster, setting up VS Code/Jupyter tunnels to a cluster compute node, forwarding ports through the cluster login node, or troubleshooting cluster SSH/agent auth.
- [Coding In Python](https://agentstack.voostack.com/l/skill-yale-som-hpc-claude-code-marketplace-coding-in-python) — Skill · Free · security-reviewed — `agentstack add skill-yale-som-hpc-claude-code-marketplace-coding-in-python`
  How to write Python well — uv environments, formatting, CLI scripts, logging, seeds. TRIGGER when authoring or editing .py files. For running Python on the Yale SOM HPC cluster (sbatch, Slurm, uv on /gpfs), use running-python instead.
- [Troubleshooting](https://agentstack.voostack.com/l/skill-yale-som-hpc-claude-code-marketplace-troubleshooting) — Skill · Free · security-reviewed — `agentstack add skill-yale-som-hpc-claude-code-marketplace-troubleshooting`
  Triage Yale SOM HPC cluster errors and map each to a fix. TRIGGER when a cluster job fails, is killed, or pends unexpectedly, or the user pastes a cluster error (GLIBC not found, no package called X, ModuleNotFoundError, command not found, bad interpreter, $'\r', nvidia-smi failure, empty Stata .out).
- [Accelerating Python](https://agentstack.voostack.com/l/skill-yale-som-hpc-claude-code-marketplace-accelerating-python) — Skill · Free · security-reviewed — `agentstack add skill-yale-som-hpc-claude-code-marketplace-accelerating-python`
  Make slow or memory-bound Python fast on the Yale SOM HPC cluster — profile, push work into DuckDB/Polars/Arrow, vectorize/Numba, then parallelize or use a GPU. Also covers data larger than a job's RAM (Parquet, query engines, sampling). TRIGGER when a Python job on the cluster is slow, CPU-bound, or memory-heavy, when a dataset on /gpfs does not fit a job's RAM, or when weighing parallelism or G…

---
Seller on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Install any with `agentstack add <slug>`.
