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.
npx skills add AmariahAK/atlarix-skills --skill tailwind-cssgit clone --depth 1 https://github.com/AmariahAK/atlarix-skillsWrote 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.
[](https://agentmods.dev/skills/amariahak/atlarix-skills/tailwind-css)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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/classnamesutilities - define design tokens in Tailwind config (colors, spacing)
Avoid “utility soup”
If a class list is too long:
- extract a component
- extract a
constclassName - 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
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.
- 5d ago First seen · 54 lines · 4 tokens per session scan A 7561f23e5beb
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.
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…
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.
popular-web-designs
54 real design systems (Stripe, Linear, Vercel) as HTML/CSS.
designlang-tokens
Use when styling UI for cal.com — references the extracted design system tokens instead of inventing colors, spacing, or typography.
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…
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…