What problem does it solve?
This Skill provides a consistent, guardrailed workflow for developing VTEX FastStore storefronts so changes stay correct, maintainable, and compatible with the FastStore framework.
Core Features & Use Cases
- Enforce correctness and safety: prevents misleading technical guidance, missing assumptions, and framework bypasses (e.g., no direct Next.js APIs, no edits to generated
.faststore/ output).
- Standardize FastStore development workflow: aligns TypeScript/React 18 usage, component registration, CMS override patterns, and required schema-generation/upload steps.
- Reduce integration mistakes: ensures CMS sections don’t receive arbitrary props and that CMS schema keys match the registered section exports.
- Harden styling practices: mandates SCSS modules, wrapper-class scoping, and FastStore design-token usage.
Quick Start
Follow the rules in this Skill when you start building or overriding a FastStore storefront section, and when you finish CMS edits run schema generation and upload exactly as specified.