Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick

star-env-builder

Sterne11
Forks0
Aktualisiert19. Juli 2026 um 14:03

Build and verify the project's Python runtime environment so plan execution has a working interpreter. Reads .env: a valid CONDA_HOME creates conda env ENV_NAME (argument, default CODE_NAME); otherwise a .venv under the project root. An existing environment is never deleted — after user confirmation it is renamed to a dated backup (real run date) before rebuilding. Dependencies resolve first-signal-wins: existing CODE_NAME/requirements* → packaging metadata (pyproject / setup.py / environment.yml) → import scan of the code, with generated results written to a two-tier layout (requirements.txt referencing requirements/framework|runtime|optional.txt; conda-only items in requirements/conda.txt). Installs through a uv > pip > conda ladder with CUDA-aware framework wheel selection behind a single install-plan gate, then smoke-tests in three layers (imports → framework/GPU → project entrypoint) and writes ENV_REPORT.md plus a version freeze under wkdrs/. Use when the user invokes $star-env-builder or asks Codex to

Installation

Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.

Datei-Explorer
11 Dateien
SKILL.md
readonly