compute-env-setup

Installation
SKILL.md

Compute Environment Setup

Use this skill before running a research job that needs a nontrivial runtime.

Workflow:

  1. Identify the job type, hardware need, data size, package stack, secrets, and expected artifacts.
  2. Choose the smallest working route: local notebook runtime, project virtualenv/conda, Modal, SSH/Slurm, or managed endpoint.
  3. Verify credentials and CLIs through Feynman Settings or environment status without printing secret values.
  4. Write an environment note containing package versions, install commands, cache paths, hardware, and failure modes.
  5. Run a tiny smoke job before the expensive job and save the smoke logs.

The done state is a recorded, reproducible environment plus a successful smoke or a precise missing dependency.

Installs
20
GitHub Stars
8.5K
First Seen
Jul 10, 2026
compute-env-setup — companion-inc/feynman