research-ai-sdk
Research Vercel AI SDK patterns, streaming, and multi-provider integration using Exa code search and Ref documentation
npx skills add majiayu000/claude-skill-registry --skill research-ai-sdk-pascallammers-mylo-travel-concierg --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Research Vercel AI SDK Patterns Use this skill when you need to: - Learn AI SDK streaming patterns - Understand multi-provider integration (Anthropic, OpenAI, Google, etc.) - Research tool calling and function execution - Find structured output patterns - Learn RAG (Retrieval Augmented Generation) patterns ## Process 1. **Identify AI Use Case** - Text generation, streaming, or structured output? - Tool calling or function execution? - Multi-modal (text, images, audio)? - Which provider (Anthropic, OpenAI, Google, etc.)? 2. **Search Documentation (Ref)** ``` Query patterns: - "Vercel AI SDK [feature]" - "AI SDK streaming response" - "AI SDK tools function calling" - "AI SDK structured output Zod" ``` 3. **Find Implementation Examples (Exa)** ``` Query patterns: - "Vercel AI SDK streaming React component example" - "AI SDK tool calling Next.js server action" - "AI SDK Anthropic Claude function execution" - "AI SDK structured output Zod schema validation" ``` 4. **Consider Project Stack** - Integration with Next.js Server Components/Actions - Type safety with TypeScript and Zod - Provider selection based on use case ## Common Research Topics ### Streaming ```typescript // Documentat
- Process
- Common Research Topics
- Streaming
- Tool Calling
- Multi-Provider
- Structured Output
- RAG Patterns
- Provider-Specific Research
- Anthropic (Claude)
- OpenAI (GPT)
- Google (Gemini)
- React Integration
- useChat Hook
- useCompletion Hook
What does the research-ai-sdk skill do?
Research Vercel AI SDK patterns, streaming, and multi-provider integration using Exa code search and Ref documentation
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill research-ai-sdk-pascallammers-mylo-travel-concierg --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
