upgrade-stripe
Upgrade Stripe API versions and SDKs across multiple languages and platforms with best practices.
Install
npx skills add https://github.com/stripe/ai --skill upgrade-stripeStats
| Total installs | 2,176 |
| Weekly installs | 2.2K |
| GitHub stars | 1.4K |
| First seen | Jan 20, 2026 |
| Source | @stripe/ai |
Summary
- Covers server-side SDKs (dynamically-typed languages like Python, Node.js, Ruby allow per-request or global version overrides; strongly-typed languages like Java, Go, .NET require SDK updates instead)
- Stripe.js uses an evergreen model with biannual major releases (Acacia, Basil, Clover) that automatically pair with corresponding API versions; v3 continues to be supported indefinitely
- Mobile SDKs (iOS, Android) use semantic versioning; React Native uses a 0.x.y schema where minor version changes include breaking changes
- Includes testing strategies using the Stripe-Version header and a nine-step upgrade checklist covering changelog review, SDK updates, webhook handler changes, and database schema considerations
Tags
Related skills
| Skill | Installs | vs upgrade-stripe |
|---|---|---|
| trading-signal | 2,581 | +405 |
| yahoo-finance | 2,434 | +258 |
| x402 | 1,632 | -544 |
| financial-operations-expert | 1,446 | -730 |
| nft-standards | 3,256 | +1,080 |
FAQ
- How many installs does upgrade-stripe have?
- upgrade-stripe has 2,176 total installs and 2.2K installs this week.
- Where is upgrade-stripe hosted?
- upgrade-stripe is published by @stripe/ai at https://github.com/stripe/ai.
- How many GitHub stars does upgrade-stripe have?
- upgrade-stripe has 1.4K GitHub stars.
- When was upgrade-stripe first indexed?
- OrangeBot.AI first indexed upgrade-stripe on Jan 20, 2026.
- How do I install upgrade-stripe?
- Run: npx skills add https://github.com/stripe/ai --skill upgrade-stripe