vapor-ui

Solid

Vapor UI design system component and icon guide, UI mockup generator, and Figma design converter. Provides component catalog, icon lookup, usage patterns, props documentation, and converts Figma designs to production-ready vapor-ui code. Use when user asks "vapor-ui components", "vapor-ui icons", "아이콘 찾기", "vapor-ui 사용법", "vapor-ui를 사용해서 시안 구현", "convert figma", "figma to code", "implement design from figma", provides a Figma URL, or mentions specific components like "Button", "Input", "Modal".

Web & Frontend 36 stars 11 forks Updated today MIT

Install

View on GitHub

Quality Score: 77/100

Stars 20%
52
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Vapor UI Design Skill ## Instructions ### Step 1: Identify User Intent & Detect Version **Run these checks in parallel:** 1. **Determine user intent**: - **Component lookup**: User wants to know available components or specific component details - **Usage guidance**: User needs props, variants, or example code - **Mockup generation**: User wants to create a UI prototype - **Figma conversion**: User wants to convert Figma design to code 2. **Determine Vapor UI version** (in order of priority): 1. **User-provided version**: If user specifies a version, use it directly 2. **Auto-detect from codebase**: ```bash node scripts/detect-version.mjs [start-path] ``` Output: `CORE: x.x.x` and `ICONS: x.x.x` Use `CORE` version for component scripts, `ICONS` version for icon scripts. ### Step 2: Component Information **Get component list:** ```bash node scripts/get-component-list.mjs <VERSION> ``` Example: `node scripts/get-component-list.mjs 1.0.0-beta.12` **Get component details (props, description):** ```bash node scripts/get-component-info.mjs <VERSION> <COMPONENT> [PART] ``` Example: `node scripts/get-component-info.mjs 1.0.0-beta.12 avatar` For detailed component structure, refer to `references/component-structure.md`. ### Step 3: Component Examples **Get example code:** ```bash node scripts/get-component-examples.mjs <VERSION> <COMPONENT> [EXAMPLE_NAME] ``` Example: `node scripts/get-component-examples.m...

Details

Author
goorm-dev
Repository
goorm-dev/vapor-ui
Created
1 years ago
Last Updated
today
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Web & Frontend Solid

prototype-to-production

Convert design prototypes (HTML, CSS, Figma exports) into production-ready components. Analyzes prototype structure, extracts design tokens, identifies reusable patterns, and generates typed React components. Adapts to existing project tech stack with React + TypeScript as default.

322 Updated today
aiskillstore
Web & Frontend Solid

frontend-design

Design and build production-ready frontend interfaces with design systems, responsive layouts, accessible components, and dark mode support.

91 Updated 2 months ago
seb1n
Web & Frontend Solid

ui-potion-discovery

Identify the best UI Potion guide for a requested component, layout, or feature by searching the index and returning relevant JSON guide URLs and human-readable pages. Use when the user is unsure which potion to use or asks for recommendations.

13 Updated yesterday
uiPotion
Web & Frontend Featured

inspira-ui

120+ Vue/Nuxt animated components with TailwindCSS v4, motion-v, GSAP, Three.js. Use for hero sections, 3D effects, interactive backgrounds, or encountering setup, CSS variables, motion-v integration errors.

106 Updated 1 months ago
secondsky
Web & Frontend Featured

ckmdesign-system

Token architecture, component specifications, and slide generation. Three-layer tokens (primitive→semantic→component), CSS variables, spacing/typography scales, component specs, strategic slide creation. Use for design tokens, systematic design, brand-compliant presentations.

62,072 Updated 1 months ago
nextlevelbuilder