Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
alexasomba
Perfil de creador de GitHub

alexasomba

Vista por repositorio de 35 skills recopiladas en 4 repositorios de GitHub.

skills recopiladas
35
repositorios
4
actualizado
2026-06-02
explorador de repositorios

Repositorios y skills representativas

better-auth-paystack-setup
Desarrolladores de software

Configure @alexasomba/better-auth-paystack with Better Auth. Use when adding the paystack() server plugin, paystackClient() client plugin, schema overrides, products/plans, webhook secrets, or canonical authClient.paystack/subscription/transaction actions.

2026-06-02
paystack-billing-flows
Desarrolladores de software

Build Paystack transaction and subscription flows with @alexasomba/better-auth-paystack. Use for initialize/verify transaction, create/upgrade/cancel/restore/list subscriptions, products/plans, billing portal links, webhooks, reconcilePaystackTransaction, chargeSubscriptionRenewal, syncPaystackProducts, and syncPaystackPlans.

2026-06-02
paystack-catalog-limits
Desarrolladores de software

Configure products, Paystack-native plans, local-managed plans, free trials, seat billing, resource limits, and catalog sync in @alexasomba/better-auth-paystack. Use when tasks mention planCode, freeTrial, trial eligibility, seatAmount, seatPlanCode, limits, products, syncPaystackProducts, or syncPaystackPlans.

2026-06-02
paystack-client-api
Desarrolladores de software

Modify or use the @alexasomba/better-auth-paystack browser client API. Use for paystackClient(), authClient.paystack, authClient.transaction, authClient.subscription, initializeTransaction, verifyTransaction, listTransactions, listSubscriptions, listProducts, listPlans, subscription billingPortal/manageLink, cancel/restore methods, BetterFetch throw option return types, and legacy disable/enable aliases.

2026-06-02
paystack-local-subscriptions
Desarrolladores de software

Implement, debug, or test local-managed subscription behavior in @alexasomba/better-auth-paystack. Use for local plans without planCode, saved authorization renewal, chargeSubscriptionRenewal, seat billing, prorateAndCharge, pendingPlan, LOC_ subscription codes, trial transitions, schedule-at-period-end upgrades, and Paystack-managed vs local-managed behavior.

2026-06-02
paystack-organization-billing
Desarrolladores de software

Configure organization billing in @alexasomba/better-auth-paystack. Use for organization.enabled, Better Auth organization plugin setup, owner/admin default billing authorization, organization.billingRoles, subscription.authorizeReference, organization Paystack customers, seats, invitations, members, and team limits.

2026-06-02
paystack-schema-migrations
Arquitectos de bases de datos

Modify or review @alexasomba/better-auth-paystack database schema behavior. Use for paystackProduct, paystackPlan, paystackTransaction, subscription, user.paystackCustomerCode, organization.paystackCustomerCode/email, Better Auth schema overrides, mergeSchema behavior, migrations, indexes, unique fields, and backward-compatible table or field changes.

2026-06-02
paystack-tanstack-start
Desarrolladores de software

Integrate @alexasomba/better-auth-paystack in TanStack Start. Use for Better Auth API routes, tanstackStartCookies(), server functions, getRequestHeaders(), authClient Paystack actions, admin billing server functions, and Cloudflare Workers deployment.

2026-06-02
Mostrando las 8 principales de 10 skills recopiladas en este repositorio.
paystack-browser-api-operations
Desarrolladores de software

Use when calling browser-safe Paystack API operations with @alexasomba/paystack-browser, including typed requests, path params, query params, transactions, and pagination.

2026-05-20
paystack-browser-client-setup
Desarrolladores web

Use when installing or configuring the Paystack Browser SDK @alexasomba/paystack-browser, creating a frontend Paystack client, or choosing browser-safe authentication settings.

2026-05-20
paystack-browser-operation-discovery
Desarrolladores de software

Use when finding the correct generated operation helper in the Paystack Browser SDK @alexasomba/paystack-browser and deciding whether that Paystack operation is browser-safe.

2026-05-20
paystack-browser-responses-errors
Desarrolladores de software

Use when handling Paystack SDK responses and errors in @alexasomba/paystack-browser, including PaystackResponse, unwrap, PaystackError, request IDs, and Paystack API envelopes.

2026-05-20
paystack-browser-retries-idempotency
Desarrolladores de software

Use when configuring Paystack Browser SDK retries, Retry-After behavior, idempotency keys, timeouts, and browser-safe retry semantics for transactions or other API calls.

