This handles Stripe API integration tasks, from setting up payment flows to managing webhooks and subscriptions. You'd reach for it when building checkout systems, handling recurring billing, or debugging payment issues without context switching to Stripe's docs every few minutes. It knows the current API patterns and can help you avoid common pitfalls like improper idempotency handling or webhook signature verification mistakes. Useful if you're tired of fighting with payment edge cases and just want someone who already knows how Stripe expects things to be structured.
npx skills add https://github.com/alirezarezvani/claude-skills --skill stripe-integration-expert