<!-- 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 authoring Skills for Claude Code
Install the Axiom authoring 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 two:
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 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