rc
Configure RevenueCat projects, apps, products, entitlements, and offerings directly from Claude Code. Manage your in-app purchase backend without leaving your development workflow.
Summary
The rc skill lets you manage RevenueCat projects, apps, products, entitlements, and offerings directly from Claude Code.
- It eliminates context switching by allowing you to configure your in-app purchase backend without leaving your development workflow.
Install & Usage
/plugin marketplace add <org/repo>Add the configuration to /plugin install rc@<marketplace>
/pluginUse Cases
Usage Examples
/rc create project --name MyGame --platform ios,android
/rc add product --project MyGame --identifier premium_monthly --type subscription --price 9.99
/rc list entitlements --project MyGame
Security Audits
Frequently Asked Questions
What is rc?
The rc skill lets you manage RevenueCat projects, apps, products, entitlements, and offerings directly from Claude Code. It eliminates context switching by allowing you to configure your in-app purchase backend without leaving your development workflow.
How to install rc?
To install rc: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install rc@<marketplace>. Finally, /plugin in Claude Code.
What is rc best for?
rc is a plugin categorized under Development. Created by Anthropic.
What can I use rc for?
rc is useful for: Create a new RevenueCat project and configure its basic settings from the command line.; Add or update an app (iOS, Android, etc.) to an existing RevenueCat project.; Define subscription products with pricing tiers and durations for your app.; Set up entitlements and link them to specific products for access control.; Organize products into offerings (e.g., monthly, yearly) for A/B testing or promotions.; List all products or entitlements in a project to audit your current configuration..