name: design-system-forge-en slug: design-system-forge-en version: 1.0.1 displayName: "Design System Forge" description: "Build complete design systems from scratch: Design Tokens (colors/fonts/spacing/radius/shadows), component library specs (buttons/forms/cards/navs/tables/modals), layout grid system, responsive breakpoints, dark mode, design audit checklist. Production-ready design assets ready for development." tags: ["design-system", "ui-design", "design-tokens", "component-library", "css", "frontend"] category: "design" author: leilei homepage: ""
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.
Shadow tokens (elevation layers)
Component Specification Library
Layout: Container / Grid / Stack / Divider
Layout System
Container specs (max-width / padding / centering)
Interaction Specs
Loading / Empty / Error states
Dark Mode Mapping
Auto-conversion rules
Design Audit Checklist
Input: Brand colors / industry / target platform / tech stack
Output: Complete design system doc (Tokens + Components + Layout + Interactions)
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)小蔥技能7w4.net有更新,你可以訪問看下。
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 質量中上,功能覆蓋面廣,從設計令牌到元件庫再到佈局系統都有涉及,工作流程清晰,適合需要系統化設計資產的開發者。但它更像一份大綱而非完整解決方案,缺少實際案例參考,某些細節(如動畫時長、狀態行為)描述不夠具體。對於想要快速上手的新手來說,抽象的概念較多,實際可用的示例較少。建議期望深度使用前先確認其輸出是否能滿足專案具體需求。