Skip to content

Quick Start

A source is a Git repository or local directory containing a collection of skills. Add your first source:

Terminal window
axen source add https://github.com/example/my-skills.git

This registers the namespace (e.g. my-skills) in your local registry.

Install the skills from the source into your AI agent’s targets (Cursor, Claude, Copilot, etc.):

Terminal window
# Interactive mode
axen install my-skills
# Unattended/All skills
axen install my-skills --all

You can view your installed skills across all targets:

Terminal window
axen list

When the upstream repository changes, easily fetch the latest updates:

Terminal window
axen update my-skills