Skip to content

Commit eeaf48b

Browse files
committed
Add Agent Skills section and fix MkDocs logo size
- Add Agent Skills section to README linking to revenuecat-cli-skills repo - Use small 42px logo for MkDocs nav corner (big logo stays for GitHub README)
1 parent a6c3d35 commit eeaf48b

3 files changed

Lines changed: 26 additions & 2 deletions

File tree

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,30 @@ rc completion zsh > "${fpath[1]}/_rc"
211211
rc version
212212
```
213213

214+
## Agent Skills
215+
216+
Use `rc` with AI coding agents. Install the skill pack and your agent learns every command — products, entitlements, offerings, customers, metrics, and more.
217+
218+
```bash
219+
npx skills add AndroidPoet/revenuecat-cli-skills
220+
```
221+
222+
Then just ask:
223+
224+
```
225+
Create a premium entitlement and attach my monthly subscription product
226+
```
227+
```
228+
Show me the current MRR and active subscriber count
229+
```
230+
```
231+
Look up customer user_123 and list their active entitlements
232+
```
233+
234+
[Browse all 8 skills →](https://github.com/AndroidPoet/revenuecat-cli-skills)
235+
236+
---
237+
214238
## Output Formats
215239

216240
```bash

docs/assets/logo-small.png

2.38 KB
Loading

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ repo_name: AndroidPoet/revenuecat-cli
77

88
theme:
99
name: material
10-
logo: assets/logo.png
11-
favicon: assets/logo.png
10+
logo: assets/logo-small.png
11+
favicon: assets/logo-small.png
1212
palette:
1313
- scheme: default
1414
primary: deep purple

0 commit comments

Comments
 (0)