RevenueCat

74 mods across 3 repositories, 129 stars between them.

error-handling

49

RevenueCat/play-billing-skills

Skill Claude CodeCodex

Use this skill when designing error handling and retry strategy for the Play Billing Library. Classifies every BillingResponseCode into recoverable, non recoverable, and user driven categories and builds a retry plan with exponential backoff and circuit breaker patterns.

52 3mo ago A 52 tokens original Apache-2.0

integrating-pbl

50

RevenueCat/play-billing-skills

Skill Claude CodeCodex

Use this skill when integrating the Google Play Billing Library client side (adding the dependency, wiring BillingClient, managing its connection lifecycle, and querying product details). Grounded in PBL 9.x.

52 3mo ago A 45 tokens original Apache-2.0

one-time-products

51

RevenueCat/play-billing-skills

Skill Claude CodeCodex

Use this skill when implementing, acknowledging, or consuming Google Play one time products (consumables and non consumables) with the Play Billing Library. Covers launch, pending transactions, consume for consumables, acknowledge for non consumables.

52 3mo ago A 51 tokens original Apache-2.0

payment-recovery

52

RevenueCat/play-billing-skills

Skill Claude CodeCodex

Use this skill when handling failed subscription renewals on Google Play. Covers Grace Period (user keeps access), Account Hold (access revoked), the RTDN signals that move between stages, and the in app messaging required to drive recovery.

52 3mo ago A 50 tokens original Apache-2.0

RevenueCat/play-billing-skills

Skill Claude CodeCodex

Use this skill when migrating an Android app from Play Billing Library 7.x to 8.x. Covers the full breaking change list, the dependency bump, the required API renames, and the step by step verification flow.

52 3mo ago A 55 tokens original Apache-2.0

RevenueCat/play-billing-skills

Skill Claude CodeCodex

Use this skill when migrating an Android app from Play Billing Library 7.x straight to 9.x. There is no direct path: you do the breaking v7 to v8 work first, then the small v8 to v9 delta. Covers the full rename map, the dependency bump, the two stage plan, and the verification flow.

52 3mo ago A 79 tokens original Apache-2.0

RevenueCat/play-billing-skills

Skill Claude CodeCodex

Use this skill when migrating an Android app from Play Billing Library 8.x to 9.x. Covers the small v9 delta (no API removals): the dependency bump, the targetSdk 35 and androidx.core requirements, the blocked Play Store error reclassification, the nullable getLinkUri change, the optional in app price increase…

52 3mo ago A 84 tokens original Apache-2.0

plan-changes

56

RevenueCat/play-billing-skills

Skill Claude CodeCodex

Use this skill when implementing Google Play subscription upgrades, downgrades, or plan switches with setSubscriptionUpdateParams. Covers the six replacement modes (WITHTIMEPRORATION, CHARGEPRORATEDPRICE, WITHOUTPRORATION, DEFERRED, CHARGEFULLPRICE, the deprecated UNKNOWN) and when each applies.

52 3mo ago A 69 tokens original Apache-2.0

RevenueCat/play-billing-skills

Skill Claude CodeCodex

Use this skill as a quick reference for billing related Google Play Developer API REST endpoints, covering purchases.products, purchases.subscriptionsv2, purchases.voidedpurchases, and monetization endpoints. Lists paths, auth scopes, and typical request shapes.

52 3mo ago A 56 tokens original Apache-2.0

price-changes

58

RevenueCat/play-billing-skills

Skill Claude CodeCodex

Use this skill when changing subscription prices on Google Play. Covers opt out price decreases versus opt in price increases, the 30 to 37 day notification timeline, the SUBSCRIPTIONPENDING state, and the API calls to manage price changes for existing subscribers.

52 3mo ago A 55 tokens original Apache-2.0

purchase-flow

59

RevenueCat/play-billing-skills

Skill Claude CodeCodex

Use this skill when implementing the Play Billing purchase flow end to end. Covers building BillingFlowParams, launching launchBillingFlow(), receiving results in PurchasesUpdatedListener, handling every BillingResult outcome, and posting to your backend.

52 3mo ago A 48 tokens original Apache-2.0

rtdn-reference

60

RevenueCat/play-billing-skills

Skill Claude CodeCodex

Use this skill as a quick lookup for all Google Play Real Time Developer Notification (RTDN) types with their integer codes, trigger conditions, and recommended handling. Covers subscription notifications, one time purchase notifications, voided purchase notifications, and test notifications.

