← 返回
未分类

Vibe UI

Use when choosing a DESIGN.md style, applying a style to a web project, generating page prompts or template recipes, browsing bundled source systems, or checking UI code against a selected visual style.
Use when choosing a DESIGN.md style, applying a style to a web project, generating page prompts or template recipes, browsing bundled source systems, or checking UI code against a selected visual style.
奔跑的脆皮肠
未分类 community v1.1.0 3 版本 100000 Key: 无需
★ 0
Stars
📥 88
下载
💾 0
安装
3
版本
#latest

概述

Vibe UI

Vibe UI is a DESIGN.md workflow skill for web UI work. It helps choose an inspired visual style, apply its DESIGN.md, generate page-specific build prompts, and review generated code for design consistency.

Vibe Gate 2.0 is the default loop for visual work: read the brief, lock the style and recipe, generate with hidden design constraints, then report/critique/polish after implementation.

Included styles are inspired by publicly visible UI patterns. Do not describe them as official brand systems.

Naming rule: Vibe UI-owned workflow features should use Vibe UI names such as Vibe Gate. Upstream names are used only for attribution, source filters, and resource ids.

Commands

Run commands from skills/vibe-ui or call node /absolute/path/to/skills/vibe-ui/scripts/design.mjs ....

node scripts/design.mjs list [--source built-in|open-design|all]
node scripts/design.mjs search <keyword> [--source built-in|open-design|all]
node scripts/design.mjs recommend "<user goal>" [--source built-in|open-design|all]
node scripts/design.mjs read <brief> [--page page_type] [--design design_id] [--template template_id] [--source built-in|open-design|all]
node scripts/design.mjs use <design_id>
node scripts/design.mjs like <design_id> [page_type] [--strength light|medium|bold]
node scripts/design.mjs remix <primary_design_id> <secondary_design_id> [goal]
node scripts/design.mjs workflow <page_type> [--design design_id] [--template template_id] [--target file_or_directory]
node scripts/design.mjs template <template_id>
node scripts/design.mjs generate <page_type> [--template template_id]
node scripts/design.mjs invariants <design_id>
node scripts/design.mjs brief-check <page_type> [--design design_id] [--template template_id]
node scripts/design.mjs check <file_or_directory>
node scripts/design.mjs report <file_or_directory> [--out DESIGN-REPORT.md]
node scripts/design.mjs browse [--source built-in|open-design|all] [--out directory]
node scripts/design.mjs preview [--source built-in|open-design|all] [--out directory]
node scripts/design.mjs submit <design_id> <DESIGN.md> [--name display_name]
node scripts/design.mjs extract-url <url_or_html_file> [--out DESIGN.md]
node scripts/design.mjs import <figma_or_screenshot_notes> [--kind figma|screenshot] [--out DESIGN.md]
node scripts/design.mjs critique <file_or_directory> [--out directory]
node scripts/design.mjs polish <file_or_directory>

Supported page types: landing, dashboard, pricing, login, docs, settings, profile, chrome-extension-landing.

Workflow

  • For user-facing UI work, run read "" before implementation. It writes .vibe-ui/brief-read.json and .vibe-ui/product-context.json with audience, buyer anxiety, register, dials, proof strategy, and section strategy.
  • If the user names a style, run use in the project root to write DESIGN.md, DESIGN.generated.md, and .vibe-ui/current-design.json.
  • If the user has not chosen a style, run recommend "" or use the recommendation from read. Use built-in curated styles by default; add --source open-design when they want the broader bundled source library.
  • Use namespaced source ids such as open-design:linear-app, open-design:revolut, or open-design:airbnb.
  • If the user asks for a page pattern, run template or generate --template .
  • If the user asks for a page that should feel "like" a known style, run like [page_type] for a brand-safe prompt.
  • If the user wants to browse or compare styles visually, run browse --source all to generate a local static browser.
  • Before generating or editing a page, run workflow --design --template for the recommended Vibe UI execution chain.
  • Run invariants and brief-check --design when the task is visual or user-facing. brief-check writes .vibe-ui/vibe-gate-contract.json with Design Read, dials, page preflight, and anti-pattern watchlist.
  • Run generate and follow the output together with the project's existing stack and components.
  • After implementation, run check or report . If the report is not Ready or the UI still feels generic, run critique and then use polish to produce a repair prompt.

