asc-revenuecat-catalog-sync

Reconcile App Store Connect catalogs with RevenueCat resources across audit and apply modes.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/pyronaur/ngents --skill asc-revenuecat-catalog-sync-pyronaur
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asc-revenuecat-catalog-sync
Source: https://github.com/pyronaur/ngents/tree/main/docs/topics/apple/asc-cli/asc-revenuecat-catalog-sync
Command: npx skills add https://github.com/pyronaur/ngents --skill asc-revenuecat-catalog-sync-pyronaur

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Align ASC subscription catalogs with RevenueCat resources to ensure consistent product definitions, entitlements, and pricing across platforms.

Core Features & Use Cases

  • Audit ASC and RevenueCat catalogs to identify gaps and mismatches.
  • Create missing ASC items (subscription groups, subscriptions, IAPs) and map them to RevenueCat products.
  • Attach products to entitlements and configure offerings/packages to reflect pricing strategies.
  • Perform deterministic applies with explicit confirmations and safety guards to prevent deletions or unintended changes.

Quick Start

Audit ASC and RevenueCat catalogs to build a diff, then map or create missing items in a safe, auditable workflow.

Frequently Asked Questions about asc-revenuecat-catalog-sync

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I sync App Store Connect subscriptions with RevenueCat catalogs?

You sync App Store Connect subscriptions with RevenueCat by auditing both catalogs to build a diff, mapping or creating missing items, and configuring offerings through a deterministic workflow with explicit write confirmations and safety guards.

What is the safest way to reconcile IAP products between ASC and RevenueCat?

Reconciling IAP products safely involves an auditable workflow that uses a store_identifier-based canonical mapping to prevent drift, requires explicit write confirmations for changes, and enforces a strict no-deletion policy to protect existing catalog items.

Can I map existing ASC in-app purchases to RevenueCat entitlements without deletions?

Yes, you can map existing ASC in-app purchases to RevenueCat entitlements safely, as the workflow explicitly prevents deletions, uses a canonical store_identifier mapping to prevent drift, and requires explicit write confirmations before applying any changes.

How does the audit mode work for RevenueCat and ASC catalog mismatches?

Audit mode scans ASC and RevenueCat catalogs to identify gaps and mismatches, building a diff of missing subscription groups, IAPs, and entitlement mappings before any write operations are attempted in apply mode.

Do I need MCP tooling to configure RevenueCat offerings from App Store Connect?

Yes, MCP tooling and asc commands are required to configure RevenueCat offerings from App Store Connect, as the Skill uses them to execute the auditable workflow for creating missing items, mapping products, and attaching them to entitlements.