This is the official documentation skill for Vercel's AI SDK, and it's genuinely comprehensive. You get coverage of the core APIs like generateText, streamText, and embed, plus the React hooks (useChat, useCompletion) that make building chat interfaces straightforward. The skill explicitly warns you that your training data is outdated, which is refreshing honesty. It covers agent patterns, RAG systems, and structured output across multiple providers including OpenAI, Anthropic, and Google. The type safety story is solid with InferAgentUIMessage for end-to-end typing. If you're building anything AI-powered in the Next.js ecosystem, this saves you from constantly switching to browser docs.
npx skills add https://github.com/vercel/ai --skill ai-sdk