Design Library

  • registry.json contains 18 high-confidence curated built-in styles.
  • resource/open-design-systems.json bundles 150 upstream DESIGN.md systems as one offline resource.
  • resource/open-design-template-index.json indexes 111 upstream design-templates mirrored through Liuwei1125/vibe-ui-resources.
  • resource/open-design-template-recipes.json contains Vibe UI template recipes distilled from upstream source patterns, including commerce, launch, pricing, waitlist, docs, dashboard, kanban, mobile, onboarding, portfolio, and SaaS recipes.
  • resource/open-design-template-sources.json contains the full template source bundle for offline-full packaging.
  • resource/resources-sync-manifest.json records the resource mirror source commit, counts, and hashes.
  • resource/open-design-attribution.md records upstream license and provenance notes.
  • resource/ui-anti-patterns.json contains the Vibe Gate 2.0 watchlist used by brief-check, check, report, critique, and polish.

Default curated styles include linear, vercel, stripe, apple, cursor, openai, notion, raycast, mintlify, framer, airbnb, shopify, feishu, doubao, xiaohongshu, wechat-reading, slack, and figma.

Guardrails

  • Treat DESIGN.md as the source of truth for colors, typography, spacing, radius, shadows, layout rhythm, density, and interaction style.
  • Do not copy real logos, trademarks, proprietary assets, or official brand claims from inspiration sources.
  • Keep Design Read, dials, and internal scaffold text in .vibe-ui JSON, reports, prompts, or comments; do not render them in production UI.
  • Add stable data-od-id values to top-level generated sections when using source-backed recipes.
  • Avoid default LLM indigo, emoji-as-icon decoration, invented metrics, filler copy, arbitrary gradients, heavy glass, and unsupported shadows unless the selected DESIGN.md explicitly allows them.
  • Use Vibe Gate as the default execution contract: read interprets the brief, workflow shows the full chain, invariants states what must not drift, brief-check records materials and anti-patterns before implementation, generate carries the hidden Design Read constraints, and report/critique/polish close the revision loop after implementation.
  • The static checker is a first-pass review. Still run the project tests and inspect the rendered UI for frontend work.

版本历史

共 3 个版本

  • v1.1.0 v1.1.0 adds Vibe Gate 2.0, Design Read, density/variance/motion dials, read-aware brief-check, critique/polish, OpenDesign resource mirror integration, 111 template indexes, and 11 Vibe UI template recipes. Shopping and retail briefs now prefer commerce-home instead of default SaaS landing. 当前
    2026-06-04 18:51 安全 安全
  • v1.0.1 v1.0.1 adds marketplace update guidance, clarifies recommended package selection, and bumps package/registry metadata to 1.0.1.
    2026-06-01 16:49 安全 安全
  • v1.0.0 - Visual preview site generated by `node scripts/design.mjs preview --out vibe-ui-preview`. - Online design browser data and static page generated by `node scripts/design.mjs browse --out vibe-ui-browser`. - User-submitted DESIGN.md storage with `node scripts/design.mjs submit <design_id> <DESIGN.md>`. - URL-to-DESIGN.md extractor with `node scripts/design.mjs extract-url <url_or_html_file>`. - Figma/screenshot import with `node scripts/design.mjs import <figma_or_screenshot_notes> --kind figma|screenshot`. - Design consistency report writing with `node scripts/design.mjs report <file_or_directory> --out DESIGN-REPORT.md`. - ClawHub and SkillHub publishing kit with `node scripts/publish-kit.mjs --platform all --package minimal`. Local-first and Skill-friendly. Extracted and imported DESIGN.md files are drafts; review provenance, rights, and brand-safety before publishing.
    2026-05-25 18:48 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

design-media

Nano Banana Pro

steipete
使用 Nano Banana Pro (Gemini 3 Pro Image) 生成或编辑图像。支持文生图、图生图及 1K/2K/4K 分辨率,适用于图像创建、修改及编辑请求,使用 --input-image 指定输入图像。
★ 435 📥 117,829
data-analysis

github-trending

user_cea1fb81
Use when the user asks for GitHub Trending, GitHub hot repositories, daily/weekly/monthly trending repos, trending proje
★ 0 📥 207
design-media

Openai Whisper

steipete
使用 Whisper CLI 进行本地语音转文字(无需 API 密钥)
★ 335 📥 94,638