brand-guidelines

Apply myKaarma design tokens and layout rules to UI components.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/mykaarma/claude-sutras --skill brand-guidelines-mykaarma
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brand-guidelines
Source: https://github.com/mykaarma/claude-sutras/tree/main/skills/brand-guidelines
Command: npx skills add https://github.com/mykaarma/claude-sutras --skill brand-guidelines-mykaarma

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Inconsistent visual design across UI components leads to brand dilution and user confusion. This Skill guarantees that every UI artifact follows the official myKaarma design system, ensuring color, typography, spacing, and interaction patterns are uniform in both light and dark modes.

Core Features & Use Cases

  • Token‑Based Styling: All colors, shadows, and spacing must reference CSS design tokens with inline hex fallbacks, preventing broken themes when assets fail to load.
  • Dark‑Mode Support: Provides separate token sets for dark surfaces, prohibiting pure black or white backgrounds and defining appropriate contrast levels.
  • Typography & Layout Rules: Enforces Lato‑based class system, card‑based layouts, spacing scales, and navigation hierarchy.
  • Use Cases: Ideal for building dashboards, forms, component libraries, or AI‑generated UI screens that need to stay on‑brand without manually copying token values.

Quick Start

Invoke the brand‑guidelines skill before starting a UI component to automatically apply the correct design tokens and layout rules.

Frequently Asked Questions about brand-guidelines

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

FAQPage Schema
How do I apply design tokens to UI components for consistent dark-mode and light-mode styling?

Apply design tokens with inline hex fallbacks to UI components to enforce consistent brand styling and prevent broken themes in both light and dark modes. This approach ensures colors, shadows, and spacing reference centralized tokens while providing fallbacks if assets fail to load.

What typography and layout rules should I use for building dashboards and forms?

Use a Lato-based typography class system, card-based layouts, defined spacing scales, and navigation hierarchy when building dashboards and forms. These layout rules enforce visual uniformity and structural consistency across all user interface artifacts.

Can I use design token fallbacks to stop dark-mode backgrounds from rendering as pure black or white?

Yes, design token fallbacks prohibit pure black or white backgrounds in dark-mode by providing separate token sets for dark surfaces. This mechanism defines appropriate contrast levels and prevents harsh background rendering when primary assets fail to load.

What's the best way to maintain brand consistency across AI-generated UI screens?

Invoke brand guidelines before generating UI screens to automatically apply correct design tokens and layout rules. This ensures AI-generated interfaces maintain brand consistency for color, typography, and interaction patterns without manually copying token values.

Does brand-guidelines work for component libraries or only individual visual interfaces?

Brand guidelines work for both component libraries and individual visual interfaces like dashboards and forms. It enforces token-based styling, typography, spacing, and color palettes uniformly across any UI project requiring brand consistency and dark-mode support.