@the-aico/cli
v1.1.1
Published
aico CLI - AI employee management tool
Downloads
630
Maintainers
Readme
@the-aico/cli
Build your AI team in seconds, start working immediately. aico provides customizable, extensible AI "employees" (skills + commands + docs) that you can use and modify in your own projects.
Installation
npm install -g @the-aico/cliQuick Start
# Initialize aico in your project
aico init
# Add an AI employee
aico add pm
# List available employees
aico listCommands
| Command | Description |
| ------------------------ | ---------------------------------- |
| aico init | Initialize aico in your project |
| aico add <employee> | Add an AI employee |
| aico remove <employee> | Remove an AI employee |
| aico list | List available/installed employees |
| aico update | Update installed employees |
| aico search <query> | Search for employees/skills |
| aico diff | Check for updates |
| aico check | Verify installation |
Documentation
Visit https://the-aico.com/docs for full documentation.
