Skip to main content

Manage coding agent skills using pixi

Project description

pixi-skills

CI conda-forge pypi-version python-version conda-forge 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/
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/
Opencode .opencode/skills/ ~/.opencode/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 postinstall
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

pixi_skills-0.1.2.tar.gz (53.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pixi_skills-0.1.2-py3-none-any.whl (10.2 kB view details)

Uploaded Python 3

File details

Details for the file pixi_skills-0.1.2.tar.gz.

File metadata

  • Download URL: pixi_skills-0.1.2.tar.gz
  • Upload date:
  • Size: 53.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pixi_skills-0.1.2.tar.gz
Algorithm Hash digest
SHA256 10b7fdd5c3aac9deaaaee310869bc0f6a888661995231677dabc160658b8eb66
MD5 c2d511f62887fb724c64a642fd7ed646
BLAKE2b-256 dc9461044e8b1355482cc2d3f98c6fc26cc1ace013e1158f81bb7c50033242bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pixi_skills-0.1.2.tar.gz:

Publisher: build.yml on pavelzw/pixi-skills

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pixi_skills-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: pixi_skills-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 10.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pixi_skills-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 8491891b560ac72064bcd08519004a099d579b9bc8f07c4516685aca7621d7a3
MD5 1115d5dde8e509f9c607f635b1097d22
BLAKE2b-256 77b3b0c9916ad3969ff25c0b59663b2d6b7f8845e214357de7426b78110cf9be

See more details on using hashes here.

Provenance

The following attestation bundles were made for pixi_skills-0.1.2-py3-none-any.whl:

Publisher: build.yml on pavelzw/pixi-skills

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page