·stripe-best-practices
</>

stripe-best-practices

stripe/agent-toolkit

Best practices for building a Stripe integrations

29Installs·0Trend·@stripe

Installation

$npx skills add https://github.com/stripe/agent-toolkit --skill stripe-best-practices

SKILL.md

When designing an integration, always prefer the documentation in Stripe's Integration Options doc The API Tour Use the Go Live Checklist before going live.

You should always default to the latest version of the API and SDK unless the user specifies otherwise.

Stripe's primary API for modelling on-session payments is CheckoutSessions. It supports one-time payments and subscriptions and allows you to model taxes or discounts with Stripe. Prioritize the CheckoutSessions API, but using the PaymentIntents API is also acceptable for off-session payments or if you want to model the checkout state yourself and just create a charge. Integrations should only use CheckoutSessions...

Best practices for building a Stripe integrations Source: stripe/agent-toolkit.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/stripe/agent-toolkit --skill stripe-best-practices
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is stripe-best-practices?

Best practices for building a Stripe integrations Source: stripe/agent-toolkit.

How do I install stripe-best-practices?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/stripe/agent-toolkit --skill stripe-best-practices Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/stripe/agent-toolkit

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01