Skip to content
Trending 2026One of the top-searched agent skills of 2026.

// Migrate v3 to Tailwind v4 Oxide, author CSS-first @theme tokens, wire the Vite/PostCSS plugin, ship shadcn variants.

Tailwind v4 MigratorVerified Creator

git log --oneline --stat
HEAD
Stars
6.2k
Forks
341
Updated
Jun 24, 2026
repo --stat
  • stars

    6.2k

  • forks

    341

  • last update

    Jun 24, 2026

  • license

    MITv1.3.0

quickstart.sh
3 steps
  1. Install

    // Drops SKILL.md into ~/.claude/skills/

    $ claude skills add tailwind-v4-oxide-css
  2. Invoke

    // Run from any project directory

    $ claude --skill tailwind-v4-oxide-css "give my landing page a hero treatment"
  3. Iterate

    // Re-run with edits — Claude keeps the skill loaded

    $ claude --skill tailwind-v4-oxide-css "now refactor it"
tailwind-v4-oxide-css/
references
  • references/
  • SKILL.mdopen
  • README.mdopen
SKILL.md
readonly
name:
Tailwind v4 Migrator
slug:
tailwind-v4-oxide-css
version:
v1.3.0
license:
MIT
author:
@oxide-craft
categories:
tags:
#tailwind-v4#oxide#css-first#shadcn#vite
description:

Migrate v3 to Tailwind v4 Oxide, author CSS-first @theme tokens, wire the Vite/PostCSS plugin, ship shadcn variants.

features.md
5 capabilities

// What you can do with it

  • Runs npx @tailwindcss/upgrade (the codemod that rewrites utility class renames like shadow-sm → shadow-xs and outline-none → outline-hidden).
  • Replaces the three @tailwind base; @tailwind components; @tailwind utilities; directives with a single @import "tailwindcss";.
  • Translates theme.extend values into a CSS-first @theme { --color-, --font-, --spacing-* } block so tokens become real custom properties.
  • Wires the build: @tailwindcss/vite in vite.config.ts, or @tailwindcss/postcss in postcss.config.mjs for Next.js/Webpack. Removes the old tailwindcss + autoprefixer PostCSS entries (v4 handles prefixin
  • Ports custom utilities to @utility, plugins to @plugin, and converts dark mode to @custom-variant dark (&:where(.dark, .dark *));.

README.md

tailwind-v4-oxide-css/README.md
7 sections
Loading README…

$ cat reviews/

Reviews

// No reviews yet. Be the first.
Loading review form…