ui-design-system

Audit React UI design systems for accessibility and token consistency.

1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/programadorisgod/builder-projects --skill ui-design-system-programadorisgod
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ui-design-system
Source: https://github.com/programadorisgod/builder-projects/tree/main/bin/assets/.agents/skills/ui-design-system
Command: npx skills add https://github.com/programadorisgod/builder-projects --skill ui-design-system-programadorisgod

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Inconsistent UI, accessibility gaps, and design debt hinder product quality. This Skill provides structured UI/UX audits and design-system improvements for modern web applications, focusing on tokens, theming, accessibility, and scalable component architectures.

Core Features & Use Cases

  • Design System Audit: Evaluate component architecture, token usage, theming, and accessibility against WCAG AA.
  • UI/UX Improvement: Propose production-ready design-system refinements, dark mode strategies, and token-driven styling.
  • Responsive Design & Token Strategy: Align spacing, typography, colors, and breakpoints with a three-tier token system across projects.

Quick Start

Audit your current UI using the guidelines above and supply a prioritized improvement plan and implementation roadmap.

Frequently Asked Questions about ui-design-system

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

FAQPage Schema
How do I audit a shadcn/ui design system for WCAG accessibility compliance?

To audit a shadcn/ui design system for accessibility, evaluate component architecture, token usage, and theming against WCAG AA contrast requirements. This process identifies accessibility gaps and design debt, ensuring your React frontend meets compliance standards while maintaining consistent UI quality.

What is a three-tier design token system in Tailwind CSS?

A three-tier design token system in Tailwind CSS structures design primitives into global, semantic, and component-specific layers. This architecture aligns spacing, typography, colors, and breakpoints, enabling scalable UI maintenance and consistent theming across modern web applications.

How do I implement dark mode theming with Radix UI and design tokens?

Implement dark mode theming with Radix UI by structuring your design tokens to support color mode swaps. The system enforces dark mode strategies and token-driven styling, ensuring WCAG-compliant contrast ratios are maintained across both light and dark themes.

Can I use this design system audit on an existing React project with Tailwind CSS?

Yes, you can apply this design system audit to existing React-based frontend projects using Tailwind CSS. It evaluates your current component architecture and token implementation, then provides a prioritized improvement plan and implementation roadmap for scalable UI.

Why does my UI design system have inconsistent styling and accessibility gaps?

Inconsistent UI and accessibility gaps typically stem from design debt, unmanaged token usage, and lack of structural component architecture. A comprehensive UI/UX audit identifies these issues, enforcing modular architecture and WCAG AA compliance to restore product quality.

What's the best way to structure responsive design breakpoints using design tokens?

The best way to structure responsive breakpoints is by aligning them within a three-tier design token system. This ensures consistent spacing, typography, and color application across your Tailwind CSS project, resulting in a scalable and modular UI architecture.