This is a prompt guide for working with Vant, the mobile UI component library for Vue 3. It covers the basics like setup, on-demand imports, and the six components with local examples: Button, Cell, Form, Dialog, Toast, and Popup. The structure is honest about scope: it tells you to route to official docs for anything not covered locally and includes a mapping file to bridge the gap. The theming section focuses on ConfigProvider and CSS variables, which is the right entry point for customization. Useful if you're building mobile-first Vue 3 apps and want consistent component answers without the AI inventing API details that don't exist in Vant.
npx skills add https://github.com/teachingai/full-stack-skills --skill vant-vue3