·add-provider-package
</>

add-provider-package

vercel/ai

Guide for adding new AI provider packages to the AI SDK. Use when creating a new @ai-sdk/<provider> package to integrate an AI service into the SDK.

19Installs·4Trend·@vercel

Installation

$npx skills add https://github.com/vercel/ai --skill add-provider-package

SKILL.md

This guide covers the process of creating a new @ai-sdk/ package to integrate an AI service into the AI SDK.

See https://github.com/vercel/ai/pull/8136/files for a complete example of adding a new provider.

The AI SDK uses a layered provider architecture following the adapter pattern:

Guide for adding new AI provider packages to the AI SDK. Use when creating a new @ai-sdk/<provider> package to integrate an AI service into the SDK. Source: vercel/ai.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/vercel/ai --skill add-provider-package
Source
vercel/ai
Category
</>Dev Tools
Verified
First Seen
2026-02-16
Updated
2026-02-18

Quick answers

What is add-provider-package?

Guide for adding new AI provider packages to the AI SDK. Use when creating a new @ai-sdk/<provider> package to integrate an AI service into the SDK. Source: vercel/ai.

How do I install add-provider-package?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/vercel/ai --skill add-provider-package Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/vercel/ai