moai-domain-uiux

Guide UI/UX design systems, WCAG 2.2 accessibility, and dark mode theming.

3|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/rodmena-limited/trust5 --skill moai-domain-uiux-rodmena-limited
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moai-domain-uiux
Source: https://github.com/rodmena-limited/trust5/tree/main/trust5/assets/claude/skills/moai-domain-uiux
Command: npx skills add https://github.com/rodmena-limited/trust5 --skill moai-domain-uiux-rodmena-limited

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill unit provides specialized knowledge and tools for UI/UX design systems, accessibility compliance, and theming, addressing the needs of developers and designers in creating accessible, consistent, and visually appealing user interfaces.

Core Features & Use Cases

  • Design Systems: Offers guidance on implementing and using design systems with tokens, component architecture, and theming systems.
  • Accessibility: Assists with WCAG 2.2 compliance, keyboard navigation, screen reader optimization, and reduced motion support.
  • Theming: Provides instructions for creating light and dark mode themes, customizable theming systems, and CSS variables.
  • Use Case: When a developer needs to implement a UI component with accessibility considerations and a consistent design across multiple platforms.

Quick Start

Use the moai-domain-uiux skill to generate a complete UI component with accessibility features and dark mode support.

Frequently Asked Questions about moai-domain-uiux

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

FAQPage Schema
How do I build a UI component with dark mode and accessibility support?

To build a UI component with dark mode and accessibility support, use design token architecture and CSS variables for theming, while applying WCAG 2.2 standards for keyboard navigation and screen reader optimization.

What is design token architecture for theming systems?

Design token architecture for theming systems involves defining centralized style variables that control visual properties. This enables consistent UI development across multiple platforms and simplifies light and dark mode implementation.

How do I make my UI design system compliant with WCAG 2.2?

To make a UI design system compliant with WCAG 2.2, implement keyboard navigation, screen reader optimization, and reduced motion support alongside structured component architecture to ensure accessible user interfaces.

What's the best way to implement light and dark mode themes using CSS variables?

The best way to implement light and dark mode themes is by structuring customizable theming systems around CSS variables. This approach dynamically swaps design tokens to toggle visual states without altering component architecture.

Do I need prior design system experience to use this UI development guidance?

Yes, you need familiarity with design systems, accessibility standards, and theming practices. This guidance targets developers and designers seeking advanced implementation of token architecture and component design.

Why does my theming system break when switching to dark mode?

Theming systems break during dark mode switches when CSS variables and design tokens are not properly structured across component architecture. Aligning token architecture with accessibility standards ensures consistent visual transitions.