Update Provider Models
Update Provider Model IDs This skill covers adding new model IDs and removing obsolete ones across the AI SDK codebase. Each workflow uses search to discover all locations that need changes. You may...
Develop Ai Functions Example
AI Functions Examples The examples/ai-functions/ directory contains scripts for validating, testing, and iterating on AI SDK functions across providers. Example Categories Examples are organized by...
Add Provider Package
Adding a New Provider Package This guide covers the process of creating a new @ai-sdk/<provider> package to integrate an AI service into the AI SDK. First-Party vs Third-Party Providers - Third-party...
Add Function Examples
Adding Function Examples Review the changes in the current branch, and identify new or modified features or bug fixes that would benefit from having an example in the examples/ai-functions directory....
Use Ai Sdk
Prerequisites Before searching docs, check if nodemodules/ai/docs/ exists. If not, install only the ai package using the project's package manager (e.g., pnpm add ai). Do not install other packages...
Major Version Mode
> Only use when explicitly invoked by the user (e.g. via '/major-version-mode'). Do NOT trigger autonomously based on task content. Context This task is part of the next AI SDK major release....
List npm Package Content
This skill lists the exact contents of an npm package tarball — the same files that would be uploaded to npm and downloaded by users. Usage Run the script from the package directory (e.g.,...
Capture API Response Test Fixture
For provider response parsing tests, store test fixtures with the true responses from the providers (unless they are too large, in which case semantic-preserving trimming is acceptable). The fixtures...
ADR Skill
Philosophy ADRs created with this skill are executable specifications for coding agents. A human approves the decision; an agent implements it. The ADR must contain everything the agent needs to...
Turborepo
Turborepo Skill Build system for JavaScript/TypeScript monorepos. Turborepo caches task outputs and runs tasks in parallel based on dependency graph. IMPORTANT: Package Tasks, Not Root Tasks DO NOT...