vercel-ai-sdk Documentation
Comprehensive vercel-ai-sdk documentation organized for efficient retrieval.
Retrieval Workflow
- •Find Chapter: Read
_manifest.mdto locate the relevant category - •Find Topic: Read
_index.mdinside that chapter's folder - •Read Content: Read the specific topic file
Quick Search
If unsure which chapter contains your answer, use grep:
code
grep -r "keyword" .claude/skills/vercel-ai-sdk/docs/
Rules
- •Always start at
_manifest.md- never guess file paths - •Read only necessary files to minimize token usage
- •Cite specific file paths when referencing documentation