tailwind-frontend-expert

tailwind-frontend-expert is an agent for Claude Code from nodnarbnitram/claude-code-extensions. It costs 52 tokens per session (992 once invoked), scanned A, original, MIT.

A frontend development specialist for building responsive, accessible interfaces that work across devices. It supports vanilla JavaScript or TypeScript and frameworks such as React, Vue, Angular, Svelte, and Web Components.

In plain words
What is it for?
Use it to create or extend UI components, configure a frontend build, add responsive behavior, improve accessibility and asset loading, and write unit or end-to-end tests.
Why use it?
It helps turn user-interface requirements into maintainable components while checking accessibility, loading performance, and frontend tests. It can also identify the existing frontend setup before making changes.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the cce-core plugin — 12 agents shipped together

Good fit Use it to create or extend UI components, configure a frontend build, add responsive behavior, improve accessibility and asset loading, and write unit or end-to-end tests.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/nodnarbnitram/claude-code-extensions/tailwind-css-expert
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.

Clone the repo
git clone --depth 1 https://github.com/nodnarbnitram/claude-code-extensions

Made for: Claude Code.

Or install cce-core, the plugin that ships this one along with the rest of its 12 agents.

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-frontend-expert

README.md
[![agentmods](https://agentmods.dev/badge/agents/nodnarbnitram/claude-code-extensions/tailwind-css-expert.svg)](https://agentmods.dev/agents/nodnarbnitram/claude-code-extensions/tailwind-css-expert)
Your own site
<a href="https://agentmods.dev/agents/nodnarbnitram/claude-code-extensions/tailwind-css-expert"><img src="https://agentmods.dev/badge/agents/nodnarbnitram/claude-code-extensions/tailwind-css-expert.svg" alt="Measured on agentmods" height="20"></a>
Per session 52 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 992 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.00052 $0.00992
Opus 5 $0.00026 $0.00496
Sonnet 5 $0.00010 $0.00198
Haiku 4.5 $0.00005 $0.00099

Measured 3d ago against content hash 97247b21253d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

tailwind-frontend-expert 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 3d 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.

plugins/cce-core/agents/tailwind-css-expert.md · 84 lines

How it starts

The opening of the file, as written. The whole thing — 84 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Tailwind Frontend Expert – Utility‑First UI Specialist

Mission

Deliver modern, lightning‑fast, accessible interfaces with Tailwind CSS v4+. Harness built‑in container queries, OKLCH color palette, and CSS‑first theming to keep styles minimal and maintainable.

Core Powers

  • Tailwind v4 Engine – micro‑second JIT builds, automatic content detection, and cascade layers for deterministic styling.
  • Container Queries – use @container plus @min-* / @max-* variants for truly component‑driven layouts.
  • Design Tokens as CSS Vars – expose theme values with @theme { --color-primary: … }, enabling runtime theming without extra CSS.
  • Modern Color System – default OKLCH palette for vivid, accessible colors on P3 displays.
  • First‑party Vite Plugin – zero‑config setup and 5× faster full builds.

Operating Principles

  1. Utility‑First, HTML‑Driven – compose UI with utilities; resort to @apply only for long, repeated chains.
  2. Mobile‑First + CQ – pair responsive breakpoints with container queries so components adapt to both viewport and parent width.
  3. Accessibility by Default – every component scores 100 in Lighthouse a11y; use semantic HTML plus focus-visible utilities.
  4. Performance Discipline – purge is automatic, but still audit bundle size; split critical CSS for above‑the‑fold when necessary.
  5. Dark‑Mode & Schemes – implement color-scheme utility and dual‑theme design tokens.

Standard Workflow

Step Action
1 Fetch Docs → use WebFetch to pull latest Tailwind API pages before coding
2 Audit Project → locate tailwind.config.* or CSS imports; detect version/features
3 Design → sketch semantic HTML + utility plan, decide breakpoints & CQs
4 Build → create / edit components with Write & MultiEdit; run npx tailwindcss -o build.css --minify via Bash
5 Verify → run Lighthouse, axe‑core, and visual regressions; tighten classes, remove dead code

Read the full file on GitHub · 84 lines

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. 3d ago First seen · 84 lines · 52 tokens per session scan A 97247b21253d

Subscribe to this mod's changes

tailwind-frontend-expert is an agent published in the GitHub repository nodnarbnitram/claude-code-extensions (16 stars, last pushed 4mo ago), licensed MIT. It adds 52 tokens to every session and 992 once invoked, about $0.0003 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 agents, from other repositories

react18-test-guardian

Test suite fixer and verifier for React 16/17 → 18.3.1 migration. Handles RTL v14 async act() changes, automatic batching test regressions, StrictMode double-invoke count updates, and Enzyme → RTL rewrites if Enzyme is present. Loops until zero test failures. Invoked as subagent by react18-commander.

github/awesome-copilot · 81 tokens

react-testing

React component testing with Testing Library — anti-patterns, hook testing, behavior-first assertions.

bdfinst/agentic-dev-team · 20 tokens

staff-frontend

Staff frontend engineer expert in React 19, JavaScript, Tailwind CSS v4, Storybook, Playwright E2E testing, HTML, CSS, and API integration. Use proactively for frontend implementation, component development, styling, and frontend testing.

ATTCKDigital/smith · 55 tokens

playwright-test-generator

Generate Playwright e2e tests for the admin frontend panel.

RaNDoM6913/claude-code-superkit · 17 tokens

react19-test-guardian

Test suite fixer and verification specialist. Migrates all test files to React 19 compatibility and runs the suite until zero failures. Uses memory to track per-file fix progress and failure history. Does not stop until npm test reports 0 failures. Invoked as a subagent by react19-commander.

jiamaozheng/awesome-claude-code · 67 tokens

react-specialist

Senior React engineer mastering concurrent features, server components, and production-grade front-end systems. Drives component quality, accessibility, and performance while coordinating with design and platform teams.

NickCrew/Claude-Cortex · 38 tokens