element-plus-skills

Element Plus Skills Library - A comprehensive skill library for AI agents to understand and utilize Element Plus UI components. Invoke when user needs to work with Element Plus components, theming, i18n, dark mode, or design specifications.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "element-plus-skills" with this command: npx skills add jiaiyan/element-plus-skills/jiaiyan-element-plus-skills-element-plus-skills

Element Plus Skills Library

A comprehensive skill library for Element Plus UI framework, designed for AI agents to understand and utilize Element Plus components effectively.

When to Invoke

Invoke this skill when:

  • User needs to implement any Element Plus component
  • User asks about Element Plus configuration or setup
  • User wants to customize themes or use dark mode
  • User needs internationalization (i18n) support
  • User asks about design specifications (colors, borders, typography)
  • User encounters issues with Element Plus components

Skill Library Overview

This library contains 88 skills organized into the following categories:

CategoryCountDescriptionPath Pattern
Component Skills77Individual component documentation./components/el-{name}/SKILL.md
Design Specifications5Border, Color, Layout, Typography, Overview./element-plus-design-{name}/SKILL.md
Foundation Skills6Quickstart, Theming, i18n, Dark Mode, SSR, Components./element-plus-{name}/SKILL.md

How to Locate Skills

1. Component Skills (77 skills)

All component skills follow the naming convention el-{component-name} and are located in the components/ directory.

Path Pattern:

./components/el-{component-name}/SKILL.md

Examples:

  • Button: ./components/el-button/SKILL.md
  • Form: ./components/el-form/SKILL.md
  • Table: ./components/el-table/SKILL.md
  • Dialog: ./components/el-dialog/SKILL.md

2. Design Specification Skills (5 skills)

Design skills provide guidance on Element Plus design system.

Skill NamePathDescription
Border./element-plus-design-border/SKILL.mdBorder styles, radius, shadows
Color./element-plus-design-color/SKILL.mdColor palette and semantics
Layout./element-plus-design-layout/SKILL.md24-column grid system
Typography./element-plus-design-typography/SKILL.mdFont conventions
Overview./element-plus-design-overview/SKILL.mdDesign system overview

3. Foundation Skills (6 skills)

Foundation skills cover core setup and configuration.

Skill NamePathDescription
Quickstart./element-plus-quickstart/SKILL.mdInstallation and setup
Theming./element-plus-theming/SKILL.mdTheme customization
i18n./element-plus-i18n/SKILL.mdInternationalization
Dark Mode./element-plus-dark-mode/SKILL.mdDark mode implementation
SSR./element-plus-ssr/SKILL.mdServer-side rendering
Components./element-plus-components/SKILL.mdComponent overview index

Skill Invocation Guide

Step 1: Identify User Intent

Analyze the user's request to determine which skill category is needed:

User Request PatternSkill CategoryExample Skill
"Create a button/form/table..."Componentel-button, el-form, el-table
"How to set up Element Plus"Foundationelement-plus-quickstart
"Customize theme colors"Foundationelement-plus-theming
"Add multi-language support"Foundationelement-plus-i18n
"Implement dark mode"Foundationelement-plus-dark-mode
"What colors are available?"Designelement-plus-design-color
"How does the grid work?"Designelement-plus-design-layout

Step 2: Locate the Skill File

Use the path patterns above to locate the appropriate skill file:

# For component skills
./components/el-{component-name}/SKILL.md

# For design skills
./element-plus-design-{name}/SKILL.md

# For foundation skills
./element-plus-{name}/SKILL.md

Step 3: Read and Apply Skill Content

Each skill file contains:

  • When to Invoke: Specific conditions for using the skill
  • Features: Component capabilities and options
  • API Reference: Attributes, events, slots, exposes
  • Usage Examples: Code snippets for common patterns
  • Best Practices: Recommended implementation guidelines

Component Skill Index

Basic Components (14)

ComponentSkill PathDescription
Affix./components/el-affix/SKILL.mdSticky positioning
Alert./components/el-alert/SKILL.mdAlert messages
Anchor./components/el-anchor/SKILL.mdAnchor navigation
Avatar./components/el-avatar/SKILL.mdUser avatars
Backtop./components/el-backtop/SKILL.mdBack to top button
Badge./components/el-badge/SKILL.mdBadges and marks
Breadcrumb./components/el-breadcrumb/SKILL.mdBreadcrumb navigation
Button./components/el-button/SKILL.mdButtons
Card./components/el-card/SKILL.mdCard containers
Carousel./components/el-carousel/SKILL.mdImage carousels
Collapse./components/el-collapse/SKILL.mdCollapsible panels
Divider./components/el-divider/SKILL.mdDividing lines
Icon./components/el-icon/SKILL.mdSVG icons
Link./components/el-link/SKILL.mdText links
Text./components/el-text/SKILL.mdStyled text

Form Components (24)

