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 -y skills add vercel/ai --skill ai-sdk --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
supercent-io/skills-template
supercent-io/skills-template
huangjia2019/claude-code-engineering
reactjs/react.dev
reactjs/react.dev