pixi-skills
Manage and install coding agent skills across multiple LLM backends using pixi.
pixi-skills discovers skills packaged in pixi environments and lets you install them into the configuration directories of various coding agents via symlinks.
For more background on why distributing agent skills through package managers makes sense, check out the blog post Managing Agent Skills with Your Package Manager.
Installation
pixi global install pixi-skills
# or use without installing
pixi exec pixi-skills
Concepts
Skills
A skill is a directory containing a SKILL.md file with YAML frontmatter:
---
name: my-skill
description: "Does something useful for the agent"
---
Skill instructions go here as Markdown.
The agent reads this file to understand what the skill does.
The name field is optional and defaults to the directory name.
The description field is required.
A collection of ready-to-use skills is available at skill-forge (source).
Scopes
- Local skills are discovered from the current project's pixi environment at
.pixi/envs/<env>/share/agent-skills/. - Global skills are discovered from globally installed pixi packages at
~/.pixi/envs/*/share/agent-skills/.
If multiple global environments provide a skill with the same name, pixi-skills shows the environment name in parentheses and lets you install one source at a time.
Supported backends
| Backend | Local directory | Global directory |
|---|---|---|
| Claude | .claude/skills/ |
~/.claude/skills/ |
| Cline | .agents/skills/ |
~/.agents/skills/ |
| Codex | .codex/skills/ |
~/.codex/skills/ |
| Copilot | .github/skills/ |
~/.github/skills/ |
| Crush | .crush/skills/ |
~/.crush/skills/ |
| Cursor | .cursor/skills/ |
~/.cursor/skills/ |
| Gemini | .gemini/skills/ |
~/.gemini/skills/ |
| Kilo Code | .kilocode/skills/ |
~/.kilocode/skills/ |
| Kiro | .kiro/skills/ |
~/.kiro/skills/ |
| Opencode | .opencode/skills/ |
~/.opencode/skills/ |
| Pi | .pi/skills/ |
~/.pi/agent/skills/ |
| Qoder | .qoder/skills/ |
~/.qoder/skills/ |
| Roo Code | .roo/skills/ |
~/.roo/skills/ |
| Trae | .trae/skills/ |
~/.trae/skills/ |
| Windsurf | .windsurf/skills/ |
~/.codeium/windsurf/skills/ |
Skills are installed as relative symlinks for portability.
Usage
List available skills
# List all local and global skills
pixi-skills list
# List only local skills
pixi-skills list --scope local
# List skills from a specific pixi environment
pixi-skills list --env myenv
Manage skills interactively
# Interactive mode - prompts for backend and scope
pixi-skills manage
# Specify backend and scope directly
pixi-skills manage --backend claude --scope local
This opens an interactive checkbox selector where you can choose which skills to install or uninstall.
Show installed skills
# Show installed skills across all backends
pixi-skills status
# Show installed skills for a specific backend
pixi-skills status --backend claude
Development
This project is managed by pixi.
git clone https://github.com/pavelzw/pixi-skills
cd pixi-skills
pixi run pre-commit-install
pixi run test
Release files for pixi-skills 0.1.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pixi_skills-0.1.6.tar.gz | 50.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pixi_skills-0.1.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 61.9 kB
Release files / pixi_skills-0.1.6.tar.gz
| Download URL | pixi_skills-0.1.6.tar.gz |
|---|---|
| Size | 50.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
576f751a99c42773f722c926bbc5b54cb8959776052217e6e4f8475bb6696a20
|
|
BLAKE2b-256 checksum How to use checksums |
491b20a206161103b7d5005f3d63cfad58995be9f786499af0d90e604c8d009a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.
Transparency logRelease files / pixi_skills-0.1.6-py3-none-any.whl
| Download URL | pixi_skills-0.1.6-py3-none-any.whl |
|---|---|
| Size | 11.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
bcf84252ab4229f8dc5a40bfd4863b1314b2f27571d27d59dfdc9f7aac41dbe2
|
|
BLAKE2b-256 checksum How to use checksums |
66f8d0670d050659aa19dfc0d66aad3fbe667da60cc1f3b7c28b119ae25ee0c3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.
Transparency log