nuxt-code-editor

Installation
SKILL.md

Nuxt Code Editor Skill (Nuxt 代码编辑技能)

能力 (Capabilities)

  • Vue 3 Composition API: 生成 <script setup lang="ts"> 组件。
  • PrimeVue 集成: 根据 utils/ 或现有的 components/ 用法正确使用 PrimeVue 组件。
  • Better-Auth 集成: 正确使用 authClient (前端) 和 auth (服务端) 进行身份验证和权限控制。
  • 类型安全: 确保所有后端代码使用在 server/database/entitiestypes/ 中定义的 TypeORM 实体和 DTO。
  • Zod 校验: 使用 Zod 进行 API 请求参数校验 (参考 utils/schemas/)。
  • 增量编辑: 优先修补 (patch) 而非重写整个文件,以保留上下文。

指令 (Instructions)

Installs
47
GitHub Stars
10
First Seen
Feb 7, 2026
nuxt-code-editor — caomeiyouren/momei