tailwind-design-system

Standardize mobile wallet UI with theme-aware Tailwind components and semantic tokens.

1|Updated May 16, 2026
One-click install
npx skills add https://github.com/gudnuf/agicash-rs --skill tailwind-design-system-gudnuf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tailwind-design-system
Source: https://github.com/gudnuf/agicash-rs/tree/main/.claude/skills/tailwind-design-system
Command: npx skills add https://github.com/gudnuf/agicash-rs --skill tailwind-design-system-gudnuf

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Tailwind Design System standardizes UI development by providing a centralized, theme-aware design language for a mobile-first wallet app.

Core Features & Use Cases

  • Theme system with currency themes (USD/BTC) and dark mode
  • CSS variables mapped to semantic tokens (bg-primary, text-foreground, etc.)
  • CVA components and shadcn/ui patterns for consistent variants
  • Layout conventions and responsive utilities to accelerate UI construction
  • Reusable animations and transitions to improve polish across screens

Quick Start

Install and begin using the Tailwind design system by importing the design system stylesheet and enabling the theme provider in your app.

Frequently Asked Questions about tailwind-design-system

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

FAQPage Schema
How do I build a theme-aware Tailwind design system for a mobile web app?

Build a theme-aware Tailwind design system by mapping CSS variables to semantic tokens like bg-primary and text-foreground, using CVA for component variants, and enabling a theme-provider to switch currency themes and dark mode.

Can I use shadcn/ui and Radix components with CSS variables for currency themes?

Yes, shadcn/ui and Radix components work with CSS variables for currency themes by applying CVA-based patterns to ensure consistent variants across USD/BTC and dark mode contexts.

How do I manage semantic tokens in a Tailwind CSS setup for iOS and Android web views?

Manage semantic tokens in a Tailwind CSS setup by defining CSS variables for tokens like text-foreground, applying them across iOS and Android web views to standardize layouts and interactions.

What is the best way to standardize UI components across a mobile wallet app?

Standardize UI components across a mobile wallet app by centralizing the design language with reusable CVA components, layout conventions, and responsive utilities to accelerate UI construction.

Does a Tailwind design system require a theme-provider to switch between USD and BTC?

Yes, a theme-provider is required to switch between USD and BTC currency themes, dynamically updating the CSS variables that map to semantic tokens across the mobile interface.

Why use CVA for component variants when setting up a dark mode design system?

Use CVA for component variants in a dark mode design system to enforce consistent styling patterns, ensuring semantic tokens and reusable animations apply cleanly across all screen states.