This gets you from zero to accepting payments without setting up an MCP server. It covers the decision tree between Checkout Sessions and Payment Intents, then generates working code for one-time payments, subscriptions, webhooks, and the customer portal. The webhook handler uses constructEventAsync for Cloudflare Workers compatibility since the standard method relies on Node crypto. Includes hardcoded price ID patterns, CLI commands for product setup, and the full signature verification flow. If you just need to bolt Stripe onto an existing app and want the boilerplate done right, this handles it. Defaults to Checkout Sessions since hosted pages get you live faster than embedded forms.
npx skills add https://github.com/jezweb/claude-skills --skill stripe-payments