normalize

Normalize frontend UI features to match design-system tokens and components.

Updated Jan 2, 2026
One-click install
npx skills add https://github.com/tanaka-mambinge/dotfiles --skill normalize-tanaka-mambinge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: normalize
Source: https://github.com/tanaka-mambinge/dotfiles/tree/main/ai-configs/skills/impeccable-normalize
Command: npx skills add https://github.com/tanaka-mambinge/dotfiles --skill normalize-tanaka-mambinge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps ensure UI features align with the organization's design system, removing drift and enforcing token-based styling for consistency across products.

Core Features & Use Cases

  • Compare current UI implementations against design-system guidelines and identify tokens, typography, color, and spacing gaps.
  • Replace bespoke styles with design-system components and tokens to maintain a single source of truth across dashboards, apps, and marketing pages.
  • Use cases include aligning a new feature to the system, retrofitting existing components, and validating accessibility and responsive behavior.

Quick Start

Normalize the design of a feature to match the design system and ensure consistency between tokens, components, and layouts.

Frequently Asked Questions about normalize

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

FAQPage Schema
How do I align my frontend UI to match an existing design system?

To align frontend UI to a design system, compare current implementations against established guidelines to identify typography, color, and spacing gaps, then replace bespoke styles with design tokens and system components for consistency across web apps, dashboards, and marketing sites.

What is design token usage and why do I need it for UI consistency?

Design token usage centralizes styling variables like typography, color, and spacing into a single source of truth. You need it to eliminate style drift across products, ensuring dashboards, apps, and marketing pages maintain strict visual and structural consistency.

Can I retrofit existing components with design tokens and system components?

Yes, you can retrofit existing components by comparing their current bespoke styles against design-system guidelines. Replacing hardcoded values with design tokens and swapping custom elements for system components ensures alignment and accessibility without rebuilding layouts from scratch.

Does design-system normalization check accessibility and responsive behavior?

Yes, design-system normalization validates both accessibility and responsive behavior. It ensures retrofitted UI features and design tokens satisfy accessibility requirements and responsive patterns across architectures, maintaining system alignment while adapting to different screen sizes.

What is the best way to remove design drift across multiple web applications?

The best way to remove design drift is to enforce token-based styling by replacing bespoke styles with a single source of truth. Normalizing UI features against design-system guidelines ensures strict visual alignment across web applications, dashboards, and marketing pages.