Back to list
x07lang

x07-package

by x07lang

X07 public website and documentation site

0🍴 0📅 Jan 26, 2026

SKILL.md


name: x07-package description: Manage X07 project dependencies and lockfiles for reproducible builds (lock, publish). Designed for autonomous agents. metadata: short-description: X07 deps + lockfile management version: 0.1.0 kind: docs

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

  • Add a dependency entry to x07.json and sync the lockfile:

    • x07 pkg add <name>@<version> --sync
  • Generate or update a project lockfile:

    • x07 pkg lock --project x07.json
  • Verify a lockfile is up to date (CI mode):

    • x07 pkg lock --project x07.json --check
  • Pack a package directory deterministically:

    • x07 pkg pack --package <dir> --out <out.tar.gz>
  • Login (store credentials for an index):

    • x07 pkg login --index <url> --token <token>
  • Publish:

    • x07 pkg publish --package <dir> --index <url>

Notes

  • The lockfile path is controlled by x07.json (lockfile) and defaults to x07.lock.json.
  • When fetching is required, x07 pkg lock defaults to the official registry index; override with --index <url>.
  • Official packages may declare required helper packages via meta.requires_packages. When present, x07 pkg lock will add and fetch these transitive deps automatically (and update x07.json).
  • If dependencies are already present on disk, x07 pkg lock can run without --index using --offline.

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon