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

axiom skills

Manage the Axiom authoring Skills for Claude Code

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

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

FlagShorthandTypeDefaultDescription
--help-hboolhelp for skills

Subcommands

CommandDescription
axiom skills installInstall the Axiom authoring Skills into a Claude Code skills directory
axiom skills listList the Skills bundled in this CLI

See also