Audits an existing PagoKit integration in the current project. Checks .gitignore covers .env, that env vars are present and use test-key prefixes, that the webhook secret looks valid, that the webhook handler verifies signatures, that the minimum events for the integrated provider are routed, and that…
Composes a full vertical payment integration from canonical templates. Called by integration-specialist subagent after the user selects a provider. Loads templates by (provider, stack, ORM, deploy target, billingmode, frontendstyle, usecases) and emits a coherent file plan that gets written to the user's project.…
Recommends the single best payment provider for the user's project after a short interactive wizard. Used when the user wants to integrate Stripe, Mercado Pago, Wompi, Lemon Squeezy, or compare payment options based on country, currency, recurrence, local payment methods (PIX, OXXO, PSE, Bizum), and product type.…
Discovers and verifies the subscription tier structure of a Lemon Squeezy store and emits the .env lines and a summary table needed to wire it into your app. Use when the user says "tier setup", "set up subscription tiers in Lemon Squeezy", "verify my Lemon Squeezy tiers", "match variants to my config", or after…
Verifies your Lemon Squeezy webhook handler end-to-end by sending signature-valid synthetic payloads to a local or staging URL and checking the responses. Use when the user says "test lemonsqueezy webhooks", "verify webhook handler", "simulate subscription created", "check webhook signatures", "smoke test lemonsqueezy…