plugins marketplace
← All plugins

stripe-developer

v1.0.0

Full-stack Stripe developer skill for building payment integrations with Next.js and Supabase. Covers Checkout (hosted and embedded), Products & Prices, Subscriptions & Billing, Webhooks (signature verification, event handling), Customer Portal, the Stripe Node.js SDK, client-side Stripe.js, and the Stripe CLI.

Claude Code1 skill

by SleestkMIT86updated 1 month ago

Source

git clone https://github.com/Sleestk/Skills-Pipeline

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is SaaS/stripe-developer/ inside the repository.

Layout

SaaS/stripe-developer/
├── .claude-plugin/plugin.json
└── SKILL.md

Skills1

stripe-developerSKILL.md

Full-stack Stripe developer skill for building payment integrations with Next.js and Supabase. Covers Checkout (hosted and embedded), Products & Prices, Subscriptions & Billing, Webhooks (signature verification, event handling), Customer Portal, the Stripe Node.js SDK, client-side Stripe.js, and the Stripe CLI. Use this skill whenever the user mentions Stripe, payments, checkout, subscriptions, billing, pricing tiers, webhooks, recurring revenue, freemium, paywall, customer portal, Stripe CLI, or any task involving accepting payments. Even if the user just says "add payments", "wire up billing", "set up subscriptions", or "make this a SaaS" — trigger this skill immediately. Also trigger for connecting Stripe to Supabase (syncing subscription status via webhooks + RLS) or deploying a Stripe-integrated app to Vercel.

Manifests1

SaaS/stripe-developer/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "stripe-developer",
  "description": "Full-stack Stripe developer skill for building payment integrations with Next.js and Supabase. Covers Checkout (hosted and embedded), Products & Prices, Subscriptions & Billing, Webhooks (signature verification, event handling), Customer Portal, the Stripe Node.js SDK, client-side Stripe.js, and the Stripe CLI.",
  "version": "1.0.0",
  "author": {
    "name": "Sleestk",
    "url": "https://github.com/Sleestk"
  },
  "homepage": "https://github.com/Sleestk/Skills-Pipeline",
  "repository": "https://github.com/Sleestk/Skills-Pipeline",
  "license": "MIT",
  "keywords": [
    "stripe",
    "payments",
    "checkout",
    "subscriptions",
    "billing",
    "webhooks",
    "nextjs"
  ]
}