Public beta — not for production use. Data may be wiped at any time. Questions? Contact us.
Documentation menu

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 copies

Usage

axiom skills install [flags]

Flags

FlagShorthandTypeDefaultDescription
--dirstringExplicit target directory (overrides the default and --global)
--force-fboolOverwrite a skill that already exists in the target
--globalboolInstall into ~/.claude/skills instead of ./.claude/skills
--help-hboolhelp for install

See also

  • axiom skills — Manage the Axiom authoring Skills for Claude Code