@a1st/aix
v0.0.4
Published
CLI for aix - unified AI agent configuration
Readme
@a1st/aix
The main CLI for aix — unified AI agent configuration across 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 search # Search for MCP servers and skills
aix install github:org/config # Install remote config
aix add skill <source> # Add a skill
aix add mcp <name> # Add MCP server from registry
aix list skills # List configured skillsDocumentation
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
