Summary
设计或实现 Vue 3、Nuxt 组件、页面、样式、交互、表单、状态绑定与 i18n 文本时使用。负责前端界面与交互的完整实现流程(目标确认、结构设计、实现约束、视觉验证),并遵循项目标准(PrimeVue、SCSS BEM、@mdi/font、Zod)。用户提到 component、page、UI、frontend、form、responsive、SCSS、BEM、i18n、设计落地时都应触发。
smithery/caomeiyouren
设计或实现 Vue 3、Nuxt 组件、页面、样式、交互、表单、状态绑定与 i18n 文本时使用。负责前端界面与交互的完整实现流程(目标确认、结构设计、实现约束、视觉验证),并遵循项目标准(PrimeVue、SCSS BEM、@mdi/font、Zod)。用户提到 component、page、UI、frontend、form、responsive、SCSS、BEM、i18n、设计落地时都应触发。
npx skills add smithery/caomeiyouren --skill nuxt-code-editor
设计或实现 Vue 3、Nuxt 组件、页面、样式、交互、表单、状态绑定与 i18n 文本时使用。负责前端界面与交互的完整实现流程(目标确认、结构设计、实现约束、视觉验证),并遵循项目标准(PrimeVue、SCSS BEM、@mdi/font、Zod)。用户提到 component、page、UI、frontend、form、responsive、SCSS、BEM、i18n、设计落地时都应触发。
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Guidance for distinctive, intentional visual design when building new UI or reshaping an existi…
866.4K installsBrowser automation CLI for AI agents. Use when the user needs to interact with websites, includ…
810.4K installsReview UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "chec…
617.3K installsBuild, deploy, evaluate, optimize, fine-tune, and manage Microsoft Foundry agents, models, and …
576.5K installsDebug Azure production issues on Azure using AppLens, Azure Monitor, resource health, and safe …
568.9K installsOther skills from smithery/caomeiyouren.
npx skills add smithery/caomeiyouren
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Parsed from SKILL.md frontmatter.
Files included with this skill beyond the listing page.
SKILL.md
3,105 B
SUMMARY.md
95 B
铁律:不要在没有确认信息结构、设计约束和文本国际化策略前直接堆界面代码。
- [ ] 1.1 明确是新增页面、组件还是细节修复。 - [ ] 1.2 盘点数据来源(API 契约)、设计模式、状态来源。
- [ ] 2.1 先确认职责划分:props、事件、状态边界。 - [ ] 2.2 再拆布局、层级和可访问性结构。
- [ ] 3.1 文本默认走 i18n,不硬编码中文或英文。 - [ ] 3.2 样式优先使用设计 token,不引入重复或不可维护结构。 - [ ] 3.3 页面级需要 SEO 时,补充头部元信息与静态数据。
- [ ] 4.1 检查响应式、键盘可访问性、明暗模式和错误态。 - [ ] 4.2 只要涉及视觉改动,交给 @ui-validator 做真实环境验证。
<script setup lang="ts"> 组件,使用 defineProps、defineEmits 并配合 TypeScript 接口/类型。utils/ 或现有的 components/ 用法正确使用 PrimeVue 4 组件。@mdi/font (Material Design Icons),图标类名 mdi-*。server/entities 或 types/ 中定义的 TypeORM 实体和 DTO。styles/ 目录中的变量和 mixin,不使用 !important 突破规范。utils/shared/ 下的 Zod Schema(单一事实来源),前端 useForm 传入 zodSchema。useFetch / useAsyncData,导航使用 navigateTo。useI18n / $t()),样式是否已接入 token 和可维护性。@ui-validator 验证。!important。