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.…
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance…
Fetch the official ARCA (ex-AFIP) Constancia de Inscripción for an Argentine CUIT from the PUBLIC web form (no Clave Fiscal, no login). Returns the parsed fiscal situation — régimen (monotributo + categoría / responsable inscripto / exento), domicilio fiscal, actividades CLAE, impuestos, fecha de inscripción — AND the…