Loading...
Loading...
Use uv as the exclusive Python package and environment manager. Use this skill when installing packages, syncing environments, running scripts, writing Dockerfiles, or doing any Python dependency management — never pip, pip-compile, or virtualenv directly.
npx skill4agent add mitodl/agent-kit uv-python-workflowuvuv add <package>uv remove <package>uv syncuv run <command>pip installpip-compilepython -m venvuvdguvdgRUN uv venv --relocatable /app/.venv
RUN uv sync --frozen --no-devol-orchestrate-libuv run pre-commit run --all-files
uv run mypy <package>