stripe-integration
✓Assists with Stripe payment implementation, debugging, and webhook handling. Covers subscriptions, one-time charges, and customer management. Activates when user mentions "payment", "webhook", "subscription", "決済エラー", "課金", "Stripe".
Installation
SKILL.md
| Stripeクライアント | src/lib/stripe/client.ts | | サブスクリプション | src/lib/stripe/subscription-service.ts | | Webhook処理 | src/app/api/stripe/webhook/route.ts | | ゲストチェックアウト | src/app/api/stripe/guest-checkout/route.ts | | 決済アクション | src/app/actions/payment.ts |
| checkout.session.completed | 支払い完了 → プラン更新 | | customer.subscription.updated | サブスク更新 → 期間更新 | | customer.subscription.deleted | サブスク解約 → Freeに戻す | | invoice.paymentfailed | 支払い失敗 → 通知 |
| 4242424242424242 | 成功 | | 4000002500003155 | 3Dセキュア認証 | | 4000000000009995 | 残高不足 | | 4000000000000341 | カード拒否 |
Assists with Stripe payment implementation, debugging, and webhook handling. Covers subscriptions, one-time charges, and customer management. Activates when user mentions "payment", "webhook", "subscription", "決済エラー", "課金", "Stripe". Source: yusuketsunoda/ppt-trans.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/yusuketsunoda/ppt-trans --skill stripe-integration- Source
- yusuketsunoda/ppt-trans
- Category
- #Documents
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is stripe-integration?
Assists with Stripe payment implementation, debugging, and webhook handling. Covers subscriptions, one-time charges, and customer management. Activates when user mentions "payment", "webhook", "subscription", "決済エラー", "課金", "Stripe". Source: yusuketsunoda/ppt-trans.
How do I install stripe-integration?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yusuketsunoda/ppt-trans --skill stripe-integration 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/yusuketsunoda/ppt-trans
Details
- Category
- #Documents
- Source
- skills.sh
- First Seen
- 2026-02-01