moai-domain-uiux

Guide UI/UX design systems with W3C DTCG 2025.10 tokens and WCAG 2.2 compliance.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/taewook486/real-estate-mcp --skill moai-domain-uiux-taewook486
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moai-domain-uiux
Source: https://github.com/taewook486/real-estate-mcp/tree/main/.claude/skills/moai-domain-uiux
Command: npx skills add https://github.com/taewook486/real-estate-mcp --skill moai-domain-uiux-taewook486

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance and best practices for building robust, accessible, and user-friendly digital interfaces, focusing on design systems, component architecture, and WCAG compliance.

Core Features & Use Cases

  • Design System Implementation: Guidance on W3C DTCG 2025.10 tokens, Style Dictionary, and Pencil MCP workflows.
  • Component Architecture: Best practices for Atomic Design, React 19, Vue 3.5, and integrating libraries like shadcn/ui and Radix UI.
  • Accessibility: Deep dives into WCAG 2.2 AA/AAA compliance, ARIA patterns, keyboard navigation, and automated testing.
  • Icon Libraries & Theming: Strategies for integrating diverse icon sets and implementing customizable theming systems with dark mode.
  • Use Case: A frontend team needs to establish a scalable design system for a new enterprise application, ensuring consistency, accessibility, and maintainability across all UI components.

Quick Start

Use the moai-domain-uiux skill to get guidance on setting up a design token architecture using W3C DTCG 2025.10 standards.

Frequently Asked Questions about moai-domain-uiux

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement a design system using W3C DTCG 2025.10 tokens?

To implement a design system using W3C DTCG 2025.10 tokens, you should establish a token architecture using Style Dictionary and Pencil MCP workflows. This approach provides robust theming and ensures maintainable component architecture.

What is the best way to ensure WCAG 2.2 compliance in React 19 components?

The best way to ensure WCAG 2.2 compliance in React 19 components is by applying ARIA patterns, verifying keyboard navigation, and running automated accessibility tests. Using libraries like Radix UI also helps maintain these standards.

Can I use Atomic Design principles with Vue 3.5 and shadcn/ui?

Yes, you can apply Atomic Design principles with Vue 3.5 by structuring components hierarchically. While shadcn/ui is primarily React-focused, the underlying component architecture strategies can be adapted for Vue 3.5 integrations.

How do I set up a customizable theming system with dark mode support?

To set up a customizable theming system with dark mode support, define your semantic design tokens according to W3C DTCG standards. This enables dynamic theme switching and consistent visual output across your application.

Does this provide guidance on integrating icon libraries into a design system?

Yes, this provides strategies for integrating diverse icon sets into your design system. It covers practical implementation details to ensure icons are consistent, accessible, and maintainable within your component architecture.