Skip to content
Development
Command

/stripe-payments

Add Stripe payments to a web app — checkout, subscriptions, webhooks, billing portal

From plugin
jezweb-skills
95957 skills57 commands
Install
$ npx -y skills add jezweb/claude-skills --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/stripe-payments

Context preview

What this command does when you run it.

Add Stripe payments to a web app — checkout, subscriptions, webhooks, billing portal

Command definition

stripe-payments.md
description: Add Stripe payments to a web app — checkout, subscriptions, webhooks, billing portal
argument-hint: "[checkout: one-time payment | subscription: recurring billing | webhook: event handler | portal: customer self-service | pricing: pricing page]"

Load the `stripe-payments` skill.

Parse $ARGUMENTS for what to build:

  • `checkout` — one-time payment via Checkout Sessions
  • `subscription` — recurring billing via Checkout Sessions + subscription mode
  • `webhook` — webhook handler with signature verification
  • `portal` — customer billing portal (manage subscriptions)
  • `pricing` — pricing page that reads from Stripe products

Default: ask what they need, or detect from the project (if Stripe is already installed, probably adding a webhook or subscription).

Examples: `/stripe-payments checkout`, `/stripe-payments subscription`, `/stripe-payments webhook`

Ships withjezweb-skills

Production workflow skills for Claude Code. Each skill guides Claude through a recipe to produce tangible output — scaffolded projects, generated assets, professional documents, deployed services. Ten plugins of practical, production-oriented skills.

Get the whole plugin, auto-invoked
Stats
959
Stars
0
Views
99
Forks
Maintained
Maintenance
Python
Language
MIT
License
1mo ago
Last commit
9mo ago
Created

Repo: jezweb/claude-skills