tailwind-v4-shadcn
๐ฏSkillfrom jezweb/claude-skills
A collection of production-ready Claude Code skills covering Tailwind CSS v4, shadcn/ui integration, and modern web development patterns.
Overview
A Claude Code skill that provides a production-tested setup guide for Tailwind CSS v4 with shadcn/ui, using the @theme inline pattern and CSS variable architecture. It follows a mandatory four-step pattern (CSS variables, Tailwind mapping, base styles, automatic dark mode) and documents how to prevent 8 common configuration errors.
Key Features
- Four-Step Architecture - Mandatory sequential setup: define CSS variables at root, map to Tailwind utilities via
@theme inline, apply base styles, and achieve automatic dark mode withoutdark:variants - Error Prevention - Documents and prevents 8 common errors including tw-animate-css issues,
@theme inlinedark mode conflicts,@applybreaking, and v3 migration pitfalls - v4 Migration Ready - Handles the transition from Tailwind v3 (config file-based) to v4 (CSS-first) including removal of
tailwind.config.ts - shadcn/ui Integration - Proper
components.jsonconfiguration with empty tailwind config field for v4 compatibility and tw-animate-css setup - Automatic Dark Mode - CSS variable-driven theming that switches between light and dark modes automatically without per-component dark variant classes
Who is this for?
This skill is designed for React developers initializing projects with Tailwind CSS v4 and shadcn/ui who need a reliable, production-tested configuration pattern. It is particularly useful for developers experiencing color, animation, or dark mode issues after upgrading from Tailwind v3, or those starting fresh who want to avoid common setup mistakes.
Same repository
jezweb/claude-skills(197 items)
Installation
npx vibeindex add jezweb/claude-skills --skill tailwind-v4-shadcnnpx skills add jezweb/claude-skills --skill tailwind-v4-shadcn~/.claude/skills/tailwind-v4-shadcn/SKILL.mdSKILL.md
More from this repository10
A collection of production-ready Claude Code skills covering Tailwind CSS v4, shadcn/ui integration, and modern web development patterns.
A collection of production-ready Claude Code skills covering Tailwind CSS v4, shadcn/ui integration, and modern web development patterns.
A collection of production-ready Claude Code skills covering Tailwind CSS v4, shadcn/ui integration, and modern web development patterns.
Skill for generating complete, accessible color palettes from a single brand hex, creating 11-shade scales, semantic tokens, dark mode variants, and WCAG contrast checking for Tailwind v4
Provides FastAPI development patterns including async endpoints, dependency injection, Pydantic models, authentication, and API documentation best practices
Image processing skill for Claude Code providing guided workflows for image manipulation, resizing, format conversion, and optimization.
A collection of production-ready Claude Code skills covering Tailwind CSS v4, shadcn/ui integration, and modern web development patterns.
Generates favicon files in multiple sizes and formats for web projects, from a collection of 87 production-ready skills for Cloudflare, React, and AI integrations.
A WordPress Elementor skill from a Claude Code skills collection that guides Claude through recipes for building and managing WordPress sites with the Elementor page builder.
Integrates ElevenLabs text-to-speech API for generating natural-sounding voice audio in multiple languages and styles