normalize

Substitute design tokens for hard-coded UI values to align with the design system.

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/oriys/domino --skill normalize-oriys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: normalize
Source: https://github.com/oriys/domino/tree/main/.agents/skills/normalize
Command: npx skills add https://github.com/oriys/domino --skill normalize-oriys

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Design teams struggle with UI inconsistencies as components, typography, colors, and spacing diverge from the official design system, creating fragmented user experiences and higher maintenance costs.

Core Features & Use Cases

  • Discover deviations across typography, color, spacing, tokens, and component usage.
  • Propose and implement token-based updates, replacing hard-coded values with design tokens to ensure consistency.
  • Validate accessibility and interaction patterns against the design system guidelines across pages and features.

Quick Start

Normalize the given feature to align with our design system tokens.

Frequently Asked Questions about normalize

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

FAQPage Schema
How do I replace hard-coded UI values with design tokens?

To align UI features with a design system, you normalize typography, color, spacing, and components by substituting hard-coded values with design tokens. This requires up-to-date design-system documentation to guide the normalization and verify conformance.

What is the best way to fix UI inconsistencies across web pages?

The best way to fix UI inconsistencies is to discover deviations across typography, color, spacing, and component usage, then validate them against design system guidelines. Replacing hard-coded values with tokens ensures a consistent user experience across pages.

Do I need design-system documentation to normalize UI components?

Yes, up-to-date design-system documentation and token references are required to normalize UI components. These references guide the substitution of hard-coded values and verify conformance across typography, color, spacing, and accessibility patterns.

Can I validate accessibility patterns when aligning features to a design system?

Yes, you can validate accessibility and interaction patterns when aligning features to a design system. The normalization process checks accessibility alongside typography, color, and spacing to verify conformance with design system guidelines across pages.

How do I update hard-coded spacing and typography in my feature?

You update hard-coded spacing and typography by substituting them with design tokens. This token-based update process aligns your feature's spacing, typography, and color palettes with the official design system, eliminating fragmented user experiences.