.cursor/skills/vue3-element-plus/SKILL.md
专业使用 Vue3 + <script setup> + Element Plus 开发组件、表单、表格、弹窗、页面,遵循最佳实践、类型安全、优雅结构、可维护性。
npx skillsauth add lijiaming123/ai-plan vue3-element-plusInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
element-plus, el组件, vue3 element, 表单, 表格, 弹窗, 上传, 分页, 搜索页, 管理后台
<template>
<!-- 业务布局 -->
<div class="page-container">
<!-- El Components -->
</div>
</template>
<script setup lang="ts">
import { ref, reactive } from "vue";
import { ElMessage, ElMessageBox } from "element-plus";
// 变量
const formRef = ref();
const formData = reactive({});
const tableData = ref([]);
// 方法
function submit() {}
function reset() {}
</script>
<style scoped>
/* 局部样式 */
</style>
testing
Use when creating new skills, editing existing skills, or verifying skills work before deployment
development
Use when you have a spec or requirements for a multi-step task, before touching code
data-ai
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
tools
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions