원클릭으로
grooveshop-storefront-ui-node-nuxt
grooveshop-storefront-ui-node-nuxt에는 vasilistotskas에서 수집한 skills 4개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Best practice AI & LLM discoverability for Nuxt sites. ALWAYS use when writing code importing "nuxt-ai-ready". Consult for debugging, best practices, or modifying nuxt-ai-ready, nuxt ai ready.
Scaffold a new Nitro server API route under server/api/ following the project's strict 4-step pattern (Zod input → $fetch to Django → parseDataAs response → handleError catch). Use when adding a new endpoint that proxies the Django backend. Pick the right variant — cached GET, mutating POST/PUT/PATCH, cart-aware, allauth-protected, or dynamic-param.
Find hardcoded user-facing strings (Greek or English) in Vue components and pages, propose i18n keys, and add translations to either component-scoped <i18n lang="yaml"> blocks or shared locale files under i18n/locales/. Use after adding/editing UI to enforce the project's "no hardcoded strings" rule. Locale el is the only active locale — do not generate en/de translations.
Fetch Django OpenAPI schema and regenerate TypeScript types and Zod schemas