revenuecat-charts
SkillInstall
git clone https://github.com/RevenueCat/rc-claude-code-plugin.git ~/.claude/skills/revenuecat-chartsWhat this can do
Capabilities declared in this component's own frontmatter — not inferred.
Inherit all session tools
Declares no tool restrictions — inherits every session tool
Documentation
README · ~11 min readAccessing RevenueCat charts
When querying a RevenueCat chart, follow this workflow:
- Use
get-chart-options-schemato discover a chart's available options. - Use
get-chart-datawith the right options to retrieve the chart data. - Analyze the data, using scripts for any non-trivial arithmetic.
In general, to avoid clogging the context, start with defined timeframes and larger resolution, then narrow down.
1. Discover chart options with get-chart-options-schema
- Treat
get-chart-options-schemaas the source of truth for each chart before callingget-chart-data. It returns the chart's supportedresolutions,filters,segments, anduser_selectors. Always call this tool with"realtime": true. Laterget-chart-datacalls must
Reviews
Log in to leave a review.
No reviews yet — be the first.
Explore related
Other things in this space — across every part of the ecosystem, not just skills.
Skillssimilar to this one
All skills →math-olympiad
32.8K stars
build-mcpb
This skill should be used when the user wants to "package an MCP server", "bundle an MCP", "make an MCPB", "ship a local MCP server", "distribute a local MCP", discusses ".mcpb files", mentions bundling a Node or Python runtime with their MCP server, or needs an MCP server that interacts with the lo
32.8K stars
claude-md-improver
Audit and improve CLAUDE.md files in repositories. Use when user asks to check, audit, update, improve, or fix CLAUDE.md files. Scans for all CLAUDE.md files, evaluates quality against templates, outputs quality report, then makes targeted updates. Also use when the user mentions "CLAUDE.md maintena
32.8K stars