Gives Claude the full Vercel AI SDK documentation so it can build streaming chat interfaces, tool calling flows, and agent loops without guessing at outdated APIs. Ships with React hooks like useChat and useCompletion, plus provider integrations for OpenAI, Anthropic, and Google. The skill emphasizes looking up docs locally from node_modules rather than relying on training data, which is smart since this library moves fast. Covers structured output, embeddings, and the newer ToolLoopAgent patterns. If you're wiring up AI features in a Next.js or SvelteKit app and tired of fighting type errors or deprecated methods, this keeps Claude current with what actually works.
npx skills add https://github.com/vercel-labs/ai --skill ai-sdk