Use this skill to keep App Store Connect (ASC) and RevenueCat aligned, including creating missing ASC items and mapping them to RevenueCat resources.
Works with
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionasc-revenuecat-catalog-syncExecute the skills CLI command in your project's root directory to begin installation:
Fetches asc-revenuecat-catalog-sync from rudrankriyam/asc-skills and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate asc-revenuecat-catalog-sync. Access via /asc-revenuecat-catalog-sync in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Create detailed user stories, acceptance criteria, and feature specs
Example
Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios
Reduce spec writing time by 50%, ensure comprehensive coverage
Research competitors, compare features, identify gaps
Example
Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities
Complete competitive research in 2 hours instead of 2 days
Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs
Example
Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale
0
total installs
0
this week
699
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
699
stars
Use this skill to keep App Store Connect (ASC) and RevenueCat aligned, including creating missing ASC items and mapping them to RevenueCat resources.
asc authentication is configured (asc auth login or ASC_* env vars).APP_ID)project_idapp_store or mac_app_store) and bundle ID for create flowsproductId == RevenueCat store_identifier.productId stable once products are live.asc commands to create missing ASC subscription groups, subscriptions, and IAPs before RevenueCat mapping.Execute approved actions in this order:
asc subscriptions groups list --app "APP_ID" --paginate --output json
asc iap list --app "APP_ID" --paginate --output json
# for each subscription group:
asc subscriptions list --group-id "GROUP_ID" --paginate --output json
Use these MCP tools (with project_id and pagination where applicable):
mcp_RC_get_projectmcp_RC_list_appsmcp_RC_list_productsmcp_RC_list_entitlementsmcp_RC_list_offeringsmcp_RC_list_packagesMap ASC product types to RevenueCat product types:
subscriptionCONSUMABLE -> RevenueCat consumableNON_CONSUMABLE -> RevenueCat non_consumableNON_RENEWING_SUBSCRIPTION -> RevenueCat non_renewing_subscriptionSuggested entitlement policy:
Create missing ASC resources first, then re-read ASC to capture canonical IDs.
# create subscription group
asc subscriptions groups create --app "APP_ID" --reference-name "Premium"
# create subscription
asc subscriptions create \
--group-id "GROUP_ID" \
--reference-name "Monthly" \
--product-id "com.example.premium.monthly" \
--subscription-period ONE_MONTH
# create iap
asc iap create \
--app "APP_ID" \
--type NON_CONSUMABLE \
--ref-name "Lifetime" \
--product-id "com.example.lifetime"
Use MCP:
mcp_RC_create_appmcp_RC_create_product
store_identifier = ASC productIdapp_id = RevenueCat app IDtype from mapping aboveUse MCP:
mcp_RC_list_entitlements, mcp_RC_create_entitlementmcp_RC_attach_products_to_entitlementmcp_RC_get_products_from_entitlementUse MCP:
mcp_RC_list_offeringsmcp_RC_create_offeringmcp_RC_update_offering (is_current=true only if requested)mcp_RC_list_packagesmcp_RC_create_packagemcp_RC_attach_products_to_package with eligibility_criteria: "all"Recommended package keys:
ONE_WEEK -> $rc_weeklyONE_MONTH -> $rc_monthlyTWO_MONTHS -> $rc_two_monthTHREE_MONTHS -> $rc_three_monthSIX_MONTHS -> $rc_six_monthONE_YEAR -> $rc_annual$rc_lifetime$rc_custom_<name>Return a final summary with:
Example:
ASC: created groups=1 subscriptions=2 iap=1, skipped=14, failed=0
RC: created apps=0 products=3 entitlements=2 offerings=1 packages=2, skipped=27, failed=1
Attachments: entitlement_products=3 package_products=2
Failures:
- com.example.premium.annual: duplicate store_identifier exists on another RC app
store_identifier first.--paginate for ASC, starting_after for RevenueCat tools).project_id or app ID.Make data-driven prioritization decisions faster
Draft PRDs, status updates, and stakeholder presentations
Example
Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement
Save 3-5 hours/week on communication overhead
Prerequisites
Time Estimate
30-60 minutes to see productivity improvements
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.
✗ Avoid when
Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.
mattpocock/skills
parcadei/continuous-claude-v3
cursor/plugins
ailabs-393/ai-labs-claude-skills
pproenca/dot-skills
mattpocock/skills
We added asc-revenuecat-catalog-sync from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
Useful defaults in asc-revenuecat-catalog-sync — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
asc-revenuecat-catalog-sync reduced setup friction for our internal harness; good balance of opinion and flexibility.
asc-revenuecat-catalog-sync is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
Solid pick for teams standardizing on skills: asc-revenuecat-catalog-sync is focused, and the summary matches what you get after install.
asc-revenuecat-catalog-sync reduced setup friction for our internal harness; good balance of opinion and flexibility.
Registry listing for asc-revenuecat-catalog-sync matched our evaluation — installs cleanly and behaves as described in the markdown.
Keeps context tight: asc-revenuecat-catalog-sync is the kind of skill you can hand to a new teammate without a long onboarding doc.
asc-revenuecat-catalog-sync has been reliable in day-to-day use. Documentation quality is above average for community skills.
asc-revenuecat-catalog-sync is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
showing 1-10 of 46