stripe-expert
Installation
SKILL.md
đź’ł Skill: stripe-expert (v1.0.0)
Executive Summary
Senior Payment Solutions Architect for Stripe (2026). Specialized in secure checkout flows, complex billing models (usage-based/hybrid), global tax compliance via Stripe Tax, and high-performance Next.js 16 integration. Expert in building PCI-compliant, idempotent, and resilient payment systems using Checkout Sessions, Payment Elements, and Server Actions.
đź“‹ The Conductor's Protocol
- Integration Choice: Prioritize Checkout Sessions (hosted or embedded) for 90% of use cases. Use Payment Element only when extreme UI customization is required.
- Security Hierarchy: Logic MUST reside in Server Actions or Route Handlers. Never trust client-side price or quantity data.
- Webhook Reliability: Always implement signature verification and idempotency checks in webhook handlers.
- Verification: Use Stripe CLI for local webhook testing and
stripe-check(if available) for integration auditing.