一键导入
vue-nuxt
Vue, Nuxt, .vue, nuxt.config, Vue 3, Composition API -> use when editing, reviewing, or implementing Vue or Nuxt code.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Vue, Nuxt, .vue, nuxt.config, Vue 3, Composition API -> use when editing, reviewing, or implementing Vue or Nuxt code.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Onboard project or init project safely: prepare the active repository with agent state, a full persistent codebase-memory index, evidence-based AGENTS.md handling, and safe check reporting.
Backend implementation protocol. Use by backend agents when editing assigned server-side slices.
Code review protocol. Use when reviewing final diffs against .agents/PLAN.md.
Failure routing protocol. Use when routing test or review failures to the correct agent.
Frontend implementation protocol. Use by frontend agents when editing assigned UI slices.
Performance review checklist. Use for database, API, rendering, caching, loops, network calls, bundle, and runtime risks.
| name | vue-nuxt |
| description | Vue, Nuxt, .vue, nuxt.config, Vue 3, Composition API -> use when editing, reviewing, or implementing Vue or Nuxt code. |
Prefer repository-local conventions for components, composables, routing, stores, styling, and tests before applying general guidance.
script setup when the repo uses it, clear refs/computed values, and composables for reusable stateful logic.nuxt.config.useFetch, useAsyncData, server routes, stores, or composables according to existing data-fetching patterns.