Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →

vtex/ai-skills

45 skills153 installs1.8k starsGitHub

Install

npx skills add https://github.com/vtex/ai-skills

Skills in this repo

1Vtex Io Storefront Reactvtex-io-storefront-react is a Claude Code skill for frontend development. It helps solo builders move faster with AI-assisted coding.5installs2Headless Bff Architectureheadless-bff-architecture is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.4installs3Headless Checkout Proxyheadless-checkout-proxy is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.4installs4Headless Intelligent Searchheadless-intelligent-search is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.4installs5Vtex Io Admin Reactvtex-io-admin-react is a Claude Code skill for frontend development. It helps solo builders move faster with AI-assisted coding.4installs6Vtex Io App Settingsvtex-io-app-settings is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.4installs7Vtex Io Data Access Patternsvtex-io-data-access-patterns is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.4installs8Vtex Io Graphql Apivtex-io-graphql-api is a Claude Code skill for backend & apis. It helps solo builders move faster with AI-assisted coding.4installs9Vtex Io Masterdatavtex-io-masterdata is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.4installs10Vtex Io Masterdata Strategyvtex-io-masterdata-strategy is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.4installs11Vtex Io Messages And I18nvtex-io-messages-and-i18n is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.4installs12Vtex Io React Appsvtex-io-react-apps is a Claude Code skill for frontend development. It helps solo builders move faster with AI-assisted coding.4installs13Vtex Io Render Runtime And Blocksvtex-io-render-runtime-and-blocks is a Claude Code skill in the AI & Agent Building category.4installs14Vtex Io Security Boundariesvtex-io-security-boundaries is a Claude Code skill for security. It helps solo builders move faster with AI-assisted coding.4installs15Vtex Io Service Appsvtex-io-service-apps is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.4installs16Vtex Io Service Configuration Appsvtex-io-service-configuration-apps is a Claude Code skill in the AI & Agent Building category.4installs17Vtex Io Service Runtimevtex-io-service-runtime is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.4installs18Architecture Well Architected CommerceApplies the VTEX Well-Architected Commerce framework to scope, review, and document cross-cutting commerce architecture spanning storefront, IO, headless, marketplace, and payments. A developer uses it for solution design, architecture reviews, and RFP-level technical structure.3installs19Faststore StorefrontDefines the core coding rules, safety conventions, and workflow for developing VTEX FastStore storefronts. A developer uses it when starting any FastStore task, writing TypeScript/React components, creating section overrides, extending the BFF, or styling.3installs20Headless Caching StrategyCovers caching and performance strategy for headless VTEX storefronts, including cacheable versus never-cache APIs, stale-while-revalidate, and invalidation. A developer uses it to configure CDN/edge and BFF-level caching and set TTL rules.3installs21Marketplace Catalog SyncCovers catalog and SKU synchronization for VTEX marketplace seller connectors. A developer uses it to push SKUs into a marketplace via change notification, handle the SKU suggestion lifecycle, and keep prices and inventory in sync.3installs22Marketplace FulfillmentCovers fulfillment, invoice, and tracking logic for VTEX marketplace seller connectors via the External Seller protocol. A developer uses it to implement simulation, order placement, dispatch, and OMS invoice/tracking within the simulation SLA.3installs23Marketplace Order HookCovers order integration hooks, feeds, and webhook handlers for VTEX marketplace connectors. A developer uses it to react to order status changes, choosing between Feed v3 and Hook and processing events idempotently for ERP, WMS, or fulfillment systems.3installs24Marketplace Rate LimitingCovers rate-limit handling and resilience patterns for VTEX API integrations. A developer uses it to react to 429 responses and rate-limit headers with exponential backoff, jitter, circuit breakers, and request queuing.3installs25Masterdata Storage StrategyCovers VTEX Master Data storage strategy: choosing MD versus Catalog, OMS, VBase, or external databases and designing performant, secure JSON Schemas. A developer uses it before creating any new Master Data entity or when auditing existing usage.3installs26Payment Async FlowCovers asynchronous payment flows and callbacks for VTEX payment connectors. A developer uses it to implement Boleto, Pix, and redirect-based methods that return an undefined status, handling callbackUrl notification and the Gateway retry cycle.3installs27Payment IdempotencyCovers idempotency and duplicate prevention in VTEX payment connectors. A developer uses it to make Create Payment, Cancel, Capture, and Refund handlers safe against repeated Gateway calls using paymentId keys and a payment state machine.3installs28Payment Pci SecurityCovers PCI compliance and Secure Proxy card handling for VTEX payment connectors. A developer uses it when processing credit, debit, or co-branded cards to apply PCI DSS rules, Secure Proxy tokenization, and sensitive-data handling.3installs29Payment Provider FrameworkCovers building a payment connector as a VTEX IO app using the Payment Provider Framework. A developer uses it to wire PaymentProviderService, configure the paymentProvider builder and configuration.json, and handle IO-specific retry and Secure Proxy card flows.3installs30Payment Provider ProtocolCovers the VTEX Payment Provider Protocol endpoint implementation for connectors integrating a PSP with the VTEX Payment Gateway. A developer uses it to build or debug the nine PPP endpoints and prepare a connector for homologation.3installs31Sales App ExtensibilityCovers building, customizing, and deploying extensions for VTEX Sales App via a 7-step workflow. A developer uses it to add cart, PDP, and menu features using hooks like useCart and usePDP and to generate typed API integrations from OpenAPI or inline specs.3installs32Vtex Io App ContractCovers the VTEX IO app contract and builder boundaries defined in manifest.json. A developer uses it to scaffold apps, choose builders and dependency types, split responsibilities across apps, and fix contract-level link and publish issues.3installs33Vtex Io Application PerformanceThis skill applies application-level performance patterns to VTEX IO backends, covering in-memory LRU, VBase shared caching, stale-while-revalidate, and parallelizing client calls. A developer uses it when optimizing VTEX IO Node or .NET services for latency, throughput, and resilience beyond route-level Cache-Control.3installs34Vtex Io Auth And PoliciesThis skill guides deciding and implementing manifest policies, outbound-access rules, and least-privilege design for VTEX IO apps. A developer uses it when adding external integrations, exposing protected routes, or reviewing app permissions for overreach.3installs35Vtex Io Auth Tokens And ContextThis skill covers selecting the correct VTEX IO authentication token and request context so backend calls use the right identity. A developer uses it when deciding which identity talks to VTEX endpoints in storefront, Admin, or integration flows, and when replacing hardcoded appKey and appToken usage.3installs36Vtex Io Client IntegrationThis skill guides integrating a VTEX IO backend with VTEX services or external APIs through the VTEX IO client system. A developer uses it when creating custom clients, registering them in IOClients, configuring InstanceOptions, or replacing raw HTTP libraries.3installs37Vtex Io Events And WorkersThis skill covers asynchronous processing in VTEX IO through events, workers, and background handlers with idempotency and retry safety. A developer uses it when building event-driven integrations, background jobs, or moving expensive work out of request-response routes.3installs38Vtex Io Http RoutesThis skill covers exposing explicit HTTP endpoints from a VTEX IO service through service.json routes and their handlers. A developer uses it when building webhook or callback endpoints, structuring middleware chains, or validating requests and standardizing responses.3installs39Vtex Io Observability And OpsThis skill makes VTEX IO services easier to observe, troubleshoot, and operate with metrics, structured logging, and production-readiness checks. A developer uses it when monitoring integrations, diagnosing errors, or improving operational quality before or after release.3installs40Vtex Io RbacThis skill covers role-based and resource-based access control for VTEX IO app routes and resources. A developer uses it when securing REST or GraphQL endpoints, restricting which apps, users, or API keys can call them, or debugging 403 errors from missing policies.3installs41Vtex Io RootpathThis skill covers building VTEX IO apps for multi-binding stores where bindings share a domain via path prefixes like /us/ and /br/. A developer uses it when links, assets, or backend URLs break or produce wrong paths in cross-border or multi-binding setups.3installs42Vtex Io Service Paths And CdnThis skill covers choosing service.json path prefixes and cache headers so the VTEX edge and CDN pass the right cookies and cache safely. A developer uses it when a route needs correct public, segment, or private behavior aligned with data scope.3installs43Vtex Io Session AppsThis skill covers VTEX IO session transform apps that compute and propagate custom session fields via the vtex.session system. A developer uses it when designing session-derived state for B2B, pricing, or regionalization, or debugging stale fields and namespace collisions.3installs44Vtex Io Storefront Theme AppThis skill covers the VTEX IO theme app that assembles the storefront page tree, custom routes, and Site Editor surface. A developer uses it when scaffolding a theme, editing blocks.json or routes.json, composing page templates, or extending a base theme.3installs45Vtex Io Storefront Theme VersioningThis skill covers version operations on content-holding VTEX IO storefront theme apps and the risks of major version bumps that leave new majors without merchant content. A developer uses it when releasing, promoting, migrating content, or recovering a deploy that lost storefront content.3installs

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.

vtex/ai-skills · 45 skills · Skillselion