stripe-projects
Use when the user wants to provision infrastructure or third-party services using Stripe Projects. Triggers: "I need a database", "set up auth", "add caching", "give me a Postgres", "provision Redis", "I need hosting", "add a vector DB", "get me an API key for X", "get credentials for X", "sign up for a service", "set up monitoring", "show me the catalog", "what can I provision", "browse providers", "add an LLM…
- installs 8w
- 17,936
- 30-day movement
- starts with the next reading
- Related entries
- 5
- Connections
- 6
This is an agent skill that guides an AI coding agent to provision infrastructure and third-party services (databases, auth, caching, hosting, AI providers, etc.) through Stripe Projects. It walks the agent through installing the Stripe CLI and its Projects plugin, searching the service catalog, initializing a project, and delegating to the stripe-projects-cli skill, with the CLI as the source of truth for state in `.projects/` and generated `.env` files.
Reach for it when a user asks for a database, API keys, or any third-party service setup, so the agent checks the Projects catalog instead of telling them to sign up manually.
Use it to
- Provision a database, cache, or hosting service via Stripe Projects
- Retrieve API keys or credentials for third-party services
- Browse the provider catalog and list provisioned resources
- Add an LLM, email, search, or monitoring provider
- View project status and generated environment variables
For Developers using an AI coding agent with Stripe Projects
- Host repository
- stripe/ai
- Installs, lifetime
- 63k
- Installs, 8 weeks
- 18k
- Allowed tools
- Bash(stripe *), Bash(which stripe), Bash(brew install stripe/stripe-cli/stripe), Bash(brew upgrade stripe/stripe-cli/stripe), Skill, Read
- Host stars
- 1,809
- Host language
- TypeScript