ui-to-vue

Batch-convert UI design screenshots into Vue 3 components via CLI.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/sakamoto-family-smile/agent_monorepo --skill ui-to-vue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ui-to-vue
Source: https://github.com/sakamoto-family-smile/agent_monorepo/tree/main/.claude/skills/ecc/ui-to-vue
Command: npx skills add https://github.com/sakamoto-family-smile/agent_monorepo --skill ui-to-vue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Batch-convert UI design screenshots into Vue 3 components to accelerate frontend development and ensure design consistency.

Core Features & Use Cases

  • Batch-processing: group related screenshots by module and page state to generate reusable Vue components and router wiring.
  • UI library mapping: output components compatible with Vant, Element Plus, or Ant Design Vue for Vue 3 projects.
  • CLI-driven workflow: integrate design-to-code conversion into CI/CD and design handoff with minimal manual tweaks.

Quick Start

Run the converter with the documented CLI to generate Vue components from your design screenshots, specifying input, UI library, and output paths.

Frequently Asked Questions about ui-to-vue

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert UI design screenshots into Vue 3 components?

You can batch-convert UI design screenshots into Vue 3 components by running a CLI workflow that accepts an input directory, target UI library, and output path. This process accelerates frontend development and ensures design consistency across multiple screens.

Can I generate Vue components compatible with Element Plus or Vant from design screenshots?

Yes, you can generate Vue components compatible with Vant, Element Plus, or Ant Design Vue. The CLI workflow maps your UI design screenshots to your chosen target UI library for Vue 3 projects.

What is the best way to batch-process multiple UI design screens for frontend development?

The best way to batch-process UI design screens is grouping related screenshots by module and page state. This generates reusable Vue components and router wiring, ensuring consistent component generation across your entire project.

Does converting UI designs to Vue code require manual tweaks after generation?

Converting UI designs to Vue code requires minimal manual tweaks after generation. The CLI-driven workflow outputs structured components and router wiring, allowing seamless integration into CI/CD and design handoff processes.

How do I validate design assets before generating Vue 3 components?

Validating design assets before generating Vue 3 components is handled automatically by the CLI workflow. It checks the presence and structure of your design screenshots in the input directory before starting the batch conversion process.