omgskills Get the Mac app
Skill

upgrade-stripe

@stripe 1.7k stars 53k installs Trending #197 on Skills.Sh Updated 2026-07-27 Author match: High

Guide for upgrading Stripe API versions and SDKs

aillmllm-agentsmcppythontypescriptworkflows

Install

Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.

Install command
git clone https://github.com/stripe/ai /tmp/ai && ln -s /tmp/ai/skills/upgrade-stripe ~/.claude/skills/upgrade-stripe

View on GitHub

From README

Upgrading Stripe Versions This guide covers upgrading Stripe API versions, server-side SDKs, Stripe.js, and mobile SDKs. Understanding Stripe API Versioning Stripe uses date-based API versions (e.g., 2026-06-24.dahlia, 2025-08-27.basil, 2024-12-18.acacia). Your account’s API version determines request/response behavior. Types of Changes Backward-Compatible Changes (don’t require code updates): New API resources New optional request parameters New properties in existing responses Changes to opaque string lengths (e.g., object IDs) New webhook event types Breaking Changes (require code updates): Field renames or removals Behavioral modifications Removed endpoints or parameters Review the API Changelog for all changes between versions. Server-Side SDK Versioning See for details.

More from this repo