Skill

AI SDK
SkillVercel’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-sdkBy 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
- 01Streaming
- 02Tools
- 03Agents
Other skills in the loop
Discussion
No notes yet. Be the first hunter to report back.
