axiom skills install
Install the Axiom authoring Skills into a Claude Code skills directory
View as Markdown<!-- 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 install
Install the Axiom authoring Skills into a Claude Code skills directory
Install the embedded Axiom authoring Skills into a Claude Code skills directory.
By default the Skills are written to ./.claude/skills (project-local, so they travel with the repo). Use --global to install them into ~/.claude/skills for every project, or --dir to choose an explicit target.
axiom skills install # ./.claude/skills
axiom skills install --global # ~/.claude/skills
axiom skills install --dir ./skills # an explicit directory
axiom skills install --force # overwrite existing copiesUsage
axiom skills install [flags]Flags
| Flag | Shorthand | Type | Default | Description |
|---|---|---|---|---|
--dir | string | Explicit target directory (overrides the default and --global) | ||
--force | -f | bool | Overwrite a skill that already exists in the target | |
--global | bool | Install into ~/.claude/skills instead of ./.claude/skills | ||
--help | -h | bool | help for install |
See also
- axiom skills — Manage the Axiom authoring Skills for Claude Code
Related