Skill

AI SDK

Skill

Vercel’s skill for the AI SDK you should actually be on.

Agents, streaming, tools, and the APIs that replaced last year’s examples.

spec·Apache-2.0·Updated this quarter·github.com/vercel/ai

Claude CodeCursorDesktop
Scanned
npx skills add vercel/ai/ai-sdk

By Vercel

Input

A feature that talks to a model.

Output

AI SDK code that matches current docs.

ai-sdk-skill.skill/invoke

You say

Stream a tool-calling chat.

It returns

useChat + streamText. Tool result in the UI.

Prompt notebook

Prompts this skill is built for.

  • You say

    Stream a tool-calling chat.

    It returns

    useChat + streamText. Tool result in the UI.

  • You say

    We are still on generateText in a route.

    It returns

    Move to streamText. UI already expects the stream.

What it teaches

  1. 01Streaming
  2. 02Tools
  3. 03Agents