ComponentSkill PathDescription
Autocomplete./components/el-autocomplete/SKILL.mdInput with suggestions
Cascader./components/el-cascader/SKILL.mdCascading selection
Checkbox./components/el-checkbox/SKILL.mdCheckboxes
ColorPicker./components/el-color-picker/SKILL.mdColor picker
ColorPicker Panel./components/el-color-picker-panel/SKILL.mdColor picker panel
DatePicker./components/el-date-picker/SKILL.mdDate picker
DatePicker Panel./components/el-date-picker-panel/SKILL.mdDate picker panel
DateTimePicker./components/el-datetime-picker/SKILL.mdDate time picker
Form./components/el-form/SKILL.mdForm management
Input./components/el-input/SKILL.mdText input
InputNumber./components/el-input-number/SKILL.mdNumber input
InputTag./components/el-input-tag/SKILL.mdTag input
Mention./components/el-mention/SKILL.mdMention input
Radio./components/el-radio/SKILL.mdRadio buttons
Rate./components/el-rate/SKILL.mdStar rating
Select./components/el-select/SKILL.mdDropdown select
Select V2./components/el-select-v2/SKILL.mdVirtualized select
Slider./components/el-slider/SKILL.mdSlider input
Switch./components/el-switch/SKILL.mdToggle switch
TimePicker./components/el-time-picker/SKILL.mdTime picker
TimeSelect./components/el-time-select/SKILL.mdTime select
Transfer./components/el-transfer/SKILL.mdTransfer panels
TreeSelect./components/el-tree-select/SKILL.mdTree select
Upload./components/el-upload/SKILL.mdFile upload

Data Display Components (17)

ComponentSkill PathDescription
Calendar./components/el-calendar/SKILL.mdCalendar view
Descriptions./components/el-descriptions/SKILL.mdDescription list
Empty./components/el-empty/SKILL.mdEmpty state
Image./components/el-image/SKILL.mdImage with preview
Pagination./components/el-pagination/SKILL.mdPagination
Progress./components/el-progress/SKILL.mdProgress bar
Result./components/el-result/SKILL.mdResult page
Skeleton./components/el-skeleton/SKILL.mdLoading skeleton
Table./components/el-table/SKILL.mdData table
Table V2./components/el-table-v2/SKILL.mdVirtualized table
Tag./components/el-tag/SKILL.mdTags
Timeline./components/el-timeline/SKILL.mdTimeline
Tree./components/el-tree/SKILL.mdTree view
Tree V2./components/el-tree-v2/SKILL.mdVirtualized tree
Statistic./components/el-statistic/SKILL.mdStatistics display
Segmented./components/el-segmented/SKILL.mdSegmented control

Navigation Components (8)

ComponentSkill PathDescription
Dropdown./components/el-dropdown/SKILL.mdDropdown menu
Menu./components/el-menu/SKILL.mdNavigation menu
PageHeader./components/el-page-header/SKILL.mdPage header
Steps./components/el-steps/SKILL.mdSteps guide
Tabs./components/el-tabs/SKILL.mdTabs

Feedback Components (12)

ComponentSkill PathDescription
Dialog./components/el-dialog/SKILL.mdModal dialog
Drawer./components/el-drawer/SKILL.mdDrawer panel
Loading./components/el-loading/SKILL.mdLoading overlay
Message./components/el-message/SKILL.mdToast message
MessageBox./components/el-message-box/SKILL.mdMessage box
Notification./components/el-notification/SKILL.mdNotification
Popconfirm./components/el-popconfirm/SKILL.mdPopconfirm
Popover./components/el-popover/SKILL.mdPopover
Tooltip./components/el-tooltip/SKILL.mdTooltip
Tour./components/el-tour/SKILL.mdProduct tour

Layout Components (4)

ComponentSkill PathDescription
Container./components/el-container/SKILL.mdLayout container
Space./components/el-space/SKILL.mdSpacing
Splitter./components/el-splitter/SKILL.mdSplit panels

Utility Components (5)

ComponentSkill PathDescription
ConfigProvider./components/el-config-provider/SKILL.mdGlobal config
InfiniteScroll./components/el-infinite-scroll/SKILL.mdInfinite scroll
Scrollbar./components/el-scrollbar/SKILL.mdCustom scrollbar
Watermark./components/el-watermark/SKILL.mdWatermark

Usage Examples

Example 1: User asks about button implementation

User Request: "How do I create a primary button with loading state?"

Agent Action:

  1. Identify intent: Component skill - Button
  2. Locate skill: ./components/el-button/SKILL.md
  3. Read skill content
  4. Provide response with API reference and code example

Response:

<template>
  <el-button type="primary" :loading="loading" @click="handleClick">
    {{ loading ? 'Loading...' : 'Submit' }}
  </el-button>
</template>

<script setup>
import { ref } from 'vue'

const loading = ref(false)

const handleClick = async () => {
  loading.value = true
  try {
    await submitData()
  } finally {
    loading.value = false
  }
}
</script>

Example 2: User asks about form validation

User Request: "How do I create a form with validation?"

Agent Action:

  1. Identify intent: Component skill - Form
  2. Locate skill: ./components/el-form/SKILL.md
  3. Read skill content
  4. Provide response with validation example

Response:

