bylonormaly· 7 skills
Add or swap a payment provider behind the @stack/payment adapter in the builders-stack monorepo. Use when integrating Stripe, Paddle, Lemon Squeezy, or any provider alongside or in place of the default Creem adapter. The whole point is that apps and the API never change — only the adapter implementation does. Covers the adapter interface, the new implementation, webhook verification, env config, and keeping the checkout contract stable.
$npx -y skills add lonormaly/builders-stack --skill wire-a-new-payment-providerInstalls into the current project.
Run `npx skills use "https://github.com/lonormaly/builders-stack" --skill "lonormaly/builders-stack/wire-a-new-payment-provider"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/lonormaly/builders-stack" that are relevant to the current task. Run `npx skills add "https://github.com/lonormaly/builders-stack"` and select the relevant skills, then follow their instructions.