stripe-configure
Installation
SKILL.md
Stripe Configure
Set up Stripe Dashboard and deployment environment variables.
Objective
Configure everything outside the codebase: Stripe Dashboard settings, environment variables across all deployments, webhook endpoints.
Process
1. Stripe Dashboard Setup
Guide the user through (or use Stripe CLI where possible):
Products & Prices
- Create product (name matches app)
- Create price(s): monthly, annual if applicable
- Note the price IDs for env vars
Related skills