This is your go-to when you're building anything AI-powered with the Vercel AI SDK. It handles chat interfaces, streaming responses, tool calling, structured output, agents, and pretty much every LLM provider out there. The validation rules are genuinely helpful, catching outdated patterns like deprecated agent APIs and old streaming methods, plus it'll nudge you away from direct OpenAI or Anthropic SDK usage toward the unified AI Gateway approach. It auto-activates when it detects AI SDK imports or finds files in common chat API routes. If you're doing anything beyond basic OpenAI API calls, especially streaming to a UI or building multi-step agents, this covers the modern patterns.
npx skills add https://github.com/vercel-labs/vercel-plugin --skill ai-sdk