Handles Stripe payments end to end: hosted and embedded checkout, webhooks for verification, and subscription management. Covers the full setup from API keys to production webhooks, with working examples in Next.js and Python. The guide pushes you toward Checkout over custom Payment Element implementations, which is the right call for most projects. Webhook handling is solid and emphasizes signature verification, which plenty of tutorials skip. If you're adding payments to a web app and don't want to piece together Stripe's docs yourself, this gives you the working patterns and shows you where the footguns are.
npx skills add https://github.com/alinaqi/claude-bootstrap --skill web-payments