This is the official Stripe integration guide for Claude, and it's opinionated in the right ways. It steers you toward Checkout Sessions and away from the deprecated Charges API, recommends Stripe-hosted checkout over building your own forms, and includes specifics like using Confirmation Tokens for pre-authorization inspection instead of calling createPaymentMethod directly. The skill covers webhooks, Connect platforms, subscriptions, and PCI compliance with a clear hierarchy of what to use when. If you're building any kind of payment flow with Stripe, this will save you from outdated Stack Overflow answers and keep you on the modern API surface. It includes a pre-launch checklist and migration paths from legacy implementations.
npx skills add https://github.com/anthropics/claude-plugins-official --skill stripe-best-practices