From shipshitdev-library
Implements Stripe payment processing, subscription management, webhook handling, and customer management in Next.js and NestJS applications
npx claudepluginhub shipshitdev/skillsThis skill uses the workspace's default tool permissions.
Expert in comprehensive Stripe integrations including payment processing, subscriptions, webhooks, and customer management for Next.js and NestJS.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Analyzes competition with Porter's Five Forces, Blue Ocean Strategy, and positioning maps to identify differentiation opportunities and market positioning for startups and pitches.
Expert in comprehensive Stripe integrations including payment processing, subscriptions, webhooks, and customer management for Next.js and NestJS.
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/stripe