Quick Start
1. Add a Skill Source
Section titled “1. Add a Skill Source”A source is a Git repository or local directory containing a collection of skills. Add your first source:
axen source add https://github.com/example/my-skills.gitThis registers the namespace (e.g. my-skills) in your local registry.
2. Install Skills
Section titled “2. Install Skills”Install the skills from the source into your AI agent’s targets (Cursor, Claude, Copilot, etc.):
# Interactive modeaxen install my-skills
# Unattended/All skillsaxen install my-skills --all3. Manage Your Skills
Section titled “3. Manage Your Skills”You can view your installed skills across all targets:
axen list4. Keep Them Updated
Section titled “4. Keep Them Updated”When the upstream repository changes, easily fetch the latest updates:
axen update my-skills