ai-skills
VTEX commerce development rules for storefronts, payments, and integrations
All Skills in This Repository (21)
Pure Emerald Level Indicatorspayment-provider-protocol
Implement VTEX Payment Provider Protocol PPP connectors with endpoint contracts and manifest requirements.
payment-pci-security
Enforces PCI-compliant card data handling and Secure Proxy routing for VTEX payment connectors.
payment-idempotency
Enforce idempotency in payment flows using paymentId and requestId keys.
payment-async-flow
Implement asynchronous payment flows with callback-based settling for Boleto and Pix.
marketplace-fulfillment
Automate VTEX marketplace fulfillment authorization, invoicing, and tracking updates.
marketplace-catalog-sync
Coordinate VTEX marketplace change notifications and SKU suggestions for seller catalogs.
marketplace-order-hook
Configure VTEX order webhooks with Feed v3 and Hook filters.
marketplace-rate-limiting
Configure retry logic with exponential backoff for VTEX marketplace API calls.
vtex-io-app-structure
Align VTEX IO app scaffolding with manifest, builders, and policy best practices.
vtex-io-service-apps
Standardize VTEX IO backend services with IOClients and service wiring.
vtex-io-react-apps
Builds VTEX IO React components for storefront blocks and admin panels using interfaces.json and GraphQL data fetching via useQuery.
vtex-io-masterdata
Manage Master Data v2 entities and schemas with MasterDataClient in VTEX IO apps.
Frequently Asked Questions
FAQPage SchemaHow to install VTEX Skills?โผ
Run `npx skills add vtexdocs/ai-skills --all -g -y` in your terminal to install all VTEX development skills globally.
What VTEX development tasks do these skills cover?โผ
They cover FastStore storefronts, VTEX IO app development, payment connector protocols, marketplace seller integrations, headless BFF architecture, and Master Data schema design.
Why use VTEX-specific skills instead of a general coding assistant?โผ
Generic models miss VTEX-specific constraints like PCI Secure Proxy scope, payment idempotency keys, and the 60-schema Master Data limit, which cause production failures. These skills encode those rules with correct and wrong code examples.
Which coding tools support these VTEX skills?โผ
They work with Claude Code, Cursor, GitHub Copilot, OpenCode, Windsurf, and any tool that reads AGENTS.md or SKILL.md files.
Do I need VTEX experience to use these skills?โผ
No. The skills guide the agent through VTEX conventions automatically, so developers new to the platform get correct patterns without reading the full documentation first.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core