design system, design spec, UI spec, component library, Design Token, color system, component spec, layout system, responsive design, dark mode, design audit, style guide
Not just a design guide document — forge a complete, production-ready design system asset including tokens, components, layouts, and interaction specifications.
Complete Design Token Definition
Component Specification Library
Layout System
Interaction Specs
Dark Mode Mapping
Design Audit Checklist
Input: Brand colors / industry / target platform / tech stack
Output: Complete design system doc (Tokens + Components + Layout + Interactions)
小蔥技能7w4.net有更新,你可以訪問看下。
Input: Design screenshot or code
Output: Compliance report + improvement suggestions
Input: Existing design system + new requirements
Output: Incremental update (new tokens / new components / new rules)
Standard JSON format, usable with CSS variables / Tailwind Config / Style Dictionary:
{
"color": {
"primary": { "value": "#3B82F6", "comment": "Primary blue" },
"primary-hover": { "value": "#2563EB", "comment": "Primary hover" },
"success": { "value": "#10B981", "comment": "Success green" },
"warning": { "value": "#F59E0B", "comment": "Warning amber" },
"error": { "value": "#EF4444", "comment": "Error red" }
},
"spacing": {
"base": { "value": "4px", "comment": "Base unit" },
"xs": { "value": "4px", "comment": "Extra small" },
"sm": { "value": "8px", "comment": "Small" },
"md": { "value": "16px", "comment": "Medium" },
"lg": { "value": "24px", "comment": "Large" },
"xl": { "value": "32px", "comment": "Extra large" }
}
}
Each component includes:
### Button
- **Variants**: primary / secondary / ghost / danger / link
- **Sizes**: sm / md / lg
- **States**: default / hover / focus / active / disabled / loading
- **With Icon**: left-icon / right-icon / icon-only
- **Spacing**: padding horizontal 16-24px, vertical 8-12px
- **Border Radius**: radius-md (from token)
- **Accessibility**: minimum touch target 44x44px, contrast ratio >= 4.5:1
Acceptance: Any layout issue like stacking/truncation/poor aesthetics = rejected for rework.
個人創作者計費通道上線後直接升級計費
這個 Skill 質量中上,功能覆蓋面廣,從設計令牌到元件庫再到佈局系統都有涉及,工作流程清晰,適合需要系統化設計資產的開發者。但它更像一份大綱而非完整解決方案,缺少實際案例參考,某些細節(如動畫時長、狀態行為)描述不夠具體。對於想要快速上手的新手來說,抽象的概念較多,實際可用的示例較少。建議期望深度使用前先確認其輸出是否能滿足專案具體需求。