tailwind-conventions

tailwind-conventions is a skill for Claude Code, Codex from Cypsy1714/cchad. It costs 17 tokens per session (237 once invoked), scanned A, original, MIT.

A set of conventions for styling web interfaces with Tailwind CSS, a system that applies small reusable style classes directly in markup.

In plain words
What is it for?
Use it when writing Tailwind classes, choosing design tokens, arranging responsive styles, or deciding when repeated styles belong in components.
Why use it?
It helps keep spacing, colors, typography, responsive layouts, and interactive states consistent without scattered one-off styles.

Skill for Claude CodeCodex

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/cypsy1714/cchad/tailwind-skill
Any agent
npx skills add Cypsy1714/cchad --skill tailwind-skill
Clone the repo
git clone --depth 1 https://github.com/Cypsy1714/cchad

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-conventions

README.md
[![agentmods](https://agentmods.dev/badge/skills/cypsy1714/cchad/tailwind-skill.svg)](https://agentmods.dev/skills/cypsy1714/cchad/tailwind-skill)
Your own site
<a href="https://agentmods.dev/skills/cypsy1714/cchad/tailwind-skill"><img src="https://agentmods.dev/badge/skills/cypsy1714/cchad/tailwind-skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 17 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 237 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 $0.00017 $0.00237
Opus 5 $0.00009 $0.00118
Sonnet 5 $0.00003 $0.00047
Haiku 4.5 $0.00002 $0.00024

Measured 4d ago against content hash 805ff2b38de8, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

tailwind-conventions 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 4d 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.

src/cchad/data/skills/tailwind-skill/SKILL.md · 25 lines

What it actually says

Tailwind conventions

Utilities first

  • Compose utilities in markup; that's the point. Reach for a component abstraction (React/Vue component) to reuse styles, not a pile of @apply.
  • Use @apply sparingly, only for small, genuinely repeated primitives.

Design system

  • Drive spacing, colors, and typography from tailwind.config tokens, not one-off arbitrary values like mt-[13px]. Extend the theme instead of hard-coding.
  • Keep a consistent scale; if you keep reaching for arbitrary values, add a token.

Responsive & state

  • Build mobile-first: unprefixed base, then sm:/md:/lg: overrides.
  • Use state variants (hover:, focus:, disabled:, dark:) rather than custom CSS.

Practical

  • Order long class lists consistently (a plugin like prettier-plugin-tailwindcss helps).
  • Extract truly repeated multi-utility patterns into components; don't copy-paste them.
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. 4d ago First seen · 25 lines · 17 tokens per session scan A 805ff2b38de8

Subscribe to this mod's changes

tailwind-conventions is a skill published in the GitHub repository Cypsy1714/cchad (1 stars, last pushed 2mo ago), licensed MIT. It adds 17 tokens to every session and 237 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-08-31.

Related

Other skills, from other repositories

top-design

Create award-winning, immersive web experiences at the level of Awwwards-featured agencies. Use when the user mentions "Awwwards quality", "make my site stunning", "scroll animations", "parallax storytelling", "cinematic web design", "portfolio site", or "brand experience". Also trigger when elevating a standard…

wondelai/skills · 113 tokens

web-typography

Select, pair, and implement typefaces for web projects. Use when the user mentions "font pairing", "which typeface", "line height", "responsive typography", "web font loading", "type hierarchy", "variable fonts", "FOUT/FOIT", "typographic scale", or "the text is hard to read". Also trigger when choosing between system…

wondelai/skills · 128 tokens

scroll-craft

Build premium scroll-driven landing pages for service, product, food, and drink brands. Plan the visitor journey, page grammar, emotional peak, and bespoke signature move. Create dimensional heroes with independent visual planes, restrained motion, and separate mobile composition. Use supplied photos and footage or…

nateherkai/scroll-craft · 177 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

refactoring-ui

Audit and fix visual hierarchy, spacing, color, and depth in web UIs. Use when the user mentions "my UI looks off" (or amateur/unprofessional), "fix the design", "Tailwind styling", "color palette", "visual hierarchy", "design system", "spacing scale", or "component styling". Also trigger when building consistent…

wondelai/skills · 132 tokens

shiny-bslib-theming

Advanced theming for Shiny apps using bslib and Bootstrap 5. Use when customizing app appearance with bstheme(), Bootswatch themes, custom colors, typography, brand.yml integration, Bootstrap Sass variables, custom Sass/CSS rules, dark mode and color modes, dynamic theme switching, real-time theming, theme inspection…

posit-dev/skills · 87 tokens