This converter takes a directory of design screenshots and generates Vue 3 Composition API components with Vant, Element Plus, or Ant Design Vue. It groups related states into single page components, extracts repeated regions into shared components, and wires up basic routing. The workflow assumes you're handing off design exports to an external model API, so keep customer data out of the input folder. You'll still need to review the output for accessibility, interaction logic, and whether the generated CSS units match your baseline, but it gives you a solid first pass when you have a batch of screens to convert. Pin the version and confirm your DASHSCOPE_API_KEY is set before running.
npx skills add https://github.com/affaan-m/everything-claude-code --skill ui-to-vue