원클릭으로
nuxt-ultra-init
Initialize and customize this Nuxt Ultra project with an AI-guided setup workflow using templates and feature toggles.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Initialize and customize this Nuxt Ultra project with an AI-guided setup workflow using templates and feature toggles.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | nuxt-ultra-init |
| description | Initialize and customize this Nuxt Ultra project with an AI-guided setup workflow using templates and feature toggles. |
This skill used for setting up and configuring a new Nuxt project.
Tell the user to start with:
Init Nuxt Ultra
Always follow this sequence:
Question set:
packageManager (choices: npm, yarn, pnpm, bun)repoNamedevPort@nuxt/ui, shadcn/nuxt@nuxt/eslint, oxlint, prettier@nuxtjs/supabase, nuxt-postgrest (local module)@nuxtjs/i18n@nuxtjs/seoAdmin dashboard, User dashboardnuxt-auth-utils, @nuxtjs/supabaseopenai, xai, gemini, claudecloudflare-r2zod, yup, joi, valibot, superstruct, reglecloudflare, node, vercel or user input for other provider@nuxtjs/i18n: choose files or db modeai: choose providers openai, xai, gemini, claude (multi-select)cloudflare: cloudflareWorkerName@nuxtjs/seo ask for siteUrl, siteName, siteDescription@nuxtjs/i18n ask for defaultLocale and localesLoad only the reference files that correspond to the user's selections.
| Feature | Reference file |
|---|---|
@nuxt/ui | feature-ui.md |
@nuxt/eslint | feature-nuxt-eslint.md |
DB (@nuxtjs/supabase, nuxt-postgrest) | feature-db.md |
Auth: @nuxtjs/supabase | feature-auth-supabase.md |
Auth: nuxt-auth-utils | feature-auth-nuxt-auth-utils.md |
@nuxtjs/i18n | feature-i18n.md |
@nuxtjs/seo | feature-seo.md |
| Dashboard | feature-dashboard.md |
| AI | feature-ai.md |
Storage (cloudflare-r2) | feature-storage.md |
| Validation | feature-validation.md |
| Deployment | feature-deployment.md |
Not yet implemented (inform the user if selected, then skip):
shadcn/nuxt,oxlint,prettier
Each feature file defines conditional, path-based code blocks for create/modify actions.
When multiple features add entries to nuxt.config.ts (e.g. modules, runtimeConfig), merge them into a single coherent file rather than writing the file once per feature.