@a1st/aix
v0.4.1
Published
CLI for aix - unified AI agent configuration
Maintainers
Readme
@a1st/aix
The main CLI for aix. It keeps AI editor config in one place and can also sync supported config between editors.
This is the primary package for the aix project. It provides the aix command-line tool
for managing ai.json configuration files.
Installation
npm install -g @a1st/aixUsage
aix init # Create ai.json
aix init --from cursor # Bootstrap ai.json from an editor
aix sync cursor --to claude-code # Sync supported config editor -> editor
aix search <query> # Search for MCP servers and skills
aix install github:org/config # Install remote config
aix install playwright --type mcp --target claude-code --user # Direct install
aix add skill <source> # Add a skill
aix add mcp <name> # Add MCP server from registry
aix list [scope] # List skills, mcp, rules, prompts, or editorsUse aix install to apply ai.json to editors. Use aix sync when the source of truth is
another editor and you want aix to bridge the formats for you.
Documentation
See the main project README for full documentation.
Related Packages
@a1st/aix-core— Config loading, editor adapters, and skill resolution@a1st/aix-schema— Zod schemas and JSON Schema forai.json@a1st/mcp-registry-client— MCP Registry API client
License
MIT
