Agent 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 SleestkLicense: MIT87 GitHub starsUpdated 2 months ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Jul 6, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install stripe-developer for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install stripe-developer@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/Sleestk/Skills-Pipeline

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is SaaS/stripe-developer/.

Plugin files

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

Included 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.

Plugin 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"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[stripe-developer on Agent Plugins Marketplace](https://pluginsmp.com/plugins/stripe-developer)