What problem does it solve? Manually signing up for, configuring, and wiring credentials from multiple third-party providers (databases, auth, hosting) into a project is slow and error-prone. This Skill drives the Stripe Projects CLI to inspect, provision, and manage those services from one place. ## Core Features & Use Cases - Service provisioning: Browse the provider catalog, copy exact provider/service slugs, and run stripe projects add with names, configs, and plans handled in the correct order. - Credential and environment management: Pull redacted or local .env credentials, create and switch named environments, and bind resources or project variables per environment. - Structured error recovery: React to machine-readable exit codes like BROWSER_AUTH_REQUIRED, PLAN_REQUIRED, and TOS_ACCEPTANCE_REQUIRED with the correct remediation instead of blind retries. - Use Case: While building a Next.js app, ask the agent to add a Postgres database and hosting; it checks stripe projects status, provisions the services, pulls the env vars, and summarizes what is already on the project. ## Quick Start Use the Stripe Projects CLI to check the current project status and provision a Postgres database for this app.