tailwindcss

tailwindcss is a skill for Claude Code, Codex from G1Joshi/Agent-Skills. It costs 16 tokens per session (304 once invoked), scanned A, original, MIT.

A CSS framework built from small utility classes for layout, spacing, colours, text, and responsive behaviour. You combine these classes in your HTML to create a custom design.

In plain words
What is it for?
Use it to style responsive websites and build custom interfaces or design systems.
Why use it?
It reduces the need to write and maintain separate CSS rules for every component. Shared design values can also help keep a project visually consistent.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/g1joshi/agent-skills/tailwindcss
Any agent
npx skills add G1Joshi/Agent-Skills --skill tailwindcss
Clone the repo
git clone --depth 1 https://github.com/G1Joshi/Agent-Skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for tailwindcss

README.md
[![agentmods](https://agentmods.dev/badge/skills/g1joshi/agent-skills/tailwindcss.svg)](https://agentmods.dev/skills/g1joshi/agent-skills/tailwindcss)
Your own site
<a href="https://agentmods.dev/skills/g1joshi/agent-skills/tailwindcss"><img src="https://agentmods.dev/badge/skills/g1joshi/agent-skills/tailwindcss.svg" alt="Measured on agentmods" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 304 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00016 $0.00304
Opus 5 $0.00008 $0.00152
Sonnet 5 $0.00003 $0.00061
Haiku 4.5 $0.00002 $0.00030

Measured 2d ago against content hash 8eca3b40eee0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

tailwindcss scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/frameworks/tailwindcss/SKILL.md · 45 lines

What it actually says

Tailwind CSS

Tailwind v4 (2024/2025) introduces the Oxide Engine: a Rust-based, unified toolchain that is 10x faster and requires no configuration (tailwind.config.js is optional).

When to Use

  • Custom Design: When you don't want the "Bootstrap look".
  • Performance: Generates tiny CSS files (only used classes).
  • Design Systems: Configuring tokens (colors, spacing) enforces consistency.

Core Concepts

Utility Classes

flex, text-red-500, p-4.

Arbitrary Values

w-[500px], bg-[#1da1f2].

Modifiers

hover:bg-blue-700, md:w-1/2, dark:text-white.

Best Practices (2025)

Do:

  • Use v4 Oxide: No more separate PostCSS watcher needed.
  • Use @apply sparingly: Keep utilities in HTML for grep-ability.
  • Use prettier-plugin-tailwindcss: Automatically sorts classes.

Don't:

  • Don't string concat: class="text-" + color breaks the purge engine. Use clsx.

References

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 45 lines · 16 tokens per session scan A 8eca3b40eee0

Subscribe to this mod's changes

tailwindcss is a skill published in the GitHub repository G1Joshi/Agent-Skills (12 stars, last pushed 6mo ago), licensed MIT. It adds 16 tokens to every session and 304 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

frontend-ui-engineering

Builds production-quality, accessible, responsive user-facing UIs. Use when building or modifying interfaces and pages, creating components, implementing layouts, meeting WCAG accessibility requirements, managing state, or when the output needs to look and feel production-quality rather than AI-generated.

addyosmani/agent-skills · 58 tokens

ui-designer

Elite UI/UX Design Lead & Frontend Architect. Generates distinctive, non-templated interfaces with opinionated aesthetics, deliberate typography, and exact UX copy. Triggers on UI design, frontend styling, or layout creation.

GulajavaMinistudio/awesome-copilot-id · 49 tokens

frontend-blueprint

AI frontend specialist and design consultant that guides users through a structured discovery process before generating any code. Collects visual references, design tokens, typography, icons, layout preferences, and brand guidelines to ensure the final output matches the user's vision with high fidelity. Use when the…

tech-leads-club/agent-skills · 170 tokens

ui-design-engineering

Design, implement, harden, and review production-grade user interfaces for web apps, dashboards, SaaS products, admin tools, forms, and responsive frontend components. Use when building or improving UI/UX, translating Figma or requirements into code, styling React/Vue/Svelte/HTML views, reviewing frontend quality…

ntaffzii/Skill-Agents · 115 tokens

layout-audit

Audit the structure and spacing of a localhost page — spacing scale consistency, whether spacing groups related content, container width and line measure, optical alignment, grid versus flex misuse, magic z-index values and overflow. Use when the user mentions spacing, padding or margins, says a layout feels cramped…

soumyachk101/VibeLens · 87 tokens

motion-system

Audit and fix the animation on a running localhost page — durations, easing, which properties are animated, reduced-motion handling and missing exit transitions — then propose a named duration and easing token set. Use when the user mentions animation, transitions, motion, easing, timing, something feeling…

soumyachk101/VibeLens · 80 tokens