Full-Stack Design System & Workflow Manager
Paste the following prompt into your AI chat to install this skill:
Please refer to https://skillhub.cn/install/skillhub.md to install @user_ad872d55/ui-ux-designer.
About this skill
Inconsistent Design Systems & Synchronization Challenges
In modern web and mobile development, teams frequently grapple with the inconsistency of design systems across projects. A color token like color.primary defined in Figma by designers might be hardcoded as #3498db in the frontend codebase. Upon launching dark mode, the component library's styles then need to be manually synchronized to the iOS and Android clients. As a product grows to 3-5 sub-applications, maintaining multiple sets of design assets and ensuring a cohesive cross-platform experience becomes a persistent drain on engineering resources.
How It Works: From Tokens to Cross-Platform Implementation
This skill presents a structured engineering solution to the above problem, with Design Tokens at its core to build an executable design system.
- Tokenization & Standardization: Adhering to the W3C Design Tokens Community Group specification, it defines colors, typography, spacing, radii, and shadows using semantic naming (e.g.,
spacing.lg) instead of raw values. This establishes the single source of truth for all subsequent processes. - Automated Multi-Platform Output: This is the critical step. From a single set of token source files, it generates configurations tailored to different tech stacks:
- For web projects: CSS Custom Properties under
:root(e.g.,--color-primary). - For Tailwind projects: Extensions for
theme.extendintailwind.config.js. - For mobile apps:
Flutter ThemeData, iOSUIColorextensions, or Androidcolors.xml.
- For web projects: CSS Custom Properties under
- Integrated Design Workflow: The skill can output JSON compatible with Figma's design tokens plugins, allowing designers to apply these tokens directly within their tools, achieving source parity between design and code. It also leverages the built-in
references/ui-ux-data/containing curated palettes, font pairings, and UX rules to support early-stage design decisions. - Comprehensive Theme & State Coverage: It mandates that theme variants (light/dark/high-contrast) be supported architecturally, providing complete token structures and CSS variable implementation examples. At the component level, it requires specifications to cover empty, loading, and error states, along with keyboard navigation and focus states, to ensure WCAG AA/AAA accessibility compliance.
Scope & Considerations
This is a tool for systematic design management, not an on-the-fly "design idea generator." It is best suited for product teams already operating in—or planning to enter—a phase of standardization and multi-project collaboration. Its full workflow may feel overly formal for scenarios focused on rapidly prototyping a single page's visual concept. While its "Design Style Mastery" section provides references and starting points, successful implementation ultimately relies on designers' judgment and iteration based on specific business contexts.
Use Cases
- For a new multi-platform product (Web/App/Mini-program), define a unified specification from visual style and interaction flows to component code, ensuring all deliverables are reusable and synchronized.
- Convert Design Tokens defined by the design team in Figma into CSS variables and Tailwind configuration for a frontend project, and also generate native color value files for iOS and Android platforms in one step.
- The existing Light theme of a product needs to be systematically expanded to support Dark and High Contrast modes, while synchronously updating all associated design and frontend code files.
- Need to rapidly generate multiple sets of AI image prompts in different styles (e.g., Chinese guochao, cyberpunk) for social media ads for internal concept review and direction selection.
Best For
- A product designer responsible for building and maintaining the design system, whose need is to accurately and efficiently sync design specifications from Figma with frontend and mobile development teams.
- A frontend engineer who needs to quickly build a component library based on semantic design tokens and implement product-level Light/Dark theme switching functionality.
- A technical lead or architect whose need is to establish a unified, maintainable design specification for a cross-platform project composed of multiple tech stacks like React, Vue, and Flutter.
- A brand or visual designer who needs to rapidly explore and produce visual style concept images that align with brand identity for internal proposals and reviews.
Related Skills
Restyle a short video into a new visual style while preserving core elements such as characters, actions, and composition, suitable for various creative conversions like anime, illustration, ink wash, etc.
Create Douyin vertical video covers from topics, hooks, or materials with support for creative generation, image synthesis, and refinement.
An AI tool that transforms real photos into specified illustration styles while preserving subject recognition.
Upload cover images to obtain preflight checks and candidate versions, optimizing visual hooks, focus hierarchy, and mobile readability.