antd-style-to-tailwind
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
antd-style → Tailwind CSS Migration
When to apply
- User asks to migrate / rewrite / convert a component's styles to Tailwind
- A new feature is being built in a file that currently uses
createStyles - User references
styles.ts,createStyle,useXxxStyles, orcx() - Component contains antd
Button— replace with shadcn Button during migration
Prerequisites
Always read these files before starting:
- The target component (
index.tsxor equivalent) - Its
styles.ts tailwind.config.jsandsrc/index.cssif token mapping is unclear