Title here
Summary here
aix is a unified CLI for managing AI coding assistant configurations across multiple platforms:
With aix, you can manage skills, commands, agents, and MCP servers from a single tool, with automatic translation between platform-specific formats.
Install using the Homebrew tap:
brew install thoreinstein/tap/aixgo install github.com/thoreinstein/aix/cmd/aix@latestgit clone https://github.com/thoreinstein/aix.git
cd aix
go build -o aix ./cmd/aixCreate your first skill definition:
aix skill init my-skillThis creates a skill directory with a SKILL.md file containing the skill definition.
Install the skill to your preferred platform:
# Install to Claude Code (default)
aix skill install ./my-skill
# Install to a specific platform
aix skill install ./my-skill --platform opencodeCheck that the skill was installed:
aix skill list