From shipshitdev-library
Implements Stripe payment processing, subscriptions, webhooks, and customer management in Next.js and NestJS apps. Use when integrating payments or billing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/shipshitdev-library:stripe-implementerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use when you're:
Use when you're:
npm install stripe @stripe/stripe-js
STRIPE_SECRET_KEY=sk_test_...
STRIPE_PUBLISHABLE_KEY=pk_test_...
STRIPE_WEBHOOK_SECRET=whsec_...
payment_intent.succeeded / payment_intent.payment_failedcustomer.subscription.created/updated/deletedinvoice.payment_succeeded/failedstripe listen --forward-to localhost:3000/api/webhooks/stripenpx claudepluginhub shipshitdev/skillsIntegrates Stripe payments into web apps using Checkout Sessions, Payment Intents, subscriptions, webhooks, customer portal, and pricing pages. Uses Stripe npm package.
Implements Stripe payment processing including checkout, subscriptions, webhooks, and refunds. Use when integrating Stripe payments or building subscription systems.
Integrates Stripe payments including Checkout, subscriptions, webhooks, and customer portal. Includes setup steps and code examples for Node.js/Next.js apps.