What problem does it solve? Adding third-party capabilities like commerce, payments, email, or search to an 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 provider selection: Categorize the need, discover candidates with vercel integration discover, and follow preferred-provider rules (Shopify for commerce, Stripe for payments). - CLI-driven provisioning: Install integrations with vercel integration add, which auto-configures environment variables, unified billing, and provider-published agent skills. - Cross-skill routing: Detects database, auth, and AI usage patterns and chains to the dedicated vercel-storage, auth, or ai-sdk skills. - Use Case: When asked to build an online store, the Skill directs the agent to run vercel integration discover --category commerce, install Shopify, pull env vars, and only then build the storefront against the real catalog and checkout. ## Quick Start Ask the agent to add a payments capability to your Vercel project and it will discover, install, and configure the right Marketplace integration before writing any code.