normalize

Align feature UI with design-system tokens for typography, color, and spacing.

Updated Nov 25, 2025
One-click install
npx skills add https://github.com/1IssaMohamed/IEEE-YorkU --skill normalize-1issamohamed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: normalize
Source: https://github.com/1IssaMohamed/IEEE-YorkU/tree/main/.agents/skills/normalize
Command: npx skills add https://github.com/1IssaMohamed/IEEE-YorkU --skill normalize-1issamohamed

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Normalize design across features to ensure consistency with a shared design system, reducing visual drift and cognitive load for users.

Core Features & Use Cases

  • Design-token alignment: Replace hard-coded values with tokens for typography, color, spacing, and components to maintain consistency across pages.
  • Component mapping: Identify and adopt design-system components where possible to replace custom implementations.
  • Use Case: When a feature shows inconsistent typography and color usage, run normalization to align with the system and generate a cohesive UI.

Quick Start

Use a single instruction to start the normalization pass and align the target feature with the 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 values with design tokens for typography and spacing?

To replace hard-coded values with design tokens, run a normalization pass that validates typography, color, and spacing against your design system. This process identifies custom values and applies the correct tokens to enforce consistent UI patterns across your feature.

What is design system normalization and when do I need it?

Design system normalization is the process of aligning features to enforce consistent UI patterns. You need it when a feature shows inconsistent typography and color usage, causing visual drift and increased cognitive load for users across different routes or pages.

How do I fix visual drift and inconsistent UI patterns across my feature pages?

To fix visual drift and inconsistent UI patterns, perform a normalization pass to align the target feature with your design system tokens. This validates and applies correct typography, color, and component mappings to generate a cohesive UI.

Can I use design normalization to map custom implementations to design system components?

Yes, you can use design normalization to identify and adopt design system components where possible. It maps and replaces custom implementations with standardized components to reduce drift and maintain consistency across your pages.

Does design token alignment work for both color and typography normalization at the same time?

Yes, design token alignment works across typography, color, spacing, and components simultaneously. It validates and applies tokens across all these dimensions during a single normalization pass to reduce drift and ensure system consistency.