tailwind-design-system

Generate Tailwind CSS v4 design tokens, type scales, and color palettes for Rails applications.

Updated Jun 9, 2026
One-click install
npx skills add https://github.com/arthun01/achados-uesc --skill tailwind-design-system-arthun01
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tailwind-design-system
Source: https://github.com/arthun01/achados-uesc/tree/main/.opencode/skills/tailwind-design-system
Command: npx skills add https://github.com/arthun01/achados-uesc --skill tailwind-design-system-arthun01

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires tailwindcss, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps you create and maintain a design system with Tailwind CSS v4 for Rails projects, ensuring a consistent and cohesive visual identity.

Core Features & Use Cases

  • Design Tokens: Establish tokens like colors, typography, spacing, and shadows using CSS variables.
  • Type Scale: Configure font sizes and families for various text elements.
  • Color Palettes: Choose from predefined palettes or define custom ones for different product types.
  • Shadow & Radius: Set consistent shadow and border-radius values across the application.
  • Interactions & States: Define transitions, z-index scales, and semantic states like success, warning, and error.

Quick Start

Use the tailwind-design-system skill to set up a design system for your Rails project with the 'Slate & Indigo' palette and Inter font family.

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 design system with Tailwind CSS v4 in a Rails application?

You can establish a design system with Tailwind CSS v4 by generating design tokens, type scales, and color palettes using CSS variables. This Skill configures semantic states and interactions to ensure a consistent visual identity across your Rails application.

What are design tokens in Tailwind CSS and how do they work with Rails?

Design tokens in Tailwind CSS are centralized style values like colors, typography, spacing, and shadows defined using CSS variables. This Skill establishes these tokens to maintain consistent styling across Rails views and components without hardcoding values.

Does this Tailwind CSS design system generator require Rails 8.1?

Yes, generating a Tailwind CSS v4 design system requires Rails 8.1 or higher compatibility. It also supports the Propshaft asset pipeline for managing static assets within your Rails application environment.

Can I define custom color palettes and type scales for my Tailwind design system?

Yes, you can define custom color palettes and type scales for your Tailwind design system. This Skill supports both predefined palettes and custom configurations, allowing you to set font families, border-radius values, and shadow scales.

How do I configure semantic states and interactions using Tailwind CSS variables?

You configure semantic states and interactions by defining transitions, z-index scales, and status indicators like success, warning, and error using CSS variables. This Skill sets up these interaction states to maintain consistent UI behavior across your Rails application.