ai-sdk-documentation

Solid

This skill should be used when working with Vercel AI SDK, AI Gateway, streamText, generateText, generateObject, streamObject, tool calling, or AI SDK providers. Also relevant for "ai-sdk", "@ai-sdk/*" packages, or questions about AI SDK patterns, configuration, and best practices.

Data & Documents 458 stars 36 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
89
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# AI SDK Documentation Skill This skill provides tools for accessing Vercel AI SDK documentation and AI Gateway model information. Use the bundled scripts to discover available documentation pages and fetch their full content. ## Overview The Vercel AI SDK documentation lives at `ai-sdk.dev` and covers: - **Core SDK** (`ai` package) - generating text, streaming, tool calling, embeddings - **UI integrations** - React hooks, streaming UI components - **RSC** - React Server Components integration - **Providers** - Configuration for OpenAI, Anthropic, Google, and 30+ other providers - **AI Gateway** - Vercel's multi-provider routing service The documentation is large (600+ pages) and frequently updated. Rather than relying on stale knowledge, always use the scripts to fetch current documentation. ## Scripts All scripts are located in `${CLAUDE_PLUGIN_ROOT}/skills/ai-sdk-docs/scripts/`. ### list-docs.sh Discover available documentation pages. **Usage:** ```bash # List all pages grouped by category ${CLAUDE_PLUGIN_ROOT}/skills/ai-sdk-docs/scripts/list-docs.sh # List pages in a specific category ${CLAUDE_PLUGIN_ROOT}/skills/ai-sdk-docs/scripts/list-docs.sh docs ${CLAUDE_PLUGIN_ROOT}/skills/ai-sdk-docs/scripts/list-docs.sh cookbook ${CLAUDE_PLUGIN_ROOT}/skills/ai-sdk-docs/scripts/list-docs.sh providers ``` **Categories:** - `docs` - Core documentation (concepts, guides, API reference) - `cookbook` - Code examples by framework (Next.js, Node.js, etc.) - `providers` - Provid...

Details

Author
malob
Repository
malob/nix-config
Created
7 years ago
Last Updated
2 days ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category