Builds AI chat interfaces using the ai-elements component library, which is basically shadcn/ui components specifically designed for AI apps. It'll help you install components like conversations, messages, and tool displays through their CLI, then show you how to wire them up with the AI SDK's useChat hook. The components get added to your codebase (not hidden in node_modules) so you can customize them directly. Most useful when you're building any kind of chatbot or AI assistant interface and want to skip the tedious UI work. The setup assumes you already have Next.js, shadcn/ui, and the AI SDK installed.
npx skills add https://github.com/vercel/ai-elements --skill ai-elements