Agent skill · Documentation

AI SDK Documentation

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill ai-sdk-docs --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/ai-llm/ai-sdk-docs/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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}/skill

What's inside
Steps it walks through
  1. Overview
  2. Scripts
  3. list-docs.sh
  4. fetch-doc.sh
  5. query-models.sh
  6. Workflow Guidelines
  7. Finding Documentation
  8. Important Notes
  9. AI Gateway
Ships with 1 file
  • metadata.json
Commands it runs
List all pages grouped by category
List pages in a specific category
Fetch a documentation page
Fetch a cookbook example
Fetch provider documentation
List all models with their provider
List all providers
List all capability tags
List models from a specific provider
List models with a specific capability
More from claude-skill-registry
All skills →
About this skill
What does the AI SDK Documentation skill do?

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.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill ai-sdk-docs --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.

Keep going