ui-build

Automate Vue 3 UI generation through a five-phase design-to-implementation workflow.

1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/lasswellt/cc-plugin-suite --skill ui-build-lasswellt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ui-build
Source: https://github.com/lasswellt/cc-plugin-suite/tree/main/skills/ui-build
Command: npx skills add https://github.com/lasswellt/cc-plugin-suite --skill ui-build-lasswellt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Designing UI in Vue projects is time-consuming and error-prone when translating user intent into cohesive, production-grade interfaces that match the codebase. This Skill automates the research and generation of Vue 3 UI, following a disciplined 5-phase workflow to ensure native-feeling components.

Core Features & Use Cases

  • 5-phase workflow: Discover, Analyze, Design, Implement, Refine
  • Project-aligned UI generation: produces components that match the project's conventions
  • Quick-start guidance: immediate paths from user prompts to working UI

Quick Start

Describe the UI you want and the skill will generate production-grade Vue 3 UI following its 5-phase workflow.

Frequently Asked Questions about ui-build

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

FAQPage Schema
How do I generate production-grade Vue 3 UI components from a design request?

Vue 3 UI generation translates design requests into production-ready components using a 5-phase workflow: Discover, Analyze, Design, Implement, and Refine. This ensures the generated TypeScript typings, accessible components, and state handling match your project conventions.

What is the best way to automate the design-to-implementation workflow for Vue 3 and Vite projects?

Automating the design-to-implementation workflow for Vue 3 and Vite projects requires a structured 5-phase process. It analyzes user intent to produce cohesive, native-feeling interfaces with robust state handling and TypeScript typings, ensuring production-grade quality.

Does this Vue 3 UI generation workflow support TypeScript and accessible components?

Yes, Vue 3 UI generation explicitly satisfies requirements for TypeScript typings and accessible components. The workflow ensures robust state handling and generates production-ready UI that is compatible with Vue 3 + Vite projects.

Can I use this to build a complete Vue 3 page or do I need to create individual components separately?

You can build a complete Vue 3 page rather than just individual components. The workflow applies to requests like 'build a page', 'create UI', or 'design a component', translating the overall user intent into a cohesive, production-ready interface.

How does the 5-phase workflow improve frontend Vue 3 code generation?

The 5-phase workflow improves Vue 3 code generation by enforcing a disciplined sequence: Discover, Analyze, Design, Implement, and Refine. This structured approach prevents errors and ensures the generated UI matches your codebase conventions.

What should I provide to start generating Vue 3 UI with this workflow?

You simply describe the UI you want. The workflow then processes your prompt through its 5-phase sequence to generate production-grade Vue 3 UI that aligns with your existing project conventions and TypeScript setup.