2026-05-20
paystack-browser-safety
Analistas de seguridad de la información

Use when deciding what Paystack SDK functionality can run in @alexasomba/paystack-browser versus what must move to a backend to protect secret keys and sensitive transactions.

2026-05-20
paystack-browser-transport-testing
Analistas de garantía de calidad de software y probadores

Use when testing or customizing Paystack Browser SDK transport behavior with custom fetch, baseUrl, public-key auth, browser mocks, timeouts, or retries.

2026-05-20
paystack-browser-typed-payloads
Desarrolladores de software

Use when choosing TypeScript typed requests, query params, response types, or grouped client types from the Paystack Browser SDK @alexasomba/paystack-browser.

2026-05-20
Mostrando las 8 principales de 9 skills recopiladas en este repositorio.
paystack-node-api-operations
Desarrolladores de software

Use when calling Paystack API operations with the Paystack Node SDK @alexasomba/paystack-node, including transactions, request bodies, path params, query params, and pagination.

2026-05-20
paystack-node-client-setup
Desarrolladores de software

Use when installing or configuring the Paystack Node SDK @alexasomba/paystack-node, creating a server-side Paystack client, or choosing secret-key authentication settings.

2026-05-20
paystack-node-operation-discovery
Desarrolladores de software

Use when finding the correct generated operation helper in the Paystack Node SDK @alexasomba/paystack-node from a Paystack endpoint, OpenAPI operationId, tag, or path.

2026-05-20
paystack-node-responses-errors
Desarrolladores de software

Use when handling Paystack SDK responses and errors in @alexasomba/paystack-node, including PaystackResponse, unwrap, PaystackError, request IDs, and Paystack API envelopes.

2026-05-20
paystack-node-retries-idempotency
Desarrolladores de software

Use when configuring Paystack Node SDK retries, Retry-After behavior, idempotency keys, timeouts, and safe retry semantics for transactions or other API calls.

2026-05-20
paystack-node-transport-testing
Analistas de garantía de calidad de software y probadores

Use when testing or customizing Paystack Node SDK transport behavior with custom fetch, baseUrl, timeouts, retries, mocked responses, or local Paystack API proxies.

2026-05-20
paystack-node-typed-payloads
Desarrolladores de software

Use when choosing TypeScript typed requests, query params, response types, or grouped client types from the Paystack Node SDK @alexasomba/paystack-node.

2026-05-20
paystack-node-webhooks
Desarrolladores de software

Use when verifying, parsing, and handling Paystack webhooks with the Paystack Node SDK @alexasomba/paystack-node, including webhook signatures and server routes.

2026-05-20
paystack-axios-api-operations
Desarrolladores de software

Use when calling Paystack API operations with the Paystack Axios SDK @alexasomba/paystack-axios, including transactions, request bodies, path params, query params, and pagination.

2026-05-20
paystack-axios-client-setup
Desarrolladores de software

Use when installing or configuring the Paystack Axios SDK @alexasomba/paystack-axios, creating an Axios-backed Paystack client, or choosing server-side authentication settings.

2026-05-20
paystack-axios-operation-discovery
Desarrolladores de software

Use when finding the correct generated operation helper in the Paystack Axios SDK @alexasomba/paystack-axios from a Paystack endpoint, OpenAPI operationId, tag, or path.

2026-05-20
paystack-axios-responses-errors
Desarrolladores de software

Use when handling Paystack SDK responses and errors in @alexasomba/paystack-axios, including PaystackResponse, unwrap, PaystackError, request IDs, and Paystack API envelopes.

2026-05-20
paystack-axios-retries-idempotency
Desarrolladores de software

Use when configuring Paystack Axios SDK retries, Retry-After behavior, idempotency keys, timeouts, and safe retry semantics for transactions or other API calls.

2026-05-20
paystack-axios-transport
Desarrolladores de software

Use when customizing Paystack Axios SDK transport, createAxiosFetch behavior, axiosInstance, axiosConfig, interceptors, cancellation, or Axios-based tests.

2026-05-20
paystack-axios-typed-payloads
Desarrolladores de software

Use when choosing TypeScript typed requests, query params, response types, or grouped client types from the Paystack Axios SDK @alexasomba/paystack-axios.

2026-05-20
paystack-axios-webhooks
Desarrolladores de software

Use when verifying, parsing, and handling Paystack webhooks with the Paystack Axios SDK @alexasomba/paystack-axios, including webhook signatures and server routes.

2026-05-20
Mostrando 4 de 4 repositorios
Todos los repositorios cargados