AIKraft/Skills/VTEX IO: приложение темы витрины

VTEX IO: приложение темы витрины

Apply when designing or modifying a VTEX IO storefront theme app — the app that owns `store/blocks.json`, `store/routes.json`, `store/templates/`, `store/contentSchemas.json`, and the storefront page tree assembled from `store.home`, `store.product`, `store.search`, `store.custom`, and other native page templates. Covers how a theme app extends a base theme, declares routes, composes blocks acro

vtex official Дизайн

Что делает навык

Применяется при проектировании или изменении приложения-темы storefront VTEX IO — приложения, владеющего `store/blocks.json`, `store/routes.json`, `store/templates/`, `store/contentSchemas.json` и деревом страниц storefront, собранным из `store.home`, `store.product`, `store.search`, `store.custom` и других нативных шаблонов страниц. Охватывает то, как приложение-тема расширяет базовую тему, объявляет маршруты, компонует блоки.

Как подключить

1Скачать навык
# возьмите папку навыка «vtex-io-storefront-theme-app» из репозитория: # https://github.com/vtex/skills
2Положить папку с SKILL.md к навыкам ассистента
# положите папку навыка туда, где ассистент ищет skills: cp -r vtex-io-storefront-theme-app/ ~/.claude/skills/vtex-io-storefront-theme-app/

Навык — папка с файлом SKILL.md (описание + инструкции) и опциональными скриптами. Ассистент (Claude, Claude Code и совместимые) подхватывает его по описанию и следует шагам.