design-system-build-components-rules

Automate React design system component creation with token-driven dimensions and WCAG 2.2 AA rules.

3|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/mauriciodelrio/delriodev-skills --skill design-system-build-components-rules
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-system-build-components-rules
Source: https://github.com/mauriciodelrio/delriodev-skills/tree/main/es-skills/software/frontend/design-system-build-components-rules
Command: npx skills add https://github.com/mauriciodelrio/delriodev-skills --skill design-system-build-components-rules

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Este skill facilita la construcción de componentes de Design System (átomos, moléculas y organismos) con una escala unificada de tokens, accesibilidad integrada, internacionalización y pruebas de calidad.

Core Features & Use Cases

  • Estructura atómica coherente (átomos, moléculas, organismos) con convención de diseño.
  • Tokens de dimensión consolidados (sizeMap, radiusMap, shadowMap) para consistencia visual.
  • Accesibilidad WCAG 2.2 AA integrada y consideraciones de i18n para evitar textos hardcoded.
  • Flujo de trabajo guiado para variantes, Storybook y pruebas visuales.
  • Cross-referencias obligatorias para mantener consistencia entre componentes y reglas.

Quick Start

Siga estas pautas para empezar a construir componentes DS coherentes en su proyecto.

Frequently Asked Questions about design-system-build-components-rules

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

FAQPage Schema
How do I build React design system components with consistent tokens?

Build React design system components using token maps for dimensions like size, radius, and shadow to ensure visual consistency. This approach enforces token-based sizing and variants while structuring components into atoms, molecules, and organisms.

How do I enforce WCAG 2.2 AA accessibility rules in a design system?

Enforce WCAG 2.2 AA accessibility in a design system by integrating conformance rules directly into the component architecture. This ensures components meet accessibility standards through enforced guidelines and cross-references during the build process.

What's the best way to manage Storybook variants for design system components?

Manage Storybook variants for design system components by using CVA variants and cross-referencing rules. This guided workflow ensures visual testing consistency and maintains governance across token-driven dimensions and component structures.

Can I use hardcoded strings in React design system components?

Hardcoded strings are not permitted in React design system components. The architecture enforces i18n considerations to avoid hardcoded text, ensuring internationalization is integrated directly into the component build process.

Does this design system workflow support atomic structure with atoms, molecules, and organisms?

Yes, this workflow supports atomic structure by organizing components into atoms, molecules, and organisms. It applies coherent design conventions and consolidated token maps to maintain consistency across the entire component hierarchy.

Why do my design system components have inconsistent visual sizing?

Inconsistent visual sizing occurs when components lack consolidated token maps. Using unified sizeMap, radiusMap, and shadowMap tokens for dimensions eliminates inconsistency and enforces token-based sizing across the design system.