The centralized repository for AI agent skills, workflows, and commands managed by Axon CLI.
This repository follows the structure required by Axon CLI to synchronize context across different AI editors and tools:
skills/: Markdown-based agent skills (following the Agent Skills standard).workflows/: Reusable multi-step task chains (JSON/YAML).commands/: Custom executable scripts and command templates.
If you want to use the public skills on your machine without managing your own repository:
axon init --upstream
axon linkIf you want to manage your personal skills across multiple machines:
- Create a private repository on GitHub.
- Initialize Axon with your repository URL:
axon init git@github.com:your-user/your-axon-hub.git
axon linkKeep all your local AI tools in sync with one command:
axon syncAxon automatically bridges this Hub to the global configuration directories of:
- Editors: Cursor, Windsurf, Antigravity, PearAI.
- CLIs: Claude Code, Codex, Gemini CLI, OpenCode, Neovate.
- Agents: OpenClaw.
MIT