Setup Env

Creates isolated Python environments with uv (uv sync, uv run, PEP 723 scripts) from pyproject.toml or requirements.txt. Use when bootstrapping a Python repo so dependencies stay locked and isolated. Not for Node/npm, Vercel env var management (env-vars), or falling back to system pip when uv is missing.

Kayforkind 0d5c22a 15.8 KB Updated

File contents

Kayforkind/skill-slice commit 0d5c22a5c8

Frequently asked questions

npx skillmds@latest add kayforkind/setup-env