7 skills total · 7 unscanned
Skills by vercel
This guide walks through building a new harness package that bridges a coding-agent runtime to the AI SDK's HarnessV1 interface. It covers package structure, configuration,…
Add Provider Package walks developers through building a new @ai-sdk/<provider> package to connect an AI service to the AI SDK. It covers the full architecture, from package setup…
Adr Skill guides you through a structured four-phase workflow to author Architecture Decision Records that serve as executable specifications for coding agents. It captures…
This skill guides you through building examples for Vercel's AI SDK functions—from text generation and streaming to structured outputs, agents, embeddings, and multimodal tasks.…
This skill manages updates to the core SDK dependencies that power harness adapters, ensuring each package stays current with its respective framework. It handles both bridge…
This skill manages model ID updates across the AI SDK, handling both additions of new models and removals of obsolete ones. It guides you through discovering all affected…
turborepo is a high-performance build system designed for JavaScript and TypeScript monorepos. It streamlines task execution, manages inter-project dependencies, and leverages…