Skip to content

vercel-labs/awesome-ai

Repository files navigation

Awesome AI

A CLI and terminal UI for adding AI agents, tools, and prompts to your projects from a curated registry.

Packages

Package Description
awesome-ai CLI for managing agents, tools, and prompts
awesome-ai-tui Interactive terminal UI for chatting with agents

Prerequisites

The CLI requires Bun to be installed:

curl -fsSL https://bun.sh/install | bash

Quick Start

# 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-agent

What's in the Registry?

The 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.

Development

# Install dependencies
pnpm install

# Build all packages
pnpm build

# Run tests
pnpm test

# Build the registry JSON files
pnpm build:registry

License

MIT

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages