stripe
✓Help with Stripe payment integration in Next.js projects. Use when implementing checkout flows, subscriptions, webhooks, customer portal, or debugging payment issues. Covers Stripe SDK usage, webhook verification, and subscription management.
Installation
SKILL.md
| checkout.session.completed | User completes checkout | | customer.subscription.created | New subscription starts | | customer.subscription.updated | Plan change, renewal | | customer.subscription.deleted | Subscription cancelled | | invoice.paymentsucceeded | Successful payment | | invoice.paymentfailed | Failed payment attempt |
| active | Subscription is current | | pastdue | Payment failed, retrying | | canceled | Subscription ended | | unpaid | All retry attempts failed | | trialing | In trial period | | incomplete | First payment pending |
| 4242424242424242 | Successful payment | | 4000000000000002 | Card declined | | 4000002500003155 | Requires 3D Secure | | 4000000000009995 | Insufficient funds |
Help with Stripe payment integration in Next.js projects. Use when implementing checkout flows, subscriptions, webhooks, customer portal, or debugging payment issues. Covers Stripe SDK usage, webhook verification, and subscription management. Source: andrehfp/tinyplate.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/andrehfp/tinyplate --skill stripe- Source
- andrehfp/tinyplate
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is stripe?
Help with Stripe payment integration in Next.js projects. Use when implementing checkout flows, subscriptions, webhooks, customer portal, or debugging payment issues. Covers Stripe SDK usage, webhook verification, and subscription management. Source: andrehfp/tinyplate.
How do I install stripe?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/andrehfp/tinyplate --skill stripe Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/andrehfp/tinyplate
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01