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 provision services, manage credentials, and organize named environments from one place. ## Core Features & Use Cases - Service provisioning: Browse the provider catalog, copy exact provider/service slugs, and add resources like databases with a single command. - Credential management: Inspect redacted environment variables and pull them into local env files without hand-editing CLI-managed state. - Named environments: Create, switch, and manage per-environment resource and variable membership for staging versus production setups. - Use Case: You need a Postgres database for a hackathon app. The Skill checks project status, finds the exact database slug in the catalog, provisions it, pulls the credentials, and suggests complementary services like auth or hosting. ## Quick Start Use the Stripe Projects CLI to check the current project status and provision a Postgres database for this repository.