This is your go-to when building anything AI-powered with the Vercel AI SDK. It covers chat interfaces, streaming responses, tool calling, structured output, and agent loops across any LLM provider. The skill auto-activates when you're working in API routes, importing from the ai package, or when you mention streaming generation in your prompt. It also catches outdated patterns like useChat with the old api prop or generateObject calls and guides you to the v6 equivalents. Honestly, if you're not using the AI SDK's abstractions and instead importing OpenAI or Anthropic directly, this skill will nudge you toward the gateway pattern with better observability and failover.
npx skills add https://github.com/vercel/vercel-plugin --skill ai-sdk