vercelvercelOfficial·12 Agent Skills Included

ai

Build AI apps and agents with one TypeScript toolkit

Builds AI-powered applications with a unified TypeScript API for text generation, streaming, structured output, tool calling, and embeddings. Connects OpenAI, Anthropic, Google, and other providers through one interface, removing per-provider integration work. Includes agent skills for migrations, provider updates, and testing so coding agents ship AI features faster.
npx skills add vercel/ai --all -g -y
Available:

Gives AI coding assistants the repository structure, core APIs, coding standards, and testing rules needed to work correctly on the AI SDK codebase.

All Skills in This Repository (12)

Pure Emerald Level Indicators
📦 In Repo
vercelvercel

capture-api-response-test-fixture

Capture real API responses and save them as test fixtures under a __fixtures__ directory.

Official
Basic
📦 In Repo
vercelvercel

list-npm-package-content

List npm package tarball contents before publishing.

Official
Intermediate
📦 In Repo
vercelvercel

ai-sdk

Explain AI SDK usage for building chatbots, RAG systems, and tool-integrated workflows.

Official
Advanced
📦 In Repo
vercelvercel

develop-ai-functions-example

Validate AI SDK function support with ready-to-run examples across providers.

Official
Intermediate
📦 In Repo
vercelvercel

add-provider-package

Scaffolds and implements first-party AI provider packages for the AI SDK repository.

Official
Advanced
📦 In Repo
vercelvercel

update-harness-dependencies

Update primary SDK dependencies of harness adapter packages using pnpm commands.

Official
Intermediate
📦 In Repo
vercelvercel

migrate-ai-sdk-v6-to-v7

Migrates applications from Vercel AI SDK 6.x to AI SDK 7.0 using a structured checklist.

Official
Advanced
📦 In Repo
vercelvercel

update-provider-models

Add or remove model IDs across AI SDK provider packages, docs, examples, and tests.

Official
Intermediate
📦 In Repo
vercelvercel

adr-skill

Create and maintain Architecture Decision Records optimized for agentic coding workflows.

Official
Advanced
📦 In Repo
vercelvercel

major-version-mode

Guides breaking changes for the next AI SDK major release with deprecation and migration rules.

Official
Intermediate
📦 In Repo
vercelvercel

add-harness-package

Guides creation of new @ai-sdk/harness packages adapting coding-agent runtimes to HarnessV1.

Official
Advanced
📦 In Repo
vercelvercel

add-function-examples

Creates AI function examples in examples/ai-functions for testing features against provider APIs.

Official
Basic

Frequently Asked Questions

FAQPage Schema
How to install Vercel AI SDK skills?

Run `npx skills add vercel/ai --all -g -y` in your terminal to install all skills in this suite globally.

What is the Vercel AI SDK used for?

It is a TypeScript toolkit for building AI applications with text generation, streaming, tool calling, agents, and embeddings across many model providers through one unified API.

How do I migrate from AI SDK v6 to v7?

The included migration skill walks your agent through every breaking change, from renamed APIs to new streaming helpers, using the official migration guide as the source of truth.

Does it work with Claude Code and Cursor?

Yes. The skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Codex, and other compatible AI coding agents.

Can I add a new AI provider with these skills?

Yes. A dedicated skill guides your agent through scaffolding, testing, documenting, and releasing a complete new provider package that follows repository conventions.

Related Repositories in Software Engineering

View All in Software Engineering