Manage coding agent skills using pixi
Project description
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/agent-skill-*/share/agent-skills/.
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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pixi_skills-0.1.5.tar.gz.
File metadata
- Download URL: pixi_skills-0.1.5.tar.gz
- Upload date:
- Size: 51.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c4bb1d9acc6bf5caf36ac2f80527e426f74c89b5b011b21ec4c17be93bfa75f
|
|
| MD5 |
e611a99d1ba6bf7e275487cf848897af
|
|
| BLAKE2b-256 |
b91b41f1c7d779aa655a52afd45a9cdc30598a884acbe1860585b9d1b429ca94
|
Provenance
The following attestation bundles were made for pixi_skills-0.1.5.tar.gz:
Publisher:
build.yml on pavelzw/pixi-skills
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pixi_skills-0.1.5.tar.gz -
Subject digest:
3c4bb1d9acc6bf5caf36ac2f80527e426f74c89b5b011b21ec4c17be93bfa75f - Sigstore transparency entry: 1390630993
- Sigstore integration time:
-
Permalink:
pavelzw/pixi-skills@882b24bbf36441769d099786dbbb6de3a90d9161 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/pavelzw
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@882b24bbf36441769d099786dbbb6de3a90d9161 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pixi_skills-0.1.5-py3-none-any.whl.
File metadata
- Download URL: pixi_skills-0.1.5-py3-none-any.whl
- Upload date:
- Size: 10.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64ad47aaae1e86e10a2562d1d794369fd62975ff13248fde9371fc29d957adce
|
|
| MD5 |
af38882d2105cb56e74520ebb4d68d71
|
|
| BLAKE2b-256 |
b9d07a75005954e70cb70d8feb7193756f52fefd20ba66a56cdea76ac3302b13
|
Provenance
The following attestation bundles were made for pixi_skills-0.1.5-py3-none-any.whl:
Publisher:
build.yml on pavelzw/pixi-skills
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pixi_skills-0.1.5-py3-none-any.whl -
Subject digest:
64ad47aaae1e86e10a2562d1d794369fd62975ff13248fde9371fc29d957adce - Sigstore transparency entry: 1390631013
- Sigstore integration time:
-
Permalink:
pavelzw/pixi-skills@882b24bbf36441769d099786dbbb6de3a90d9161 -
Branch / Tag:
refs/tags/v0.1.5 - Owner: https://github.com/pavelzw
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yml@882b24bbf36441769d099786dbbb6de3a90d9161 -
Trigger Event:
push
-
Statement type: