Download for macOS
Skill

unocss

@antfu Updated 2026-06-23

UnoCSS instant atomic CSS engine, superset of Tailwind CSS. Use when configuring UnoCSS, writing utility rules, shortcuts, or working with presets like Wind, Icons, Attributify.

agent-skillsskills

Install

git clone https://github.com/antfu/skills /tmp/skills && ln -s /tmp/skills/skills/unocss ~/.claude/skills/unocss

From README

Core | Topic | Description | Reference | |-------|-------------|-----------| | Configuration | Config file and all configuration options | core-config | | Rules | Static and dynamic rules for generating CSS utilities | core-rules | | Shortcuts | Combine multiple rules into single shorthands | core-shortcuts | | Theme | Theming system for colors, breakpoints, and design tokens | core-theme | | Variants | Apply variations like hover:, dark:, responsive to rules | core-variants | | Extracting | How UnoCSS extracts utilities from source code | core-extracting | | Safelist & Blocklist | Force include or exclude specific utilities | core-safelist | | Layers & Preflights | CSS layer ordering and raw CSS injection | core-layers | Presets Main Presets | Topic | Description | Reference | |-------|-------------|-----------| | Preset Wind3 | Tailwind CSS v3 / Windi CSS compatible preset (most common) | preset-wind3 | | Preset Wind4 | Tailwind CSS v4 compatible preset with modern CSS features |...