What problem does it solve? Choosing and configuring the right data storage for Vercel applications is confusing, especially since @vercel/postgres and @vercel/kv are sunset and Edge Config was renamed to Global Config. This Skill provides expert guidance on which storage product to use, how to provision it via the Vercel Marketplace, and how to migrate away from deprecated packages. ## Core Features & Use Cases - Storage Decision Matrix: Maps needs (file uploads, feature flags, relational data, caching, realtime sync) to the correct product and npm package. - Deprecation Detection & Migration: Flags @vercel/postgres and @vercel/kv imports and provides drop-in migration paths to @neondatabase/serverless and @upstash/redis. - Marketplace Provisioning Guidance: Covers vercel integration add flows for Neon, Upstash, Supabase, Prisma, MongoDB Atlas, Convex, and Turso with automatic environment variable injection. - Use Case: You import @vercel/kv in a Next.js project. The Skill detects the deprecated package, explains the migration to Upstash Redis with Redis.fromEnv(), and walks you through one-click Marketplace provisioning. ## Quick Start Ask the assistant to help you choose and set up the right Vercel storage option for your project, such as migrating from @vercel/postgres to Neon.