Backend AI integration through Vercel's AI SDK, covering both v5 and the newer v6 stable release from January 2026. This pulls in providers like OpenAI, Anthropic, and Google with a unified interface. The big thing to know is that v6 deprecated generateObject and streamObject in favor of a new Output API, so you'll need to update if you're working with existing code. With 485 installs and passing most security audits (Snyk shows a warning), it's getting real use. Good for anyone building AI features server-side who wants to avoid writing provider-specific code from scratch.
npx skills add https://github.com/jezweb/claude-skills --skill ai-sdk-core