Tailwind CSS Patterns

Tailwind CSS Patterns is a skill for Claude Code, Codex from AmariahAK/atlarix-skills. It costs 4 tokens per session (320 once invoked), scanned A, original, Apache-2.0.

A set of Tailwind CSS patterns for building consistent, reusable, and accessible interfaces. Tailwind CSS is a styling system that applies design choices through classes in your markup.

In plain words
What is it for?
Use it when building responsive web interfaces with Tailwind CSS, especially when extracting reusable components and checking focus styles, contrast, and form labels.
Why use it?
It helps prevent scattered colors, spacing, long hard-to-maintain class lists, and missing accessibility basics.

Skill for Claude CodeCodex

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

Good fit Use it when building responsive web interfaces with Tailwind CSS, especially when extracting reusable components and checking focus styles, contrast, and form labels.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/amariahak/atlarix-skills/tailwind-css
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.

Any agent
npx skills add AmariahAK/atlarix-skills --skill tailwind-css
Clone the repo
git clone --depth 1 https://github.com/AmariahAK/atlarix-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 Tailwind CSS Patterns

README.md
[![agentmods](https://agentmods.dev/badge/skills/amariahak/atlarix-skills/tailwind-css/github.svg)](https://agentmods.dev/skills/amariahak/atlarix-skills/tailwind-css)
Your own site
<a href="https://agentmods.dev/skills/amariahak/atlarix-skills/tailwind-css"><img src="https://agentmods.dev/badge/skills/amariahak/atlarix-skills/tailwind-css/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for Tailwind CSS Patterns

Your own site · 80×15
<a href="https://agentmods.dev/skills/amariahak/atlarix-skills/tailwind-css"><img src="https://agentmods.dev/badge/skills/amariahak/atlarix-skills/tailwind-css.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 4 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 320 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00004 $0.00320
Opus 5 $0.00002 $0.00160
Sonnet 5 $0.00001 $0.00064
Haiku 4.5 $0.00000 $0.00032

Measured 5d ago against content hash 7561f23e5beb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

Tailwind CSS Patterns 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 5d 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/tailwind-css/SKILL.md · 54 lines

What it actually says

Tailwind CSS Patterns

When to use this skill

Use this skill when styling UI with Tailwind and you want consistent design tokens, maintainable class composition, and good accessibility defaults.

Core patterns

Prefer composition over duplication

Patterns:

  • extract reusable components
  • use clsx/classnames utilities
  • define design tokens in Tailwind config (colors, spacing)

Avoid “utility soup”

If a class list is too long:

  • extract a component
  • extract a const className
  • use variants (cva) if the project supports it

Accessibility defaults

Checklist:

  • focus styles visible
  • color contrast acceptable
  • form inputs labeled

Responsive design

  • mobile-first classes
  • keep breakpoints consistent

Atlarix tool notes

  • Explore: find Tailwind config and existing component patterns.
  • Build: keep styles close to components; avoid global CSS unless needed.
  • Review: check accessibility and consistency with design system.

Common mistakes to avoid

  • Inconsistent spacing/colors across components
  • Removing focus styles
  • Using arbitrary values everywhere instead of tokens

Mini-checklist

  • Reusable components extracted
  • Tokens used consistently
  • Focus/labels present
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. 5d ago First seen · 54 lines · 4 tokens per session scan A 7561f23e5beb

Subscribe to this mod's changes

Tailwind CSS Patterns is a skill published in the GitHub repository AmariahAK/atlarix-skills (2 stars, last pushed 2d ago), licensed Apache-2.0. It adds 4 tokens to every session and 320 once invoked, about $0.0000 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

absolute-ui

Build polished, intentional UIs with concrete CSS/Tailwind values — typography, color, layout, spacing, dark mode, accessibility, animations, components. Encodes specific, opinionated rules with exact values, not vague advice. Covers buttons, cards, forms, tables, navigation, dashboards, landing pages, onboarding, and…

maddhruv/absolute · 121 tokens

tailwind-design-system

Build scalable design systems with Tailwind CSS v4, design tokens, component libraries, and responsive patterns. Use when creating component libraries, implementing design systems, or standardizing UI patterns.

FilippoDeSilva/skills · 42 tokens

popular-web-designs

54 real design systems (Stripe, Linear, Vercel) as HTML/CSS.

NousResearch/hermes-agent · 23 tokens

designlang-tokens

Use when styling UI for cal.com — references the extracted design system tokens instead of inventing colors, spacing, or typography.

Manavarya09/design-extract · 30 tokens

component-search

Search 21st.dev component registry for production-ready React components. Finds components by natural language description, filters by framework and style system, returns ranked results with install instructions. Use when looking for UI components, finding alternatives to existing components, or sourcing design system…

yonatangross/orchestkit · 57 tokens

ui-ux-pro-max

Use when planning, building, designing, code review, refactor, fixing, improving, optimizing, enhancing, or checking UI/UX work. Covers product patterns, landing pages, chart choices, visual styles, palettes, typography, UX rules, and 9 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind…

majiayu000/spellbook · 166 tokens