Agent Skills
› companion-inc/feynman
› compute-env-setup
compute-env-setup
GitHub为科研任务配置可复现的计算环境,涵盖Python/R包、GPU库及容器等依赖管理。通过识别需求、选择运行方式、验证凭证并编写环境笔记,执行冒烟测试以确保环境就绪。
Trigger Scenarios
需要配置Python或R包环境
需要设置GPU库或容器运行时
准备运行科研计算任务
Install
npx skills add companion-inc/feynman --skill compute-env-setup -g -y
SKILL.md
Frontmatter
{
"name": "compute-env-setup",
"description": "Set up a reproducible Feynman compute environment for research jobs. Use when a task needs Python\/R packages, GPU libraries, containers, Modal, SSH, caches, or managed model runtime setup."
}
Compute Environment Setup
Use this skill before running a research job that needs a nontrivial runtime.
Workflow:
- Identify the job type, hardware need, data size, package stack, secrets, and expected artifacts.
- Choose the smallest working route: local notebook runtime, project virtualenv/conda, Modal, SSH/Slurm, or managed endpoint.
- Verify credentials and CLIs through Feynman Settings or environment status without printing secret values.
- Write an environment note containing package versions, install commands, cache paths, hardware, and failure modes.
- 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.
Version History
- 54d08a3 Current 2026-07-25 07:15


