moai-domain-uiux

moai-domain-uiux is a skill for Claude Code from modu-ai/moai-adk. It costs 49 tokens per session (2,533 once invoked), scanned A, original, Apache-2.0.

A UI/UX design guide for building design systems, accessible interfaces, icons, and light or dark themes. It covers standards such as WCAG, which defines accessibility requirements for websites and apps.

In plain words
What is it for?
Use it when creating component libraries, design tokens, icon systems, brand themes, or accessible React and Vue interfaces.
Why use it?
It helps keep interface decisions consistent and makes products easier to use with keyboards and screen readers. It also reduces the need to design accessibility and theming patterns from scratch.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions Claude Code.

Good fit Use it when creating component libraries, design tokens, icon systems, brand themes, or accessible React and Vue interfaces.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/modu-ai/moai-adk/moai-domain-uiux
About the project

MoAI-ADK is a Go-based harness that organizes and verifies Claude Code work across planning, implementation, synchronization, and review stages. Developers use it to structure agentic coding tasks, apply quality gates, and route work across language models, while the catalogue entries extend its workflow with skills, hooks, commands, MCP servers, instructions, and settings.

modu-ai/moai-adk · 1,206 stars · on GitHub · adk.mo.ai.kr

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add modu-ai/moai-adk --skill moai-domain-uiux
Clone the repo
git clone --depth 1 https://github.com/modu-ai/moai-adk

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for moai-domain-uiux

README.md
[![agentmods](https://agentmods.dev/badge/skills/modu-ai/moai-adk/moai-domain-uiux/github.svg)](https://agentmods.dev/skills/modu-ai/moai-adk/moai-domain-uiux)
Your own site
<a href="https://agentmods.dev/skills/modu-ai/moai-adk/moai-domain-uiux"><img src="https://agentmods.dev/badge/skills/modu-ai/moai-adk/moai-domain-uiux/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for moai-domain-uiux

Your own site · 80×15
<a href="https://agentmods.dev/skills/modu-ai/moai-adk/moai-domain-uiux"><img src="https://agentmods.dev/badge/skills/modu-ai/moai-adk/moai-domain-uiux.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,533 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Prompt Injection · line 236
    Hidden instructions were detected in comments or invisible text. These could contain malicious directives. Manual review is recommended.
    Fix: Audit all comments and invisible characters. Remove any instructions that direct the agent to perform unauthorized actions. Use plain, reviewable content.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00049 $0.02533
Opus 5 $0.00024 $0.01267
Sonnet 5 $0.00010 $0.00507
Haiku 4.5 $0.00005 $0.00253

Measured 7d ago against content hash e24d61ee727e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

moai-domain-uiux scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.moai/archive/skills/v3.0/moai-domain-uiux/SKILL.md · 272 lines

How it starts

The opening of the file, as written. The whole thing — 272 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Quick Reference

Core UI/UX Foundation - Enterprise-grade UI/UX foundation integrating design systems (W3C DTCG 2025.10), component architecture (React 19, Vue 3.5), accessibility (WCAG 2.2), icon libraries (200K+ icons), and theming systems.

Unified Capabilities:

  • Design Systems: W3C DTCG 2025.10 tokens, Style Dictionary 4.0, Pencil MCP workflows
  • Component Architecture: Atomic Design, React 19, Vue 3.5, shadcn/ui, Radix UI primitives
  • Accessibility: WCAG 2.2 AA/AAA compliance, keyboard navigation, screen reader optimization
  • Icon Libraries: 10+ ecosystems (Lucide, React Icons 35K+, Tabler 5900+, Iconify 200K+, Hugeicons 27K+)
  • Theming: CSS variables, light/dark modes, theme provider, brand customization

When to Use:

  • Building modern UI component libraries with design system foundations
  • Implementing accessible, enterprise-grade user interfaces
  • Setting up design token architecture for multi-platform projects
  • Integrating comprehensive icon systems with optimal bundle sizes
  • Creating customizable theming systems with dark mode support

Module Organization:

  • Components: modules/component-architecture.md (Atomic Design, component patterns, props APIs)
  • Design Systems: modules/design-system-tokens.md (DTCG tokens, Style Dictionary, Pencil MCP)
  • Accessibility: modules/accessibility-wcag.md (WCAG 2.2 compliance, testing, navigation)
  • Icons: modules/icon-libraries.md (10+ libraries, selection guide, performance optimization)
  • Theming: modules/theming-system.md (theme system, CSS variables, brand customization)
  • Web Interface Guidelines: modules/web-interface-guidelines.md (Vercel Labs comprehensive UI/UX compliance, frontend composition rules)
  • Examples: examples.md (practical implementation examples)
  • Reference: reference.md (external documentation links)

Implementation Guide

Foundation Stack

Core Technologies:

  • React 19 with Server Components and Concurrent Rendering
  • TypeScript 5.9+ with full type safety and improved inference
  • Tailwind CSS 4.x with CSS-first configuration, CSS variables, and dark mode
  • Radix UI for unstyled accessible primitives
  • W3C DTCG 2025.10 for design token specification
  • Style Dictionary 4.0 for token transformation
  • Pencil MCP for design-to-code automation
  • Storybook 8.x for component documentation

Read the full file on GitHub · 272 lines

Files

What ships with it

9 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 272 lines · 49 tokens per session scan A e24d61ee727e

Subscribe to this mod's changes

moai-domain-uiux is a skill published in the GitHub repository modu-ai/moai-adk (1,206 stars, last pushed yesterday), licensed Apache-2.0. It adds 49 tokens to every session and 2,533 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.