ngs-runtime-env
Installation
SKILL.md
NGS Runtime Environment
Use this skill whenever an NGS workflow needs package checks, install planning, or runtime validation.
Existence Check Order
- Check executables on
PATHwithcommand -vorshutil.which. - Check Python imports for Python-backed tools.
- Check active package managers with
conda list,mamba list,micromamba list, orpip show. - If requested, check package indexes or container registries.
- Emit an install plan before installing.
- Install only when explicitly requested by the user.
Do not modify system Python. Prefer isolated conda/mamba environments or containers.
Script
From the repo root: