normalize

Audit and rectify design tokens, components, and styles against the design system.

3|1|Updated Mar 5, 2024
One-click install
npx skills add https://github.com/chuan-khuna/digital-garden-2024 --skill normalize-chuan-khuna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: normalize
Source: https://github.com/chuan-khuna/digital-garden-2024/tree/main/.agents/skills/normalize
Command: npx skills add https://github.com/chuan-khuna/digital-garden-2024 --skill normalize-chuan-khuna

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Normalize design to match your design system and ensure consistency across features and UI components, reducing visual drift and maintenance.

Core Features & Use Cases

  • Align typography, color tokens, spacing, and components to the design system across features.
  • Replace custom styles with design-system tokens and components to improve consistency and reuse.
  • Use case: when a feature displays inconsistent UI, apply this skill to bring it to parity with tokens and patterns.

Quick Start

Apply the design-system normalization workflow to audit and update the target feature's tokens, components, and styles.

Frequently Asked Questions about normalize

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

FAQPage Schema
How do I fix visual drift and align UI components to a design system?

To fix visual drift and align UI components, audit your target feature's tokens, components, and styles, then replace custom styles with established design tokens, grid spacing, and typography patterns.

What is design system normalization in UX development?

Design system normalization identifies and rectifies deviations from your established design system, applying uniform color tokens, typography, and motion guidelines to ensure UI parity across features.

How do I audit and replace custom styles with design tokens?

Audit your codebase for custom styles, then apply your established color palette, grid spacing, and typography tokens. Validate these changes against user scenarios and document the normalization plan for reuse.

Does design system normalization include accessibility guardrails?

Yes, design system normalization includes clear guardrails for accessibility when applying color tokens, typography, and motion guidelines to your feature's UI components in the codebase.

What's the best way to validate UI changes against a design system?

The best way to validate UI changes is to check the updated tokens, components, and styles against the established design system and user scenarios, ensuring visual parity and accessibility compliance.