sikhaid-styling

Apply SikhAid design tokens and Tailwind patterns to resolve UI styling inconsistencies.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/the-non-expert/SikhAidSPA --skill sikhaid-styling
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sikhaid-styling
Source: https://github.com/the-non-expert/SikhAidSPA/tree/main/.claude/skills/sikhaid-styling
Command: npx skills add https://github.com/the-non-expert/SikhAidSPA --skill sikhaid-styling

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams apply SikhAid's branding and design system consistently, reducing back-and-forth on colors, typography, and component styling.

Core Features & Use Cases

  • Brand & UI Standards: Enforces navy/orange palette, Tailwind patterns, and typography guidelines across components.
  • Reusable Design Tokens: Centralized tokens for colors and spacing to speed up UI creation.
  • Use Case: Kick off a new page with brand-aligned buttons, typography, and responsive layouts in minutes.

Quick Start

Use this Skill to align a new page with navy buttons and orange CTAs by applying tokens from design-tokens.md and using classes like bg-navy and text-orange in responsive layouts.

Frequently Asked Questions about sikhaid-styling

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

FAQPage Schema
How do I enforce consistent styling across my UI components?

Apply design tokens and Tailwind CSS patterns to enforce consistent styling. This Skill resolves styling inconsistencies by centralizing brand colors (navy and orange), typography, and responsive design rules, ensuring cohesive interfaces across all components without manual repetition.

What's the best way to implement a design system with Tailwind CSS?

Use design tokens for colors and spacing, configure Tailwind with CSS variables, and build reusable animation utilities. This approach centralizes standards for brand alignment, speeds up component creation, and ensures accessible, performant layouts that scale across your product.

Can I use Tailwind CSS with custom brand colors and animations?

Yes. Configure Tailwind with CSS variables for your brand palette, then layer custom animation utilities on top. This Skill guides you through applying navy and orange tokens, responsive classes, and animations to achieve branded, accessible interfaces without duplicating styling logic.

How do I set up reusable design tokens for my UI library?

Centralize colors, typography, and spacing in design tokens documented in a shared reference. This Skill provides tokens for brand colors and responsive Tailwind patterns, allowing teams to build new pages and components in minutes by applying consistent, pre-defined classes across layouts.

What do I need before applying a design system to existing components?

You need CSS variables for colors, a configured Tailwind setup, design tokens documented, and reusable animation utilities defined. This Skill requires these prerequisites to resolve styling inconsistencies and enforce brand standards across your UI development tasks.

Why should I use design tokens instead of hardcoding colors?

Design tokens centralize brand rules and make updates instant across all components, reducing maintenance overhead and styling back-and-forth. This Skill enforces navy and orange palettes, typography guidelines, and responsive patterns through tokens, ensuring accessibility and performance while speeding up UI creation.