AI AGENT ADDONS

Tailwind Theme Builder

jezweb/claude-skills

Tailwind v4 and shadcn/ui let you build a website with a dark mode theme. This guide shows you how to install the tools and set up colors that switch between light and dark. You will use a simple four-step process to make everything work.

The colors are stored as CSS variables. A theme provider toggles a class on the page to change them. Tailwind utilities like bg-background and text-primary then update automatically.

This setup follows best practices for contrast and semantic naming. It helps you avoid common problems when moving from older versions.

Add Tailwind Theme Builder skill to your workflow

Global

mkdir -p ~/.claude/skills/tailwind-theme-builder

Project

mkdir -p .claude/skills/tailwind-theme-builder

Source Repository

Stars
884
Forks
91
Watchers
884
License
MIT
Last Push
1 month ago
Created
9 months ago