Skip to content
Skillv1.0.0

tailwind

Provides Tailwind CSS v4 performance optimization and best practices guidelines. Triggers when writing, reviewing, or refactoring Tailwind CSS v4 code; when working with Tailwind configuration, @theme

by shipshitdev(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from shipshitdev/skills (skills/tailwind/SKILL.md). Install upstream with npx skills add shipshitdev/skills --skill tailwind. Copyright stays with the author.

Community Tailwind CSS v4 Best Practices

44 rules across 8 categories for Tailwind CSS v4, prioritized by impact to guide automated refactoring and code generation.

When to Apply

  • Configuring Tailwind CSS v4 build tooling (Vite plugin, PostCSS, CLI)
  • Writing or migrating styles using v4's CSS-first approach
  • Optimizing CSS bundle size and build performance
  • Implementing responsive designs with breakpoints or container queries
  • Setting up theming with @theme directive and design tokens

Rule Categories by Priority

Priority Category Impact Prefix
1 Build Configuration CRITICAL build-
2 CSS Generation CRITICAL gen-
3 Bundle Optimization HIGH bundle-
4 Utility Patterns HIGH util-
5 Component Architecture MEDIUM-HIGH comp-
6 Theming & Design Tokens MEDIUM theme-
7 Responsive & Adaptive MEDIUM resp-
8 Animation & Transitions LOW-MEDIUM anim-

Quick Reference

1. Build Configuration (CRITICAL)

2. CSS Generation (CRITICAL)

3. Bundle Optimization (HIGH)

4. Utility Patterns (HIGH)

5. Component Architecture (MEDIUM-HIGH)

6. Theming & Design Tokens (MEDIUM)

7. Responsive & Adaptive (MEDIUM)

8. Animation & Transitions (LOW-MEDIUM)

How to Use

Read individual reference files for detailed explanations and code examples:

Reference Files

File Description
references/_sections.md Category definitions and ordering
assets/templates/_template.md Template for new rules

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/shipshitdev-skills-tailwind/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

shipshitdev-skills-tailwind.ocm.jsonjson
{
  "ocm": "1",
  "id": "shipshitdev-skills-tailwind",
  "kind": "skill",
  "name": "tailwind",
  "description": "Provides Tailwind CSS v4 performance optimization and best practices guidelines. Triggers when writing, reviewing, or refactoring Tailwind CSS v4 code; when working with Tailwind configuration, @theme directive, utility classes, responsive design, dark mode, container queries, or CSS generation optimization.",
  "publisher": "shipshitdev",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "tailwind",
      "css",
      "frontend",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Provides Tailwind CSS v4 performance optimization and best practices guidelines. Triggers when writing, reviewing, or refactoring Tailwind CSS v4 code; when working with Tailwind configuration, @theme directive, utility classes, responsive design, dark mode, container queries, or CSS generation optimization."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/shipshitdev/skills",
      "path": "skills/tailwind/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/shipshitdev/skills/blob/HEAD/skills/tailwind/SKILL.md",
      "key": "shipshitdev/skills/skills/tailwind/SKILL.md"
    }
  },
  "instructions": "# Community Tailwind CSS v4 Best Practices\n\n44 rules across 8 categories for Tailwind CSS v4, prioritized by impact to guide automated refactoring and code generation.\n\n## When to Apply\n\n- Configuring Tailwind CSS v4 build tooling (Vite plugin, PostCSS, CLI)\n- Writing or migrating styles using v4's CSS-first approach\n- Optimizing CSS bundle size and build performance\n- Implementing responsive designs with breakpoints or container queries\n- Setting up theming with @theme directive and design tokens\n\n## Rule Categories by Priority\n\n| Priority | Category | Impact | Prefix |\n|----------|----------",
  "cost": {
    "context_tokens": 1609
  }
}

Fetch it by URL: GET /api/v1/registry/shipshitdev-skills-tailwind/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.