Stripe skills
Stripe integration best practices and SDK upgrade guidance skills-hub.ai mirrors 3 skills from Stripe daily — every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.
Upstream: github.com/stripe/ai
Installing a Stripe skill
Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.
# Install a Stripe skill
npx @skills-hub-ai/cli install <skill-slug>
# Browse all Stripe skills via API
curl https://skills-hub.ai/api/v1/skills?source=stripe
# Browse all sources
open https://skills-hub.ai/sourcesTop Stripe skills
See all →The most-installed skills from Stripe, ranked by adoption.
01stripe-projects
Use when setting up a new app or local repo with Stripe Projects, provisioning a software stack, or bootstrapping the Projects CLI from a coding agent.
Buildfrom Stripe02stripe-best-practices
Guides Stripe integration decisions — API selection (Checkout Sessions vs PaymentIntents), Connect platform setup (Accounts v2, controller properties), billing/subscriptions, Treasury financial accounts, integration surfaces (Checkout, Payment Element), migrating from deprecated Stripe APIs, and security best practices (API key management, restricted keys, webhooks, OAuth). Use when building, modifying, or reviewing any Stripe integration — including accepting payments, building marketplaces, integrating Stripe, processing payments, setting up subscriptions, creating connected accounts, or implementing secure key handling.
Buildfrom Stripe03upgrade-stripe
Guide for upgrading Stripe API versions and SDKs
Buildfrom Stripe
About this source
skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.
Last sync: Apr 30, 2026, 10:08 PM (success).
Stripe skills — frequently asked
What are Stripe skills?
Stripe skills are AI coding skills published by Stripe (Stripe integration best practices and SDK upgrade guidance) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.
How many Stripe skills are available?
skills-hub.ai indexes 3 skills from Stripe, synced daily from the upstream GitHub repository (https://github.com/stripe/ai).
How do I install a Stripe skill?
Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.
Are these official Stripe skills?
Yes. Every skill from this source is mirrored from Stripe's own GitHub repository (https://github.com/stripe/ai). Each skill page links back to the upstream source of truth, so you can verify the original.