innojini-huni-design-tokens

Provide CSS custom properties and Tailwind v4 utility mappings for the HuniPrinting Widget Admin design system.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/skeeper75/widget.creator --skill innojini-huni-design-tokens
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: innojini-huni-design-tokens
Source: https://github.com/skeeper75/widget.creator/tree/main/.claude/skills/innojini-huni-design-tokens
Command: npx skills add https://github.com/skeeper75/widget.creator --skill innojini-huni-design-tokens

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a centralized, authoritative reference for all design tokens used in the HuniPrinting Widget Admin interface, ensuring visual consistency and adherence to the violet-based design system.

Core Features & Use Cases

  • CSS Custom Properties: Access all defined CSS variables for direct use in styling.
  • Tailwind Mappings: Understand how design tokens translate to Tailwind v4 utility classes.
  • Component Variants: Reference specific styling for buttons, badges, inputs, selects, and tabs.
  • Accessibility Guidance: Review contrast ratios and best practices for accessible design.
  • Use Case: When styling a new button component in the Widget Admin dashboard, consult this Skill to find the correct primary color token (--primary), its corresponding Tailwind class (bg-primary), and the appropriate hover state (hover:bg-primary-dark).

Quick Start

Provide the CSS custom properties and Tailwind mappings for the primary color scale.

Frequently Asked Questions about innojini-huni-design-tokens

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

FAQPage Schema
How do I map CSS custom properties to Tailwind v4 utility classes for a violet-based design system?

To map CSS custom properties to Tailwind v4 utility classes in a violet-based design system, reference the centralized token definitions that translate variables like `--primary` into utility classes such as `bg-primary`, including appropriate hover states like `hover:bg-primary-dark`.

What design tokens are available for styling Widget Admin components like buttons and inputs?

Available design tokens for Widget Admin components include CSS custom properties and Tailwind mappings for buttons, badges, inputs, selects, and tabs, providing specific variant styling, typography scales, and interactive element designs.

Can I use these design tokens to ensure accessibility and proper contrast ratios in my admin dashboard?

Yes, you can use these design tokens to ensure accessibility and proper contrast ratios in your admin dashboard by referencing the included accessibility guidance and contrast ratio best practices for the violet-based color palette.

How do I maintain visual consistency when styling new components in a Widget Admin interface?

Maintain visual consistency when styling new components in a Widget Admin interface by consulting a centralized design token reference that enforces adherence to typography scales, color palettes, and component variant specifications.

Does this design token system require any specific dependencies or component libraries to function?

No, this design token system does not require any specific dependencies or component libraries to function, as it provides standalone CSS custom properties and Tailwind v4 utility mappings that can be applied directly to your Widget Admin components.

What is the best way to find the correct hover state token for a primary button in a violet color palette?

The best way to find the correct hover state token for a primary button in a violet color palette is to consult the component variant specifications, which map the primary color token directly to its corresponding Tailwind hover utility class.