Stripe Expert
Skill Verified ActiveComprehensive Stripe API expert with access to 3,253 official documentation files covering all payment processing, billing, subscriptions, webhooks, Connect, Terminal, Radar, Identity, Tax, Climate, and integrations. Invoke when user mentions Stripe, payments, subscriptions, billing, payment processing, checkout, invoices, or any payment-related features.
To empower developers to integrate Stripe payment infrastructure accurately and efficiently by providing expert-level guidance based on extensive Stripe documentation and battle-tested code patterns.
Features
- Comprehensive Stripe API documentation access
- Expert guidance on payment processing, subscriptions, and billing
- Examples for Connect, Terminal, Radar, Treasury, Issuing, and webhooks
- Secure API key and webhook handling practices
- Framework-specific integration patterns (Next.js, React)
Use Cases
- Integrating Stripe Checkout or Payment Elements for seamless payments
- Implementing subscription billing and managing recurring payments
- Building marketplace functionality with Stripe Connect
- Handling Stripe webhooks securely and reliably
- Developing in-person payment solutions with Stripe Terminal
Non-Goals
- Directly managing Stripe account settings through the interface
- Providing a UI for Stripe configuration
- Replacing the official Stripe Dashboard for administrative tasks
Trust
- info:Issues AttentionThere is 1 open issue and 0 closed issues in the last 90 days. While there are no issues being actively closed, the low number of open issues suggests maintainer responsiveness is not a significant concern.
Installation
npx skills add raintree-technology/claude-starterRuns the Vercel skills CLI (skills.sh) via npx — needs Node.js locally and at least one installed skills-compatible agent (Claude Code, Cursor, Codex, …). Assumes the repo follows the agentskills.io format.
Quality Score
VerifiedTrust Signals
Similar Extensions
Netlify Identity
100Use when the task involves authentication, user signups, logins, password recovery, OAuth providers, role-based access control, or protecting routes and functions. Always use `@netlify/identity`. Never use `netlify-identity-widget` or `gotrue-js` — they are deprecated.
Stripe Best Practices
96Guides 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.
Braintree Automation
75Braintree Automation: manage payment processing via Stripe-compatible tools for customers, subscriptions, payment methods, and transactions
Deepinit
100Deep codebase initialization with hierarchical AGENTS.md documentation
Cleanup Cycles
100Detect and untangle circular dependencies. Runs madge/skott (TS), pycycle (Py), or compiler-only checks (Go/Rust). Auto-fixes leaf-extractable cycles; reports core cycles for human review. Use when the user asks to find circular imports, fix dependency cycles, or untangle module graph. Example queries — "find circular imports", "fix dependency cycles", "untangle our module graph", "why is madge complaining".
Vue Router Best Practices
100Vue Router 4 patterns, navigation guards, route params, and route-component lifecycle interactions.