Claude Code Plugins

Community-maintained marketplace

Feedback

Implement Stripe payments, webhooks, and subscriptions correctly first time

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name stripe-integration
description Implement Stripe payments, webhooks, and subscriptions correctly first time

Stripe Integration

Consistent Stripe implementation following best practices.

Key Components

Payment Flows

  • Checkout sessions
  • Payment intents
  • SCA/3DS handling

Webhooks (Critical)

  • checkout.session.completed
  • customer.subscription.created/updated/deleted
  • invoice.paid/payment_failed

Subscriptions

  • Products and prices
  • Lifecycle management
  • Trial periods

Security Checklist

  • API keys as environment variables
  • Webhook signatures validated
  • Server-side amount calculations
  • HTTPS for all requests

Usage

"Use Stripe integration skill to add monthly/annual subscriptions"

Webhook Testing

stripe listen --forward-to localhost:3000/api/webhooks/stripe