uni-stackuni-stackOfficialยท2 Agent Skills Included

uniwind

Style React Native apps with fast Tailwind CSS classes

Adds Tailwind CSS v4 className styling to every React Native component with build-time compilation and zero runtime overhead. Handles setup, Metro config, theming, dark mode, platform variants, and third-party component bindings without manual style objects. Migrates existing NativeWind projects automatically, removing cssInterop usage and converting JS theme configs to CSS. Helps AI agents write correct styling code and fix common configuration errors faster.
npx skills add uni-stack/uniwind --all -g -y
Available:

Directs the AI agent to read CONTEXT.md before making changes, follow existing project patterns, run bun-based lint, type, and test checks, and never create issues or pull requests.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Uniwind?โ–ผ

Run `npx skills add uni-stack/uniwind --all -g -y` in your terminal to install all skills in this suite globally.

How to use Tailwind CSS in React Native?โ–ผ

Uniwind adds className support to every core React Native component, compiling Tailwind v4 styles at build time for near-native performance. Your AI agent can set up Metro config, global.css, and theming automatically.

How to migrate from NativeWind to Uniwind?โ–ผ

The migrate-nativewind-to-uniwind skill handles the full switch: removing NativeWind packages, upgrading to Tailwind 4, replacing cssInterop with withUniwind, and converting JS theme configs to CSS variables.

Does Uniwind support dark mode and custom themes?โ–ผ

Yes. Themes are defined with CSS variables in global.css, dark mode works out of the box, and you can switch themes at runtime with Uniwind.setTheme().

Does Uniwind work with Expo and AI coding agents?โ–ผ

Yes. It supports Expo, bare React Native, and Vite, and its SKILL.md files let agents like Claude Code and Cursor write correct Uniwind code without guesswork.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’