x07-package
Installation
SKILL.md
x07-package
This skill documents the single canonical workflow for dependency management in X07 using the built-in package manager (x07 pkg ...).
When to use
Use this skill when:
- adding/updating dependencies,
- generating/verifying lockfiles,
- publishing a package to an index/registry.
Canonical commands
-
Create a publishable package repo (for
x07 pkg publish):x07 init --package
-
Add a dependency entry to
x07.jsonand sync the lockfile:x07 pkg add <name>@<version> --sync