normalize

Audit UI elements for design system divergence and apply design tokens.

Updated Jan 24, 2026
One-click install
npx skills add https://github.com/Ikki-Group/erp --skill normalize-ikki-group
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: normalize
Source: https://github.com/Ikki-Group/erp/tree/main/.agents/skills/normalize
Command: npx skills add https://github.com/Ikki-Group/erp --skill normalize-ikki-group

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits UI for consistency with design system standards, correcting spacing, tokens, and patterns. Use when users mention consistency, design drift, mismatched styles, tokens, or want to bring a feature back in line with the system.

Core Features & Use Cases

  • Normalize spacing, typography, and component usage to align with tokens and guidelines.
  • Identify and repair deviations across pages and features to reduce visual drift.
  • Use Case: A feature diverges from the system during rapid iteration; run normalize to restore conformance.

Quick Start

Follow the Design System Context Gathering Protocol to assess and realign the feature to system standards.

Frequently Asked Questions about normalize

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

FAQPage Schema
How do I fix UI consistency issues and align hard-coded values with my design system?

To fix UI consistency issues, you must audit your pages for visual drift and replace hard-coded values with design tokens. This process identifies divergent elements and applies system equivalents for typography, color, and spacing to restore alignment.

What is design drift and when should I normalize my feature's UI components?

Design drift occurs when UI elements diverge from established design system standards during rapid iteration. You should normalize your feature's UI components when you notice mismatched styles, spacing inconsistencies, or patterns that no longer match your system guidelines.

How do I audit my web application for mismatched typography and spacing tokens?

Auditing mismatched typography and spacing tokens requires identifying all UI elements that diverge from your design system. You prepare a normalization plan to map hard-coded values to system equivalents, ensuring accessibility and consistency across all routes.

Can I apply design system tokens across multiple pages and features without breaking accessibility?

Yes, you can apply design system tokens across multiple pages and features without breaking accessibility. By running front-end design principles and following a Context Gathering Protocol before applying changes, you ensure updates maintain both system consistency and accessibility standards.

What is the best way to refactor hard-coded UI styles into design system equivalents?

The best way to refactor hard-coded UI styles is to systematically identify deviations across pages and features, then prepare a normalization plan. This plan replaces hard-coded values with standard tokens for typography, color, spacing, and components, reducing visual drift.