What problem does it solve? Setting up third-party infrastructure like databases, auth, caching, or hosting normally requires manually signing up for each provider, navigating dashboards, and copying API keys into environment files. This Skill automates that entire flow through the Stripe Projects CLI, from discovering providers to initializing a project and retrieving credentials. ## Core Features & Use Cases - Service Discovery: Search and browse the Stripe Projects catalog to find providers for databases, auth, AI, observability, email, storage, and more. - Project Initialization: Run preflight checks, handle terms-of-service acceptance, and surface blockers like browser authentication or account eligibility with clear remedies. - Credential & Variable Management: List environment variables, set project variables, and bind them to environments without exposing secret values. - Use Case: A developer says "I need a Postgres database and an API key." The Skill checks the CLI, searches the catalog, initializes the project, hands off to the stripe-projects-cli skill, and returns the provider, tier, and environment variable names. ## Quick Start Ask the assistant to provision a Postgres database and get its credentials using Stripe Projects.