I put together a Claude Code skill for Buttondown — it gives you inline help with the REST API, subscriber management, paid subscriptions, automations, and custom domain setup right in your editor.
npx skills add sales-skills/sales --skills sales-buttondown
Then try prompting it with something like:
/sales-buttondown How do I use the API to add subscribers from my SaaS app?
It covers the API authentication and endpoints, Stripe paid subscription setup, automation configuration, migration from other platforms, and the add-on pricing model.
Source:
https://github.com/sales-skills/sales/blob/main/skills/sales-buttondown/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 Buttondown — it gives you inline help with the REST API, subscriber management, paid subscriptions, automations, and custom domain setup right in your editor.
Then try prompting it with something like:
/sales-buttondown How do I use the API to add subscribers from my SaaS app?It covers the API authentication and endpoints, Stripe paid subscription setup, automation configuration, migration from other platforms, and the add-on pricing model.
Source:
https://github.com/sales-skills/sales/blob/main/skills/sales-buttondown/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