If you're running iOS subscriptions through RevenueCat, you've probably done the tedious dance of keeping App Store Connect and RevenueCat catalogs in sync by hand. This skill automates the reconciliation: it reads your ASC subscription groups and IAPs, maps them to RevenueCat products and entitlements by matching store identifiers, then creates whatever's missing on either side. It defaults to audit mode so you can review the plan before it writes anything. The entitlement mapping is opinionated but sensible: one per subscription group, one per non-consumable, nothing for consumables unless you ask. Useful for initial RevenueCat setup or drift checks before a release.
npx skills add https://github.com/rudrankriyam/app-store-connect-cli-skills --skill asc-revenuecat-catalog-sync