<template>
  <el-form :model="form" :rules="rules" ref="formRef">
    <el-form-item label="Name" prop="name">
      <el-input v-model="form.name" />
    </el-form-item>
    <el-form-item>
      <el-button type="primary" @click="submitForm">Submit</el-button>
    </el-form-item>
  </el-form>
</template>

<script setup>
import { ref, reactive } from 'vue'

const formRef = ref()
const form = reactive({
  name: ''
})

const rules = {
  name: [
    { required: true, message: 'Please input name', trigger: 'blur' }
  ]
}

const submitForm = async () => {
  await formRef.value.validate()
  // Submit logic
}
</script>

Example 3: User asks about theme customization

User Request: "How do I customize Element Plus theme colors?"

Agent Action:

  1. Identify intent: Foundation skill - Theming
  2. Locate skill: ./element-plus-theming/SKILL.md
  3. Read skill content
  4. Provide response with CSS variables example

Response:

:root {
  --el-color-primary: #409eff;
  --el-color-success: #67c23a;
  --el-color-warning: #e6a23c;
  --el-color-danger: #f56c6c;
  --el-color-info: #909399;
}

Example 4: User asks about dark mode

User Request: "How do I implement dark mode in Element Plus?"

Agent Action:

  1. Identify intent: Foundation skill - Dark Mode
  2. Locate skill: ./element-plus-dark-mode/SKILL.md
  3. Read skill content
  4. Provide response with implementation example

Response:

<template>
  <el-config-provider :locale="locale" :size="size">
    <div :class="{ 'dark': isDark }">
      <App />
    </div>
  </el-config-provider>
</template>

<style>
.dark {
  color-scheme: dark;
}
</style>

Configuration Requirements

Prerequisites

Before using this skill library, ensure:

  1. Vue 3.3+ is installed
  2. Element Plus 2.4+ is installed
  3. Node.js 18+ for development

Installation

npm install element-plus
npm install @element-plus/icons-vue

TypeScript Support

Add to tsconfig.json:

{
  "compilerOptions": {
    "types": ["element-plus/global"]
  }
}

Input Parameters

When invoking skills, consider these parameters:

ParameterTypeDescriptionRequired
componentstringComponent name (e.g., "button", "form")Yes
featurestringSpecific feature needed (e.g., "validation", "loading")No
contextobjectAdditional context (framework, TypeScript usage)No

Output Format

Each skill provides:

  1. API Reference: Complete attributes, events, slots, exposes
  2. Code Examples: Working code snippets
  3. Best Practices: Recommended implementation patterns
  4. Common Issues: Troubleshooting tips
  5. Component Interactions: How to use with other components

Important Notes

1. Skill Priority

When multiple skills could apply, prioritize in this order:

  1. Component-specific skills (most specific)
  2. Foundation skills (configuration)
  3. Design specification skills (guidelines)

2. Cross-References

Many skills reference related skills. Always check:

  • Related components in the same category
  • Foundation skills for configuration
  • Design skills for styling guidelines

3. Version Compatibility

This skill library is based on Element Plus 2.4+. Some features may not be available in earlier versions.

4. Naming Conventions

  • Component skills use el-{name} format (matches Vue component tags)
  • Foundation skills use element-plus-{name} format
  • Design skills use element-plus-design-{name} format

5. File Structure

element-plus-skills/
├── SKILL.md                          # This file (main entry)
├── README.md                         # English documentation
├── README_CN.md                      # Chinese documentation
├── AGENTS.md                         # Agents documentation
├── components/                       # 77 component skills
│   ├── el-button/
│   │   └── SKILL.md
│   ├── el-form/
│   │   └── SKILL.md
│   └── ...
├── element-plus-quickstart/          # Foundation skills
├── element-plus-theming/
├── element-plus-i18n/
├── element-plus-dark-mode/
├── element-plus-ssr/
├── element-plus-components/
├── element-plus-design-border/       # Design skills
├── element-plus-design-color/
├── element-plus-design-layout/
├── element-plus-design-typography/
└── element-plus-design-overview/

Best Practices for Agents

  1. Always start with this file when user mentions Element Plus
  2. Locate the specific skill based on user intent
  3. Read the complete skill file before responding
  4. Provide code examples from the skill documentation
  5. Reference related skills when applicable
  6. Include best practices from the skill content
  7. Mention common issues if relevant to user's context

Related Resources

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

MCP Business Integration

Integrate AI agents with business data via Model Context Protocol. Query ads, analytics, CRM data through normalized interfaces. Use when connecting agents t...

Registry SourceRecently Updated
Automation

Feishu Bot Config Helper

辅助配置飞书机器人名称、应用凭证和大模型,自动匹配技能并生成本地及飞书文档。

Registry SourceRecently Updated
Automation

memory-attention-router

Route, write, reflect on, and refresh long-term agent memory for multi-step OpenClaw tasks. Use when work depends on prior sessions, repeated workflows, user...

Registry SourceRecently Updated
Automation

Zapier Recipe

自动化流程设计。Zapier/Make流程、触发器、动作链、条件逻辑、模板、效率分析。Automation recipes for Zapier, Make. 自动化、工作流、效率。

Registry SourceRecently Updated