Agent skill · AI & Agents

ai-sdk

Answer questions about the AI SDK and help build AI-powered features. Use when developers: (1) Ask about AI SDK functions like generateText, streamText, ToolLoopAgent, or tools, (2) Want to build AI agents, chatbots, or text generation features, (3) Have questions about AI providers (OpenAI, Anthropic, etc.), streaming, tool calling, or structured output.

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

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

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Version: 1.0
Declared author: Vercel Inc.
Path: skills/ai-llm/ai-sdk-petekp-claude-code-setup/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 When you need up-to-date information about the AI SDK: ### If using ai@6.0.34 or above Search the bundled documentation and source code in `node_modules/ai/`: 1. **Documentation**: `grep "your query" node_modules/ai/docs/` 2. **Source code**: `grep "your query" node_modules/ai/src/` To find specific files: - `glob "node_modules/ai/docs/**/*.mdx"` for documentation files - `glob "node_modules/ai/src/**/*.ts"` for source files Provider packages (`@ai-sdk/openai`, `@ai-sdk/anthropic`, etc.) also include bundled docs in their respective `node_modules/@ai-sdk/<provider>/docs/` directories. **When in doubt, update to the latest version of the AI SDK.** ### Otherwise 1. Search the docs: `https://ai-sdk.dev/api/search-docs?q=your_query` 2. The response includes matches with links ending in `.md` 3. Fetch those `.md` URLs directly to get plain text content (e.g. `https://ai-sdk.dev/docs/agents/building-agents.md`) Use these resources for current API details, examples, and usage patterns. For common errors and troubleshooting, see [Common Errors Reference](references/common-errors.md). ## Provider-Specific Information (ai@6.0.34+) For questions about specific provider

What's inside
Steps it walks through
  1. AI SDK Documentation
  2. If using ai@6.0.34 or above
  3. Otherwise
  4. Provider-Specific Information (ai@6.0.34+)
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the ai-sdk skill do?

Answer questions about the AI SDK and help build AI-powered features. Use when developers: (1) Ask about AI SDK functions like generateText, streamText, ToolLoopAgent, or tools, (2) Want to build AI agents, chatbots, or text generation features, (3) Have questions about AI providers (OpenAI, Anthropic, etc.), streaming, tool calling, or structured output.

How do I install it?

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