This one's for building Vue 3 apps with Element Plus, the component library with 60+ UI elements like buttons, tables, forms, and dialogs. The skill mirrors the official docs structure, so you can jump straight to installation guides, component examples, or theme customization without hunting around. It covers both Composition API and Options API patterns, includes on-demand import setup to keep bundles small, and has API references for props and events. Honestly most useful when you're past the "hello world" stage and need to wire up actual UI components with proper event handling and theming.
npx skills add https://github.com/teachingai/full-stack-skills --skill element-plus-vue3