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 agentmods add instructions/carbonodev/tailwindcss-mcp-server/claude-mdgit clone --depth 1 https://github.com/CarbonoDev/tailwindcss-mcp-serverWrote 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/instructions/carbonodev/tailwindcss-mcp-server/claude-md)<a href="https://agentmods.dev/instructions/carbonodev/tailwindcss-mcp-server/claude-md"><img src="https://agentmods.dev/badge/instructions/carbonodev/tailwindcss-mcp-server/claude-md.svg" alt="Measured on agentmods" 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 | $0.00581 | $0.00581 |
| Opus 5 | $0.00291 | $0.00291 |
| Sonnet 5 | $0.00116 | $0.00116 |
| Haiku 4.5 | $0.00058 | $0.00058 |
Grade A, and why
tailwindcss-mcp-server CLAUDE.md 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.
How it starts
The opening of the file, as written. The whole thing — 58 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Project Overview
This is a TypeScript-based MCP (Model Context Protocol) server for TailwindCSS, providing comprehensive tools for AI agents to understand and work with the TailwindCSS utility-first framework. The server offers both informational tools (documentation, utilities, configuration) and action tools (installation, CSS conversion, component generation).
Development Commands
Build & Development
npm install- Install dependenciesnpm run build- Build TypeScript to JavaScript and set executable permissionsnpm run watch- Watch mode for development (auto-rebuilds on file changes)
Testing & Debugging
npm run inspector- Launch MCP Inspector for debugging the server through a web interface
Architecture & Key Components
Project Goals
- Primary: Enable AI agents to provide accurate TailwindCSS guidance by accessing comprehensive documentation, utility classes, and configuration patterns
- Secondary: Execute practical actions like installing TailwindCSS, converting CSS to utilities, generating color palettes, and creating component templates
Planned MCP Tools
Information Tools:
get_tailwind_utilities- Retrieve utility class information by category (spacing, colors, typography, etc.)get_tailwind_colors- Access the complete color palette with shadesget_tailwind_config_guide- Framework-specific configuration guidancesearch_tailwind_docs- Full-text search across documentation
Action Tools:
install_tailwind- Generate installation commands for any frameworkconvert_css_to_tailwind- Convert traditional CSS to utility classesgenerate_color_palette- Create custom color schemesanalyze_tailwind_usage- Audit and optimize TailwindCSS usage in projectsgenerate_component_template- Create HTML templates with TailwindCSS utilities
Technical Implementation
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.
- 4d ago First seen · 58 lines · 581 tokens per session scan A 4939b9bc26fc
tailwindcss-mcp-server CLAUDE.md is an instructions file published in the GitHub repository CarbonoDev/tailwindcss-mcp-server (39 stars, last pushed 1y ago), licensed MIT. It adds 581 tokens to every session, about $0.0029 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-30.
Other instructions, from other repositories
weapp-tailwindcss CLAUDE.md
Claude Code instructions for sonofmagic/weapp-tailwindcss, covering claude.md, project overview, monorepo structure, common development commands and build.
gsap-skills scrolltrigger.instructions.md
Instructions for greensock/gsap-skills: When writing or suggesting scroll-linked GSAP code (ScrollTrigger).
nextarter-tailwind AGENTS.md
AGENTS.md instructions for agustinusnathaniel/nextarter-tailwind, covering next.js: always read docs before coding, ai agent guidance: nextarter-tailwind, 1. mental model for agents, implementation delegation and tooling strategy.
lovable-boilerplate global.instructions.md
Instructions for chihebnabil/lovable-boilerplate, covering react + vite + shadcn/ui template - premium design system, critical rules - read first, never create, always create and essential commands.
screenshot-to-code CLAUDE.md
Instructions for abi/screenshot-to-code, a project described as: Drop in a screenshot and convert it to clean code (HTML/Tailwind/React/Vue).
shadcn-htmx AGENTS.md
Instructions for productdevbook/shadcn-htmx, covering agent guide, hard rules, what's vendored, and when to read each, repos/htmx/ — htmx v4 source (branch: four-dev) and repos/tailwindcss/ — tailwind css v4 source (branch: main).