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.json and sync the lockfile:

    • x07 pkg add <name>@<version> --sync
Installs
9
First Seen
Mar 14, 2026
x07-package — x07lang/x07-website