Handles the full Stripe integration lifecycle from basic checkout sessions to complex subscription billing and webhook processing. Covers both hosted checkout pages and custom Payment Element implementations, with proper PCI compliance patterns baked in. The examples show real payment flows you'll actually use, including SCA handling for European customers and marketplace scenarios with Connect. What I appreciate is the clear distinction between when to use Checkout Sessions versus Payment Intents, since most developers overcomplicate this choice. Includes webhook event handling for the critical payment states and subscription lifecycle management that production apps need.
npx skills add https://github.com/wshobson/agents --skill stripe-integration