aix Documentation

Manage skills, commands, agents, and MCP servers across Claude Code, OpenCode, Codex, and Gemini CLI--all from one tool.

Example Guide

Why aix?

The AI coding assistant landscape is fragmented. Each platform has its own configuration format, file locations, and conventions. aix bridges this gap by providing:

  • Unified Management: Single interface for all your AI assistants.
  • Write Once, Deploy Everywhere: Define skills and commands in a platform-agnostic format.
  • Standardization: Enforce Agent Skills and MCP specifications across tools.

Core Features

MCP Servers

Manage Model Context Protocol (MCP) servers to extend your agent’s capabilities with external tools and data. Learn more about MCP Servers

Skills

Create and share reusable agent capabilities (prompts + tools) that work across any supported platform. Learn more about Skills

Slash Commands

Define custom slash commands to automate common workflows and context gathering. Learn more about Slash Commands

Installation

# Homebrew
brew install thoreinstein/tap/aix

# Go
go install github.com/thoreinstein/aix/cmd/aix@latest

Get Started

Run aix init to detect your installed platforms and create a configuration file.

Read the full Getting Started Guide