You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Deep Google Play subscription lifecycle skills for the RevenueCat Android SDK — purchases, plan and price changes, payment recovery, webhooks, security.",
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,17 @@ All notable changes to the RevenueCat AI Toolkit will be documented in this file
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [2.1.0] - 2026-06-04
9
+
10
+
### Added
11
+
12
+
#### Plugins
13
+
14
+
-**revenuecat-play-billing** — New skills-only plugin with 20 deep Google Play subscription lifecycle skills for the RevenueCat Android SDK (purchase flow, plan and price changes, payment recovery, subscription states, webhooks, security, and more). Vendored from [RevenueCat/play-billing-skills](https://github.com/RevenueCat/play-billing-skills) (the source of truth) with an `rc-` skill prefix; licensed Apache-2.0
15
+
- Sync automation: `scripts/sync-play-billing.mjs` (`npm run sync:play-billing`) and a weekly `sync-play-billing.yml` workflow that opens a PR when the source collection changes
16
+
17
+
---
18
+
8
19
## [2.0.0] - 2026-05-06
9
20
10
21
### Added
@@ -103,5 +114,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
103
114
- Store-specific setup instructions (App Store Connect, Google Play Console)
The AI toolkit is distributed as a marketplace (containing a single plugin) for Claude Code, Cursor, Codex, and Visual Studio, and as an extension for Gemini.
6
6
7
+
## Plugins
8
+
9
+
This marketplace ships two plugins:
10
+
11
+
| Plugin | What it does |
12
+
|---|---|
13
+
|`RevenueCat`| The RevenueCat MCP server (project configuration and data access) plus cross-platform integration skills for iOS, Android, Kotlin Multiplatform, Flutter, and React Native. |
14
+
|`revenuecat-play-billing`| Deep Google Play subscription lifecycle skills for the RevenueCat Android SDK — purchases, plan and price changes, payment recovery, webhooks, security. Synced from [RevenueCat/play-billing-skills](https://github.com/RevenueCat/play-billing-skills), which is the source of truth. |
15
+
16
+
Most users want the `RevenueCat` plugin. Add `revenuecat-play-billing` on top if you ship Android and want handbook-level depth on Google Play billing behavior.
17
+
7
18
## Installation
8
19
9
20
### Claude Code CLI
10
21
11
22
From within Claude Code
12
23
13
24
```
14
-
/plugin
25
+
/plugin
15
26
```
16
-
Then select `Marketplace`, `+ Add Marketplace`, enter `RevenueCat/ai-toolkit`. Then, select the `RevenueCat` plugin.
27
+
Then select `Marketplace`, `+ Add Marketplace`, enter `RevenueCat/ai-toolkit`. Then, select the `RevenueCat` plugin. If you ship Android and want handbook-level Google Play depth, also select `revenuecat-play-billing`.
17
28
18
29
Or from the command line:
19
30
20
31
```
21
32
claude plugins marketplace add RevenueCat/ai-toolkit
22
33
claude plugins install RevenueCat
34
+
claude plugins install revenuecat-play-billing
23
35
```
24
36
25
37
@@ -53,6 +65,8 @@ Then, in the Codex app, click on "Plugins". From the "Built by OpenAI" dropdown,
Gemini has no marketplace and supports a single extension per repository, so it installs the `RevenueCat` plugin only. The `revenuecat-play-billing` plugin is available on Claude Code, Cursor, Codex, and VS Code.
69
+
56
70
57
71
### Visual Studio Code
58
72
@@ -128,4 +142,4 @@ The plugins contain the RevenueCat MCP server setup and uses it to access your R
128
142
129
143
## License
130
144
131
-
MIT License — see [LICENSE](LICENSE) for details.
145
+
MIT License — see [LICENSE](LICENSE) for details. The `revenuecat-play-billing` plugin is synced from [RevenueCat/play-billing-skills](https://github.com/RevenueCat/play-billing-skills) and is licensed under Apache 2.0 — see [revenuecat-play-billing/LICENSE](revenuecat-play-billing/LICENSE).
"description": "Deep Google Play subscription lifecycle skills for the RevenueCat Android SDK — purchases, plan and price changes, payment recovery, webhooks, security. From the RevenueCat Android SDK handbook.",
"description": "Deep Google Play subscription lifecycle skills for the RevenueCat Android SDK — purchases, plan and price changes, payment recovery, webhooks, security.",
"shortDescription": "Google Play billing depth for the RevenueCat Android SDK.",
18
+
"longDescription": "Deep Google Play subscription lifecycle skills for the RevenueCat Android SDK — purchases, plan and price changes, payment recovery, webhooks, security. From the RevenueCat Android SDK handbook.",
0 commit comments