January 27, 2026 in Announcements by thoreinstein2 minutes
Today we are excited to introduce aix, a unified command-line interface designed to streamline the management of AI coding assistant configurations.
As the ecosystem of AI coding assistants grows, developers often find themselves juggling multiple tools—Claude Code, OpenCode, and Gemini CLI—each with their own configuration formats, file locations, and conventions. Keeping your custom skills, slash commands, and MCP servers in sync across these environments is a manual, error-prone process.
aix bridges this gap by providing a single, platform-agnostic control plane.
aix handle the translation to each platform’s native syntax (TOML, JSON, etc.).We’ve been moving fast. Here are some of the power-user features available today:
Don’t remember the exact name of that skill? Just run aix search. We’ve added an interactive, fzf-style fuzzy finder that lets you browse, filter, and preview skills, commands, and agents from all your configured repositories in real-time.
Setting up a new machine? You can now install entire suites of tools in one go. The new --all-from-repo flag lets you pull everything from a trusted source instantly:
aix skill install --all-from-repo team-shared-skillsWe know you care about dotfile hygiene. aix fully respects XDG Base Directory specifications on Linux and macOS, keeping your home directory clean (~/.config/aix, ~/.cache/aix).
aix currently provides deep integration with:
$ARGUMENTS → {{argument}}).If you have Homebrew installed, you can grab the latest version:
brew install thoreinstein/tap/aixInitialize your environment (we’ll auto-detect your installed AI tools):
aix initCheck out our GitHub repository and Getting Started Guide.
We are building aix to be the standard package manager for the AI coding era. Give it a spin and let us know what you think!