ui-style-guide

Apply design tokens and component rules to React-based UI elements.

Updated Nov 5, 2025
One-click install
npx skills add https://github.com/imankha/video-editor --skill ui-style-guide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ui-style-guide
Source: https://github.com/imankha/video-editor/tree/main/src/frontend/.claude/skills/ui-style-guide
Command: npx skills add https://github.com/imankha/video-editor --skill ui-style-guide

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill codifies a centralized visual design system to ensure consistent UI across components, speeding development and reducing style drift.

Core Features & Use Cases

  • Design tokens for colors, typography, spacing, and elevation to maintain a unified look.
  • Component rules guiding how buttons, inputs, cards, and layouts should be implemented.
  • Use Case: When designing a new component, refer to the style guide to select color, typography, and spacing that align with the brand and existing components.

Quick Start

Apply the style guide to a new UI component to ensure it follows the established visual system.

Frequently Asked Questions about ui-style-guide

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

FAQPage Schema
How do I maintain visual consistency across React components?

To maintain visual consistency across React components, apply a centralized UI style guide that enforces standardized design tokens for colors, typography, spacing, and component patterns. This prevents style drift and speeds up frontend development.

What are UI design tokens and how do they standardize frontend styling?

UI design tokens are centralized variables for colors, typography, spacing, and elevation. They standardize frontend styling by enforcing a unified visual language and naming conventions across all interface components in a React application.

How do I create a UI style guide for a React application?

Creating a UI style guide for a React application involves codifying design tokens, naming conventions, and usage guidelines for colors, typography, and spacing. Reference these centralized rules when building or updating components to ensure brand alignment.

Can I use this UI style guide for existing React components?

Yes, you can use this UI style guide for existing React components. It applies to updating UI elements by referring to the centralized style guide to select colors, typography, and spacing that align with the established visual system.

What's the best way to stop style drift in frontend development?

The best way to stop style drift in frontend development is codifying a centralized visual design system. By enforcing design tokens and component rules for colors, typography, and spacing, you ensure consistent UI across the app.