ai
Build AI apps and agents with one TypeScript toolkit
All Skills in This Repository (12)
Pure Emerald Level Indicatorscapture-api-response-test-fixture
Capture real API responses and save them as test fixtures under a __fixtures__ directory.
list-npm-package-content
List npm package tarball contents before publishing.
ai-sdk
Explain AI SDK usage for building chatbots, RAG systems, and tool-integrated workflows.
develop-ai-functions-example
Validate AI SDK function support with ready-to-run examples across providers.
add-provider-package
Scaffolds and implements first-party AI provider packages for the AI SDK repository.
update-harness-dependencies
Update primary SDK dependencies of harness adapter packages using pnpm commands.
migrate-ai-sdk-v6-to-v7
Migrates applications from Vercel AI SDK 6.x to AI SDK 7.0 using a structured checklist.
update-provider-models
Add or remove model IDs across AI SDK provider packages, docs, examples, and tests.
adr-skill
Create and maintain Architecture Decision Records optimized for agentic coding workflows.
major-version-mode
Guides breaking changes for the next AI SDK major release with deprecation and migration rules.
add-harness-package
Guides creation of new @ai-sdk/harness packages adapting coding-agent runtimes to HarnessV1.
add-function-examples
Creates AI function examples in examples/ai-functions for testing features against provider APIs.
Frequently Asked Questions
FAQPage SchemaHow 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→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core