sales-memberful
Installation
SKILL.md
Memberful Platform Help
Step 1 — Gather context
If references/learnings.md exists, read it first for accumulated platform knowledge.
-
What are you trying to do?
- A) Query or mutate members / subscriptions / passes / coupons via the GraphQL API
- B) Verify a signed webhook and react to a lifecycle event (signup, renewal, refund…)
- C) Add "Sign in with Memberful" (OAuth SSO) to your own app
- D) Gate content / set up private podcasts / downloads (WordPress plugin or website builder)
- E) Sync members to Discord / Mailchimp / Kit / a CRM
- F) Pick a plan / understand the 10% vs 4.9% transaction fees
-
Front-end or back-end? Browser gating/checkout = WordPress plugin / website builder. Server-side member ops, OAuth callback, and webhook verification = GraphQL API + middleware (Bearer key, server-side only). This decides everything.
Skip-ahead rule: if the user's prompt already provides enough context, skip to Step 2.