I put together a Claude Code skill for RudderStack — it gives you inline help with Event Streams, Reverse ETL, Transformations, the HTTP API, SDK setup, and debugging event delivery right in your editor.
npx skills add sales-skills/sales --skills sales-rudderstack
Then try prompting it with something like:
/sales-rudderstack I set up a BigQuery Reverse ETL source but my syncs to Braze are returning zero records
It covers event stream source/destination setup, SDK initialization across all platforms (JS, iOS, Android, React Native, Node, Python, Go), transformation authoring, Reverse ETL pipeline configuration, Profiles identity resolution, and migration from Segment. The troubleshooting section addresses the most common pain points I found in docs and reviews — events not reaching destinations, degraded server mode, and destination event type mismatches.
Source:
https://github.com/sales-skills/sales/blob/main/skills/sales-rudderstack/SKILL.md
PRs welcome if anything's off. If you find it useful, a star on the repo helps:
https://github.com/sales-skills/sales
I put together a Claude Code skill for RudderStack — it gives you inline help with Event Streams, Reverse ETL, Transformations, the HTTP API, SDK setup, and debugging event delivery right in your editor.
Then try prompting it with something like:
/sales-rudderstack I set up a BigQuery Reverse ETL source but my syncs to Braze are returning zero recordsIt covers event stream source/destination setup, SDK initialization across all platforms (JS, iOS, Android, React Native, Node, Python, Go), transformation authoring, Reverse ETL pipeline configuration, Profiles identity resolution, and migration from Segment. The troubleshooting section addresses the most common pain points I found in docs and reviews — events not reaching destinations, degraded server mode, and destination event type mismatches.
Source:
https://github.com/sales-skills/sales/blob/main/skills/sales-rudderstack/SKILL.md
PRs welcome if anything's off. If you find it useful, a star on the repo helps:
https://github.com/sales-skills/sales