docs(pixi-skill): refresh pixi-package-manager skill to pixi 0.72.1#117
Merged
Conversation
Bump 0.69.0 -> 0.72.1, with every command verified against the installed 0.72.1 binary and cross-checked against the official docs (llms-full.txt). - Frontmatter: pixi-version 0.72.1, last-verified 2026-07-08 - Replace two commands that no longer exist in 0.72.1: - `pixi add -c conda-forge --force-reinstall` -> `pixi add "conda-forge::numpy"` - `pixi tree --depth 2` -> `pixi tree` / `pixi tree -i` (--depth removed) - Windows install: `iwr` -> `irm` to match the official docs - Add `requires-pixi` version pin (new since 0.69.0) to the reproducibility checklist and the reproducible-research pattern - Modernize lockfile archival to `pixi workspace export conda-environment` / `conda-explicit-spec` (first-class in 0.72.1) - Tighten per a skill-authoring review: collapse the duplicated global/exec/shell-hook concept into a pointer, keep the SHA-pinning rationale in a single source, drop the empty scripts/ dir
🔍 Tessl Skill Review
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pixi-package-managerskill from pixi 0.69.0 → 0.72.1.llms-full.txt).Changes
Correctness (commands that fail in 0.72.1):
pixi add numpy -c conda-forge --force-reinstall→pixi add "conda-forge::numpy"(both-cand--force-reinstallerror in 0.72.1)pixi tree --depth 2→pixi tree/pixi tree -i numpy(--depthremoved;-i/--invertis current)iwr -useb … | iex→irm -useb … | iexto match the official docsNew capabilities (since 0.69.0):
requires-piximinimum-version pin added to the reproducibility checklist and the reproducible-research patternpixi workspace export conda-environment/conda-explicit-speccommandsMetadata & authoring cleanup:
pixi-version: 0.72.1,last-verified: 2026-07-08global/exec/shell-hookconcept into a pointer to the Quick Reference CardSKILL.mdnow points instead of restatingscripts/directoryTest plan
pixi --versionreports 0.72.1 (baseline for verification)SKILL.mdandreferences/parses/runs on pixi 0.72.1pixi add "conda-forge::numpy",pixi tree -i <pkg>,pixi workspace requires-pixi set, andpixi workspace export conda-environmentall succeedrequires-pixiunder[tool.pixi.workspace])