top skills
pricing
resources
install
github
sign in
sign up
back to leaderboard
VT
@vtex
contributor on implexa, with 25 skills ranked by
SkillRank
across 1 source.
vtex on github
publishes to skills.sh
skills, ranked by SkillRank
score
source
skill
5.2
skills.sh
vtex-io-service-configuration-apps
vtex-io-service-configuration-apps addresses structured config distribution across vtex io services via the configuration builder, covering entrypoint exposure, contract sharing, and lifecycle separation from runtime app management.
5.1
skills.sh
vtex-io-session-apps
vtex-io-session-apps covers namespace ownership, input-output field declaration, and session state propagation for custom transforms. addresses debugging race conditions and b2b session flows but lacks concrete procedures.
4.5
skills.sh
vtex-io-react-apps
vtex-io-react-apps covers frontside react component creation for store framework blocks, interfaces.json configuration, and site editor content schemas, but lacks procedural depth and failure recovery guidance.
—
skills.sh
vtex-io-auth-tokens-and-context
Apply when choosing which VTEX IO authentication token should back a request from a backend app. Covers `ctx.authToken`, `ctx.storeUserAuthToken`,…
—
skills.sh
vtex-io-messages-and-i18n
Apply when implementing localization and translated copy in VTEX IO apps. Covers the `messages` builder, `/messages/*.json`, `context.json`, frontend message…
—
skills.sh
vtex-io-masterdata-strategy
Apply when deciding whether and how VTEX IO apps should use Master Data v2 for custom data. Covers entity boundaries, schema lifecycle, indexing strategy, and…
—
skills.sh
vtex-io-graphql-api
Apply when working with GraphQL schema files in graphql/ or implementing resolvers in node/resolvers/ for VTEX IO apps. Covers schema.graphql definitions,…
—
skills.sh
vtex-io-admin-react
Apply when building VTEX IO admin-facing React interfaces under the admin builder. Covers VTEX Styleguide and Shoreline usage, admin page composition,…
—
skills.sh
vtex-io-observability-and-ops
Apply when making VTEX IO services easier to observe, troubleshoot, and operate in production. Covers metrics, structured logging, failure visibility,…
—
skills.sh
vtex-io-security-boundaries
Apply when reviewing or designing security-sensitive boundaries in VTEX IO apps. Covers public versus private exposure, trust assumptions at route and…
—
skills.sh
vtex-io-render-runtime-and-blocks
Apply when connecting React components to Store Framework blocks and render-runtime behavior in VTEX IO. Covers interfaces.json, block registration, block…
—
skills.sh
vtex-io-events-and-workers
Apply when designing or implementing asynchronous processing in VTEX IO services through events, workers, and background handlers. Covers event handler…
—
skills.sh
vtex-io-http-routes
Apply when designing or implementing HTTP endpoints exposed by a VTEX IO backend service. Covers route boundaries, handler structure, middleware composition,…
—
skills.sh
vtex-io-app-settings
Apply when defining, validating, or consuming VTEX IO app settings. Covers settingsSchema, app-level configuration boundaries, and how backend or frontend code…
—
skills.sh
vtex-io-storefront-react
Apply when building VTEX IO storefront components under react/ for Store Framework experiences. Covers storefront component structure, css-handles, storefront…
—
skills.sh
vtex-io-auth-and-policies
Apply when deciding or implementing permissions and authorization boundaries for VTEX IO apps. Covers manifest policies, outbound-access rules, least-privilege…
—
skills.sh
vtex-io-service-paths-and-cdn
Apply when defining service.json routes, choosing public vs segment vs private URL prefixes for VTEX IO services, or setting HTTP cache headers that interact…
—
skills.sh
vtex-io-app-contract
Apply when defining or changing the contract of a VTEX IO app through manifest.json, builder declarations, dependencies, peerDependencies, billingOptions, and…
—
skills.sh
vtex-io-service-runtime
Apply when designing or implementing the runtime structure of a VTEX IO backend app under node/. Covers the Service entrypoint, typed context and state,…
—
skills.sh
vtex-io-data-access-patterns
Apply when deciding where and how a VTEX IO app should store and read data. Covers when to use app settings, configuration apps, Master Data, VBase, VTEX core…
—
skills.sh
vtex-io-client-integration
Apply when designing or implementing how a VTEX IO backend app integrates with VTEX services or external APIs through @vtex/api and @vtex/clients. Covers…
—
skills.sh
vtex-io-service-apps
Apply when building backend service apps under node/ in a VTEX IO project or configuring service.json routes. Covers the Service class, middleware functions,…
—
skills.sh
vtex-io-application-performance
Apply when improving VTEX IO Node or .NET services for latency, throughput, and resilience: in-process LRU, VBase, stale-while-revalidate, AppSettings loading,…
—
skills.sh
architecture-well-architected-commerce
Apply when scoping, reviewing, or documenting cross-cutting VTEX commerce architecture across storefront, IO, headless, marketplace, payments, or any other…
—
skills.sh
vtex-io-masterdata
Apply when working with MasterData v2 entities, schemas, or MasterDataClient in VTEX IO apps, or when anyone designing or implementing a solution must…