What problem does it solve? Building apps that need external capabilities like commerce, payments, email, or monitoring often leads to hand-written scaffolding that gets thrown away once a real provider is connected. This Skill enforces the correct sequence — categorize, discover, install, then build — so integrations are provisioned first and the app is built around real environment variables. ## Core Features & Use Cases - Guided provider selection: Recommends preferred providers (Shopify for commerce, Stripe for payments) and falls back to top discover results for other categories. - CLI-driven provisioning: Uses vercel integration categories, discover, and add to install integrations with auto-provisioned environment variables and unified billing. - Category mapping: Maps needs like messaging, observability, search, CMS, feature flags, and video to the correct integration category. - Use Case: You want to build an online store. Instead of scaffolding a catalog and checkout by hand, run the discover flow, install Shopify via the CLI, pull the real env vars, and build the storefront against the provisioned backend. ## Quick Start Ask the assistant to discover and install a Vercel Marketplace integration for your app's need, such as adding a commerce provider before scaffolding a store.