vtexvtexOfficialยท2 Agent Skills Included

skills

VTEX commerce development rules for storefronts, payments, and integrations

Guides coding work across VTEX FastStore storefronts, IO apps, payment connectors, marketplace integrations, headless BFF layers, and Master Data schemas. Prevents costly production mistakes like duplicate payment charges, PCI violations, exposed API keys, and lost Site Editor content. Delivers platform-specific constraints, correct code patterns, and review checklists that generic models do not know.
npx skills add vtex/skills --all -g -y
Available:

Routes each development request to the correct VTEX track (payments, marketplace, IO apps, headless, FastStore, Master Data, architecture) and lists the specific skills and constraints to apply.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install VTEX Skills?โ–ผ

Run `npx skills add vtex/skills --all -g -y` in your terminal to install all 40 skills globally for your coding assistant.

What problems do VTEX Skills solve?โ–ผ

They encode VTEX-specific rules that generic models miss, such as payment idempotency, PCI Secure Proxy scope, BFF credential handling, and marketplace rate limits, preventing expensive production bugs.

Which coding assistants work with VTEX Skills?โ–ผ

The skills export to six formats and work with Claude Code, Cursor, GitHub Copilot, Codex, OpenCode, Windsurf, and other tools that read AGENTS.md or SKILL.md files.

Do VTEX Skills cover payment connector development?โ–ผ

Yes. Five dedicated skills cover the full Payment Provider Protocol, idempotency, async flows like Pix and Boleto, PCI compliance, and the VTEX IO Payment Provider Framework.

Can I use only one VTEX track instead of all skills?โ–ผ

Yes. Install a single skill by name, for example `npx skills add vtex/skills --skill payment-provider-protocol -g -y`, or copy only the track folder you need.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’