Covers Vercel's entire storage ecosystem: Blob for file uploads, Edge Config for fast read-only data, and Marketplace integrations like Neon Postgres and Upstash Redis. Activates automatically when you're installing storage packages or working in storage-related files. The skill actively steers you away from deprecated @vercel/kv and @vercel/postgres packages toward their Marketplace replacements, which is genuinely helpful since Vercel sunset those without much fanfare. It also chains to other skills when it spots Supabase, MongoDB, or Prisma imports, pushing you toward the Marketplace-native options with unified billing. If you're building anything data-driven on Vercel, this keeps your storage patterns current and prevents you from copy-pasting outdated examples from Stack Overflow.
npx skills add https://github.com/vercel/vercel-plugin --skill vercel-storage