normalize

Normalize UI components to match design tokens and system standards.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/hossain-khan/hk-vision-slideshow --skill normalize-hossain-khan
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: normalize
Source: https://github.com/hossain-khan/hk-vision-slideshow/tree/main/.agents/skills/normalize
Command: npx skills add https://github.com/hossain-khan/hk-vision-slideshow --skill normalize-hossain-khan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Normalize UI components to match the design system and ensure consistent visuals across products, reducing visual drift and maintenance overhead.

Core Features & Use Cases

  • Design system alignment: discover tokens, typography, color, spacing, and component usage to bring features into conformance.
  • Token-based normalization: replace hard-coded values with design tokens and standard components for consistency.
  • Accessibility & consistency: verify focus states, contrast, and interaction patterns align with guidelines.
  • Use Case: when a new feature is being shipped, run normalization to ensure its UI matches the established system before release.

Quick Start

Analyze the current feature against the design system and propose token-based changes to achieve consistency.

Frequently Asked Questions about normalize

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

FAQPage Schema
How do I align my UI components with an existing design system?▼

To align UI components with a design system, you analyze the current feature against established tokens, typography, and spacing rules to propose token-based changes that achieve visual consistency.

What is design token normalization for frontend features?▼

Design token normalization is the process of replacing hard-coded values with standard design tokens for typography, colors, and spacing to ensure UI consistency across web and mobile contexts.

How do I replace hard-coded values with design tokens?▼

You replace hard-coded values by analyzing the UI feature and substituting direct color, spacing, and typography inputs with the matching standard design tokens and components from your system.

Can I verify accessibility alignment and focus states using design system normalization?▼

Yes, design system normalization verifies that focus states, contrast, and interaction patterns align with established accessibility guidelines while bringing features into visual conformance.

When should I run design system normalization on a new feature?▼

You should run design system normalization when a new feature is being shipped, ensuring its UI matches the established token-based system and responsive behavior before release.

Does UI normalization work for both web and mobile contexts?▼

Yes, UI normalization applies to frontend features across both web and mobile contexts, applying token-based typography, colors, spacing, and component usage to satisfy responsive behavior requirements.