From pixi
Use this skill to help agents manage Python projects, dependencies, environments, and builds using the `pixi` package manager. Covers installation, project creation (pyproject.toml, workspaces, cross-compilation), managing dependencies, security, and migrating from other tools like uv.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pixi:envThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Pixi is a fast, cross-platform, next-generation package manager that provides reproducible environments.
references/advanced_cpp.rstreferences/backends.rstreferences/build_getting_started.rstreferences/compilers.rstreferences/cpp.rstreferences/cross_compilation.rstreferences/first_workspace.rstreferences/global_tools_introduction.rstreferences/installation.rstreferences/pixi-build-cmake.rstreferences/pixi-build-python.rstreferences/pixi-build-r.rstreferences/pixi-build-rattler-build.rstreferences/pixi-build-rust.rstreferences/pixi_pack.rstreferences/prefix.rstreferences/pyproject_toml.rstreferences/python.rstreferences/python_tutorial.rstreferences/pytorch.rstPixi is a fast, cross-platform, next-generation package manager that provides reproducible environments.
uv or other package managers.pixi global install.pixi.lock) to ensure exact versions of packages across platforms.pixi-build-cmake, pixi-build-python).For detailed usage, consult the references:
pixi init
pixi add python
pixi add numpy pandas
pixi run python script.py
Guides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.
npx claudepluginhub nq-rdl/agent-extensions --plugin pixi