What problem does it solve? Upgrading from Vercel AI SDK 6.x to 7.0 involves dozens of breaking changes across APIs, streaming, telemetry, and tool execution, and missing any one of them causes type errors or silent behavior changes. This Skill provides a systematic migration workflow so nothing is overlooked. ## Core Features & Use Cases - Comprehensive Rename Mapping: Covers all renamed APIs such as system to instructions, fullStream to stream, onFinish to onEnd, and stepCountIs to isStepCount. - Behavioral Change Guidance: Explains semantic shifts like all-steps result shapes, prepareStep carry-forward, and telemetry moving to @ai-sdk/otel, so you can choose between new and legacy behavior. - Package-Specific Checks: Handles MCP redirect defaults, Vue Chat deprecation, Anthropic cache token changes, and Google provider renames. - Use Case: Your Next.js app uses streamText with tools and OpenTelemetry. Run this Skill to update every call site, migrate telemetry registration, fix streaming helpers, and validate with typecheck and tests. ## Quick Start Migrate my project from AI SDK v6 to v7 and fix all breaking changes in my chat and streaming code.