<!-- GENERATED by docs/scripts/gen-cli-reference — DO NOT EDIT.
Source of truth: the cobra command definitions in cmd/axiom/cmd/.
Regenerate from the repo root with: go run ./docs/scripts/gen-cli-reference -->
axiom skills
Manage the Axiom Skills for Claude Code
Install the Axiom Skills for Claude Code.
Claude Code reads "Skills" (SKILL.md files under a .claude/skills/ directory) to learn how to drive a tool. Axiom ships five — four for authoring, one for consuming:
axiom-package-authoring the create→validate→dev→push→publish loop for a node package
axiom-flow-authoring the new→validate→compile→run→publish loop for a flow
axiom-client-authoring the axiom-client.yaml→sync→download loop for pulling a typed
client SDK into another codebase
axiom-instance-authoring the declare-binding→create→reference-in-a-flow loop for
binding a Generic node's placeholder port(s) to a real type
axiom-consume the search→inspect→source→invoke→pin loop for finding,
verifying, and calling already-published nodes and flows"axiom skills install" writes them into your Claude Code skills directory so your agent is oriented the moment you open a project.
Usage
axiom skills [flags]
axiom skills [command]Flags
| Flag | Shorthand | Type | Default | Description |
|---|---|---|---|---|
--help | -h | bool | help for skills |
Subcommands
| Command | Description |
|---|---|
| axiom skills install | Install the Axiom authoring Skills into a Claude Code skills directory |
| axiom skills list | List the Skills bundled in this CLI |
See also
- axiom — Axiom CLI — build and push node packages
- axiom skills install — Install the Axiom authoring Skills into a Claude Code skills directory
- axiom skills list — List the Skills bundled in this CLI