What problem does it solve? Styling a dark-themed HUD interface consistently across many Vue components leads to scattered custom CSS, hardcoded colors, and untested visual regressions. This Skill enforces a utility-first Tailwind CSS workflow with a centralized theme configuration and test-driven component styling. ## Core Features & Use Cases - TDD Styling Workflow: Write Vitest component tests asserting Tailwind class application before implementing styled Vue components. - JARVIS Theme Configuration: Define custom color palettes, fonts, animations, and keyframes in tailwind.config.js for a consistent dark HUD identity. - Performance Optimization: Configure content paths, JIT mode, and @apply extraction strategies to keep CSS bundle size minimal. - Use Case: When building a status dashboard panel, generate a HUDPanel.vue component with theme colors, responsive grid classes, status indicator variants, and passing accessibility-focused tests. ## Quick Start Use the tailwindcss skill to create a tested HUD panel component styled with the JARVIS theme.