stripe/stripe-best-practices

Best practices for building Stripe integrations. Use when implementing payment processing, checkout flows, subscriptions, webhooks, Connect platforms, or any Stripe API integration.

Content Preview
---
name: stripe-best-practices
description: Best practices for building Stripe integrations. Use when implementing payment processing, checkout flows, subscriptions, webhooks, Connect platforms, or any Stripe API integration.
---

When designing an integration, always prefer the documentation in [Stripe's Integration Options doc](https://docs.stripe.com/payments/payment-methods/integration-options.md)
The [API Tour](https://docs.stripe.com/payments-api/tour.md)
Use the [Go Live Checklist](https
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/stripe/stripe-best-practices.md \
  https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/external_plugins/stripe/skills/stripe-best-practices/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/anthropics/claude-plugins-official

Then reference at external_plugins/stripe/skills/stripe-best-practices/SKILL.md

Related Skills