---
title: "axiom skills"
description: "Manage the Axiom authoring Skills for Claude Code"
category: reference
surfaces: [cli]
related: [reference/cli/axiom, reference/cli/axiom-skills-install, reference/cli/axiom-skills-list]
last_reviewed: 2026-06-06
---

<!-- 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:

```text
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

```sh
axiom skills [flags]
axiom skills [command]
```

## Flags

| Flag | Shorthand | Type | Default | Description |
|---|---|---|---|---|
| `--help` | `-h` | bool |  | help for skills |

## Subcommands

| Command | Description |
|---|---|
| [axiom skills install](./axiom-skills-install.md) | Install the Axiom authoring Skills into a Claude Code skills directory |
| [axiom skills list](./axiom-skills-list.md) | List the Skills bundled in this CLI |

## See also

- [axiom](./axiom.md) — Axiom CLI — build and push node packages
- [axiom skills install](./axiom-skills-install.md) — Install the Axiom authoring Skills into a Claude Code skills directory
- [axiom skills list](./axiom-skills-list.md) — List the Skills bundled in this CLI
