@skill-wiki/cli
v0.1.0
Published
Prime CLI — compile, check, install, publish, search Prime atoms and corpora.
Downloads
23
Maintainers
Readme
@skill-wiki/cli
The command-line interface for Prime Language — a knowledge-protocol DSL for AI agents.
Install
npm install -g @skill-wiki/cli
# or: bun add -g @skill-wiki/cliRequires Node.js >= 22.
Quick start
prime init # scaffold a new .prime atom
prime compile path/to/file.prime # compile .prime → .md projections
prime check path/to/file.prime # validate without emitting
prime list # list atoms in the local registry
prime show @scope/name # show atom details + dependencies
prime install @scope/name # resolve + verify dep graph locallyRun prime --help for the full command surface (init, compile, check, test, graph, decompose, compose, list, show, deps, install, publish, search, info, ls).
Docs
See the Prime System repository for the language spec, atom kinds, projection model, and architecture.
License
Apache-2.0
