A CLI and terminal UI for adding AI agents, tools, and prompts to your projects from a curated registry.
| Package | Description |
|---|---|
| awesome-ai | CLI for managing agents, tools, and prompts |
| awesome-ai-tui | Interactive terminal UI for chatting with agents |
The CLI requires Bun to be installed:
curl -fsSL https://bun.sh/install | bash# Install the CLI globally
npm install -g awesome-ai
# Initialize your project
awesome-ai init
# Add an agent (includes all dependencies)
awesome-ai add coding-agent
# Run the agent interactively
awesome-ai run coding-agentThe registry includes agents, tools, and prompts. Run awesome-ai list to see available items, or check the CLI documentation for a full reference.
Run awesome-ai --help to see all available commands, or check the CLI documentation for detailed usage.
# Install dependencies
pnpm install
# Build all packages
pnpm build
# Run tests
pnpm test
# Build the registry JSON files
pnpm build:registryMIT