ui-engineering
3
总安装量
1
周安装量
#56406
全站排名
安装命令
npx skills add https://github.com/yzfly/pro-ui-engineering-skill --skill ui-engineering
Agent 安装分布
replit
1
windsurf
1
trae
1
opencode
1
cursor
1
droid
1
Skill 文档
UI Engineering Skill
Overview
This skill provides a comprehensive library of UI Engineering Specifications. Each specification acts as a “stylesheet for logic”, defining the exact colors, typography, interactions, and mental models for a specific style.
When to use:
- “Design a website like Apple”
- “Create a personal blog”
- “Build a dashboard like Stripe”
- “Make a PPT-style website”
How to Use
1. Identify the Style
First, determine the most appropriate style for the user’s request.
- Consult Registry for a complete list of 60+ styles.
2. Read the Spec
Once a style is identified (e.g., stripe, personal_blog), read the corresponding reference file.
- Example: If the style is
stripe, readreferences/stripe.md.
3. Apply the Rules
Use the Design Tokens, Component Recipes, and Tech Stack defined in the spec references/[spec_name].md to generate code. Do not deviate from the spec’s defined hex codes or physics unless explicitly asked.
Available References
Core Registry
- Meta Registry: The master index of all styles, categorized by industry and vibe.
High-Frequency Styles
- SaaS / Fintech: Stripe, Linear
- Content / Blog: Personal Blog, Notion
- Presentation: Presentation Scroll
- Big Tech: Apple, Google, Microsoft
Skill Structure
ui-engineering/
âââ SKILL.md
âââ references/
âââ _meta_registry.md <- START HERE
âââ apple.md
âââ stripe.md
âââ personal_blog.md
âââ ... (60+ specs)