52 3mo ago A 55 tokens original Apache-2.0

rtdn

61

RevenueCat/play-billing-skills

Skill Claude CodeCodex

Use this skill when setting up Real Time Developer Notifications (RTDN) for Google Play. Covers the full pipeline from Cloud Pub/Sub configuration through message parsing and processing all 22 subscription notification types (renewals, cancellations, revocations, account holds, etc.).

52 3mo ago A 56 tokens original Apache-2.0

security

62

RevenueCat/play-billing-skills

Skill Claude CodeCodex

Use this skill when hardening a Google Play Billing integration against fraud. Covers server side receipt verification, replay attack protection, device fingerprinting, velocity checks, and the most common billing fraud patterns.

52 3mo ago A 41 tokens original Apache-2.0

setup

63

RevenueCat/play-billing-skills

Skill Claude CodeCodex

Use this skill when configuring Play Console, creating products, enabling service account API access, or setting up RTDN before writing billing code. You stand up the full Google Play billing environment so app and backend code can authenticate, query products, and receive server side purchase events.

52 3mo ago A 56 tokens original Apache-2.0

RevenueCat/play-billing-skills

Skill Claude CodeCodex

Use this skill as the pull out reference for the full Google Play subscription state machine, showing every state and every RTDN triggered transition in one diagram.

52 3mo ago A 35 tokens original Apache-2.0

subscription-states

65

RevenueCat/play-billing-skills

Skill Claude CodeCodex

Use this skill when mapping a Google Play subscription to the seven states (PENDING, ACTIVE, INGRACEPERIOD, ONHOLD, PAUSED, CANCELED, EXPIRED) and deciding what access your app should grant in each state.

52 3mo ago A 54 tokens original Apache-2.0

subscriptions

66

RevenueCat/play-billing-skills

Skill Claude CodeCodex

Use this skill when modeling Google Play subscriptions (the three tier Subscription, Base Plan, Offer hierarchy), choosing a catalog shape, and deciding how to map your paywall to base plans and offers. Grounded in Play Billing Library 9.x.

52 3mo ago A 51 tokens original Apache-2.0

testing

67

RevenueCat/play-billing-skills

Skill Claude CodeCodex

Use this skill when testing a Google Play Billing integration. Covers license test accounts, static test responses, Play Console sandbox purchases, and subscription lifecycle acceleration for renewals, grace period, and account hold.

52 3mo ago A 42 tokens original Apache-2.0

RevenueCat/play-billing-skills

Skill Claude CodeCodex

Use this skill when a developer is new to Google Play Billing or needs to orient themselves before picking an implementation task. Maps their goal to the right pillar (Play Billing Library, Google Play Developer API, Play Console plus RTDNs) and routes them to the concrete skill to invoke next.

52 3mo ago A 63 tokens original Apache-2.0

backend

69

RevenueCat/play-billing-skills

Skill Claude CodeCodex

Use this skill when your backend needs to read or update RevenueCat state on Android. Covers the RevenueCat REST API (v1 subscribers endpoint, grant/revoke entitlements, attributes), secret vs public SDK API key usage, and why you do not build a receipt verification backend with RevenueCat.

52 3mo ago A 61 tokens copy · 100% Apache-2.0

configuring-the-sdk

70

RevenueCat/play-billing-skills

Skill Claude CodeCodex

Use this skill when adding and configuring the RevenueCat Android SDK (purchases-kt/purchases) in an app. Covers the Gradle dependency, Purchases.configure with PurchasesConfiguration, initial app user id strategy, and log level.

52 3mo ago A 53 tokens copy · 95% Apache-2.0

RevenueCat/play-billing-skills

Skill Claude CodeCodex

Use this skill as a quick reference for the RevenueCat Android SDK 10.x and REST API. Covers SDK init, common Purchases calls, CustomerInfo / Offerings access patterns, and the most used REST endpoints.

52 3mo ago A 52 tokens copy · 89% Apache-2.0

RevenueCat/play-billing-skills

Skill Claude CodeCodex

Use this skill to decide whether to use RevenueCat or raw Google Play Billing on Android. Provides a side by side reference of what RevenueCat handles versus what remains your responsibility at both client and backend layers.

52 3mo ago A 51 tokens copy · 98% Apache-2.0