What problem does it solve? Adding third-party capabilities like commerce, payments, email, or monitoring to a Vercel app often leads to hand-built scaffolding that gets thrown away once a real provider is chosen. This Skill enforces a provision-first workflow so integrations are installed through the Vercel CLI before any app code is written. ## Core Features & Use Cases - Guided Discovery: Categorize a need and run vercel integration discover to find the right provider, with preferred recommendations like Shopify for commerce and Stripe for payments. - CLI-Driven Provisioning: Install integrations with vercel integration add, which auto-configures environment variables, unified billing, and provider-published agent skills. - Use Case: When building a storefront, use this Skill to discover and install Shopify first, then pull the real env vars with vercel env pull and build the app against the provisioned catalog, cart, and checkout. ## Quick Start Ask the agent to find and install a Vercel Marketplace integration for the capability your app needs before writing any application code.