๐ŸŽฏ

tailwind-patterns

๐ŸŽฏSkill

from jezweb/claude-skills

VibeIndex|
What it does
|

A collection of production-ready Claude Code skills covering Tailwind CSS v4, shadcn/ui integration, and modern web development patterns.

Overview

Tailwind-patterns is a skill from the jezweb/claude-skills collection that produces themed Tailwind CSS v4 setups with dark mode support as part of the frontend plugin. It is part of a restructured collection of workflow-oriented skills organized into installable plugins, each designed to generate tangible output rather than serve as reference documentation.

Key Features

  • Tailwind v4 Theme Building - Generate complete Tailwind CSS v4 theme configurations with dark mode support and shadcn/ui integration
  • Production Output - Designed to produce real files, projects, and configurations rather than serving as informational reference guides
  • Plugin-Based Organization - Part of the frontend plugin alongside shadcn-ui skill, installable via /plugin install frontend@jezweb-skills
  • Skill Creator Tool - Includes a Python-based skill initialization script for creating new custom skills within the framework
  • Multi-Plugin Ecosystem - Works alongside plugins for Cloudflare Workers, web design, design assets, integrations, Shopify, WordPress, and writing

Who is this for?

This skill is designed for frontend developers who want Claude Code to generate complete, themed Tailwind CSS v4 configurations with dark mode and component library support. It is ideal for developers starting new projects or standardizing design systems who need production-ready Tailwind setups generated through AI-assisted workflows.

๐Ÿ“ฆ

Same repository

jezweb/claude-skills(196 items)

tailwind-patterns

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add jezweb/claude-skills --skill tailwind-patterns
skills.sh Installโš  Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add jezweb/claude-skills --skill tailwind-patterns
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/tailwind-patterns/SKILL.md

SKILL.md

1,134Installs
253
-
Last UpdatedJan 26, 2026

More from this repository10

๐ŸŽฏ
tailwind-v4-shadcn๐ŸŽฏSkill

A collection of production-ready Claude Code skills covering Tailwind CSS v4, shadcn/ui integration, and modern web development patterns.

๐ŸŽฏ
tanstack-query๐ŸŽฏSkill

A collection of production-ready Claude Code skills covering Tailwind CSS v4, shadcn/ui integration, and modern web development patterns.

๐ŸŽฏ
shadcn-ui๐ŸŽฏSkill

A collection of production-ready Claude Code skills covering Tailwind CSS v4, shadcn/ui integration, and modern web development patterns.

๐ŸŽฏ
tailwind-theme-builder๐ŸŽฏSkill

A collection of production-ready Claude Code skills covering Tailwind CSS v4, shadcn/ui integration, and modern web development patterns.

๐ŸŽฏ
fastapi๐ŸŽฏSkill

Provides FastAPI development patterns including async endpoints, dependency injection, Pydantic models, authentication, and API documentation best practices

๐ŸŽฏ
color-palette๐ŸŽฏSkill

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

๐ŸŽฏ
tanstack start๐ŸŽฏSkill

Provides TanStack Start patterns for building full-stack React applications with server-side rendering, routing, and data loading

๐ŸŽฏ
favicon-gen๐ŸŽฏSkill

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.

๐ŸŽฏ
zustand-state-management๐ŸŽฏSkill

Provides Zustand state management patterns for React including store creation, selectors, middleware, and best practices for scalable client-side state

๐ŸŽฏ
react-hook-form-zod๐ŸŽฏSkill

Provides React Hook Form integration patterns with Zod schema validation for type-safe, performant form handling