upgrade-stripe
Guide for upgrading Stripe API versions and SDKs
Install
git clone https://github.com/stripe/ai /tmp/ai && ln -s /tmp/ai/skills/upgrade-stripe ~/.claude/skills/upgrade-stripe
From README
Upgrading Stripe Versions This guide covers upgrading Stripe API versions, server-side SDKs, Stripe.js, and mobile SDKs. Choose a target API version If the user specifies a target API version, use it. Otherwise, look up the current version on docs.stripe.com with any documentation or web tool available to you, for example stripe docs /api/versioning with the Stripe CLI. The page states it in the sentence that begins “The current version is”. Bundled fallback API version: 2026-08-26.dahlia. This value is only a snapshot from the last time this skill was generated, on 2026-09-19. Version identifiers start with their release date in YYYY-MM-DD format and new stable versions are released monthly, so a fallback version dated more than a month ago is probably stale. Use it only when you can’t reach docs.stripe.com. Never guess about a newer version number.
More from this repo
stripe-best-practices
Guides Stripe integration decisions across development and test environment planning (separate sandboxes vs the shared...
stripe-projects
Used when the user wants to provision infrastructure or third-party services using Stripe Projects.
connect-recommend
Used when the user asks about Stripe Connect configuration, charge patterns, Dashboard access, or how to get started...
