stripe-setup

Installation
SKILL.md

Set up Stripe payments: $ARGUMENTS

$ARGUMENTS can include:

  • "subscriptions" — recurring billing with plans (default)
  • "one-time" — single charge / product purchase
  • "both" — subscriptions + one-time payments
  • "with-portal" — include Stripe Customer Portal (default: included)
  • "minimal" — webhooks + basic checkout only, no portal
  • Empty — full subscription setup with portal

Before Starting

  1. Read package.json to detect framework (Next.js vs Vite + Express)
  2. Read src/lib/env.ts to see existing env var patterns
  3. Read src/lib/database/schema.ts — check for existing subscriptions/customers tables
  4. Check Supabase MCP for subscriptions, stripe_customers tables
  5. Read src/lib/services/simplified/ for service patterns to match
Installs
1
GitHub Stars
1
First Seen
Jun 4, 2026
stripe-setup — joshuashepherd/my-skills