polar-billing
FeaturedThis skill should be used when working on Polar billing system, Stripe integration, subscription lifecycle, checkout flows, or benefit provisioning.
Install
Quality Score: 96/100
Skill Content
Details
- Author
- fcakyon
- Repository
- fcakyon/claude-codex-settings
- Created
- 1 years ago
- Last Updated
- today
- Language
- Python
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
billing
Use for recurring revenue on Stripe — subscriptions, plans/tiers, trials, renewals, cancellation, proration, automated invoicing, usage-based/metered billing (Billing Meters), dunning/Smart Retries, the Customer Portal, and subscription tax basics. Triggers — "subscription", "recurring", "plan", "tier", "trial", "renewal", "cancel subscription", "proration/prorate", "upgrade/downgrade plan", "metered/usage-based billing", "billing meter", "meter event", "invoice/dunning/failed payment/retry", "customer portal", "subscription checkout", "Stripe Tax on subscriptions". Not for one-time payments (see stripe-suite:payments) or marketplace payouts (see stripe-suite:connect). API version pinned 2026-06-24.dahlia.
monetization-and-billing
Implementing Stripe billing, subscription management, tiered access control, and payment infrastructure for SaaS platforms. Use when integrating Stripe Checkout, Subscriptions, Webhooks, Customer Portal, or metered billing. Also use when implementing tier-based feature gating (free vs paid), upgrade/ downgrade flows, trial periods, invoice handling, region-specific payment methods (PIX, Boleto, SEPA, ACH), or any payment-related backend logic. Use when designing Supabase schemas for billing state, RLS policies that check subscription tier, or webhook handlers that sync Stripe state to your database. Even if the user just mentions "pricing", "plans", "paywall", "subscription", or "monetization", use this skill. Never assume Stripe behavior — verify against current Stripe docs.
api-commerce-stripe
Stripe payment processing — Checkout Sessions, Payment Intents, subscriptions, webhooks, Connect, customer management, error handling