一键导入
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.