This skill gives Claude the specifics for integrating Tailwind CSS with Angular, covering both the traditional v3 setup and the newer v4 CSS-first configuration. It includes practical patterns like using ngClass for conditional styling, creating reusable component classes with @apply, and setting up dark mode. The examples show real component code with utility classes, which is helpful since Tailwind's utility-first approach can feel verbose in Angular templates. Worth noting it covers the @tailwindcss/vite plugin for Angular 17+ projects. If you're building Angular apps with Tailwind and want Claude to know the current setup patterns and API changes, this keeps it from suggesting outdated PostCSS configurations.
npx skills add https://github.com/oguzhan18/angular-ecosystem-skills --skill angular-tailwind