asc-revenuecat-catalog-sync

Reconcile App Store Connect and RevenueCat catalogs to generate a mapping plan.

4|Updated Dec 8, 2019
One-click install
npx skills add https://github.com/Detrous/dotfiles --skill asc-revenuecat-catalog-sync-detrous
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asc-revenuecat-catalog-sync
Source: https://github.com/Detrous/dotfiles/tree/main/claude/skills/asc-revenuecat-catalog-sync
Command: npx skills add https://github.com/Detrous/dotfiles --skill asc-revenuecat-catalog-sync-detrous

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reconcile App Store Connect subscriptions and in-app purchases with RevenueCat catalogs to ensure deterministic mappings, audit readiness, and synchronized product data across systems.

Core Features & Use Cases

  • Audit mode to compare ASC and RevenueCat catalogs and propose a plan.
  • Apply mode with explicit confirmation to create missing ASC items and map them to RevenueCat resources.
  • End-to-end workflow including entitlements, offerings, and packages management, with strong safety defaults and per-item failure handling.

Quick Start

To begin, run an audit to compare catalogs and review the generated plan before applying any changes.

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 reconcile App Store Connect subscriptions with RevenueCat?

You can reconcile App Store Connect subscriptions with RevenueCat by running an audit mode that compares both catalogs via MCP, identifies discrepancies, and proposes a deterministic mapping plan using the canonical store_identifier key.

What is the best way to sync IAP catalog data between ASC and RevenueCat?

The best way to sync IAP catalog data is an end-to-end workflow that bootstraps missing ASC items, maps them to RevenueCat resources, and manages entitlements, offerings, and packages with audit-first behavior and explicit write confirmations.

Can I audit ASC and RevenueCat catalogs before applying changes?

Yes, you can audit ASC and RevenueCat catalogs before applying changes. Audit mode generates a comparison and proposes a mapping plan without executing writes, ensuring you review all catalog discrepancies safely.

How does the sync handle missing in-app purchases in App Store Connect?

The sync handles missing in-app purchases by using apply mode with explicit confirmation to bootstrap the missing ASC items and automatically map them to the correct RevenueCat resources using deterministic execution.

Does the ASC and RevenueCat catalog sync delete existing products?

No, the ASC and RevenueCat catalog sync avoids deletions entirely. It operates with strong safety defaults, supporting full pagination and per-item failure reporting to ensure no existing products are removed during reconciliation.