tailwind

Utility-first CSS.

dhaupin/vant1 installsMITSynced Aug 26

Works with

Claude CodeCursorCodex CLIGitHub CopilotGemini CLI

Agent Skills format with YAML frontmatter. Claude Code reads it as-is.

---
name: "tailwind"
description: "Utility-first CSS."
license: "MIT"
---

# Tailwind

> Utility-first CSS.

---

## When To Use

- Rapid styling
- Modern UIs
- Component libraries

---

## What To Do

### 1. Classes

```html
<div class="p-4 bg-blue-500 text-white rounded-lg">
  Content
</div>
```

### 2. Common

| Class | What |
|-------|------|
| p-4 / m-4 | Padding/Margin |
| flex / grid | Layout |
| bg-red-500 | Background |
| text-sm | Text size |
| w-full | Width |

### 3. Responsive

```html
<div class="w-full md:w-1/2">
  Mobile first
</div>
```

### 4. Config

```javascript
// tailwind.config.js
module.exports = {
  content: ['./src/**/*.{js,ts,jsx,tsx}'],
  theme: { extend: {} },
  plugins: []
}
```

---

**Role**: Tailwind Developer  
**Input**: HTML  
**Output**: Styled

> Utility CSS.

More General & Other skills

← All General & Other skills

Check your AI visibility

One URL in, a 0–100 score and the exact fixes out.

RUN THE CHECK

Browse all the tools

15 tools across six categories
13 of them never send your data anywhere

Free · No signup · No trial clock

SEE THE DIRECTORY