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 skills/pproenca/dot-skills/tailwindnpx skills add pproenca/dot-skills --skill tailwindgit clone --depth 1 https://github.com/pproenca/dot-skillsWhat 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.00090 | $0.01679 |
| Opus 5 | $0.00045 | $0.00839 |
| Sonnet 5 | $0.00018 | $0.00336 |
| Haiku 4.5 | $0.00009 | $0.00168 |
Grade A, and why
tailwind 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- tailwind — 86% identical, 16 lines differ
How it starts
The opening of the file, as written. The whole thing — 121 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Community Tailwind CSS v4 Best Practices
Comprehensive performance optimization guide for Tailwind CSS v4 applications. Contains 44 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation.
When to Apply
Reference these guidelines when:
- Configuring Tailwind CSS v4 build tooling (Vite plugin, PostCSS, CLI)
- Writing or migrating styles using v4's CSS-first approach
- Optimizing CSS bundle size and build performance
- Implementing responsive designs with breakpoints or container queries
- Setting up theming with @theme directive and design tokens
Rule Categories by Priority
| Priority | Category | Impact | Prefix |
|---|---|---|---|
| 1 | Build Configuration | CRITICAL | build- |
| 2 | CSS Generation | CRITICAL | gen- |
| 3 | Bundle Optimization | HIGH | bundle- |
| 4 | Utility Patterns | HIGH | util- |
| 5 | Component Architecture | MEDIUM-HIGH | comp- |
| 6 | Theming & Design Tokens | MEDIUM | theme- |
| 7 | Responsive & Adaptive | MEDIUM | resp- |
| 8 | Animation & Transitions | LOW-MEDIUM | anim- |
Quick Reference
1. Build Configuration (CRITICAL)
build-vite-plugin- Use Vite Plugin Over PostCSSbuild-css-import- Use CSS Import Over @tailwind Directivesbuild-content-detection- Leverage Automatic Content Detectionbuild-node-version- Use Node.js 20+ for Optimal Performancebuild-postcss-simplify- Remove Redundant PostCSS Pluginsbuild-cli-package- Use Correct CLI Package
2. CSS Generation (CRITICAL)
gen-css-first-config- Use CSS-First Configuration Over JavaScriptgen-avoid-theme-bloat- Avoid Excessive Theme Variablesgen-oklch-colors- Use OKLCH Color Space for Vivid Colorsgen-utility-directive- Use @utility for Custom Utilitiesgen-dynamic-utilities- Use Dynamic Utility Valuesgen-css-variable-syntax- Use Parentheses for CSS Variable References
What ships with it
49 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- AGENTS.md 8.8 KB
- assets/templates/_template.md 876 B
- metadata.json 932 B
- README.md 4.5 KB
- references/_sections.md 2.0 KB
- references/anim-3d-transforms.md 1.6 KB
- references/anim-gpu-accelerated.md 1.4 KB
- references/anim-gradient-interpolation.md 1.3 KB
- references/anim-starting-style.md 1.4 KB
- references/build-cli-package.md 924 B
- references/build-content-detection.md 1.2 KB
- references/build-css-import.md 993 B
- references/build-node-version.md 1.0 KB
- references/build-postcss-simplify.md 1.1 KB
- references/build-vite-plugin.md 1.3 KB
- references/bundle-avoid-cdn-production.md 1.2 KB
- references/bundle-avoid-preprocessors.md 1.2 KB
- references/bundle-css-minification.md 1.3 KB
- references/bundle-remove-unused-plugins.md 1.2 KB
- references/bundle-split-critical-css.md 1.8 KB
- references/comp-avoid-apply-overuse.md 1.5 KB
- references/comp-container-customize.md 1.1 KB
- references/comp-custom-variant.md 1.7 KB
- references/comp-reference-directive.md 1.2 KB
- references/comp-smart-sorting.md 1.3 KB
- references/comp-utility-file-scope.md 1.3 KB
- references/gen-avoid-theme-bloat.md 2.0 KB
- references/gen-css-first-config.md 1.3 KB
- references/gen-css-variable-syntax.md 1.1 KB
- references/gen-dynamic-utilities.md 1.2 KB
- references/gen-oklch-colors.md 1.0 KB
- references/gen-utility-directive.md 1.2 KB
- references/resp-container-queries.md 1.4 KB
- references/resp-custom-breakpoints.md 1.2 KB
- references/resp-hover-capability.md 1.7 KB
- references/resp-logical-properties.md 1.3 KB
- references/resp-mobile-first.md 1.3 KB
- references/theme-color-scheme.md 1.4 KB
- references/theme-dark-mode-class.md 1.4 KB
- references/theme-inline-static.md 1.8 KB
- references/theme-prefix-variables.md 1.3 KB
- references/theme-runtime-variables.md 1.3 KB
- references/theme-semantic-tokens.md 1.5 KB
- references/util-explicit-colors.md 1.1 KB
- references/util-gradient-via-none.md 1.1 KB
- references/util-important-modifier.md 937 B
- references/util-opacity-modifier.md 1.1 KB
- references/util-renamed-utilities.md 1.3 KB
- references/util-variant-stacking.md 1.1 KB
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.
- 3d ago First seen · 121 lines · 90 tokens per session scan A c21ad8564c76
tailwind is a skill published in the GitHub repository pproenca/dot-skills (200 stars, last pushed 18d ago), licensed MIT. It adds 90 tokens to every session and 1,679 once invoked, about $0.0005 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 skills, from other repositories
design-guide
Paperclip UI design system guide for building consistent, reusable frontend components. Use when creating new UI components, modifying existing ones, adding pages or features to the frontend, styling UI elements, or when you need to understand the design language and conventions. Covers: component creation, design…
Shade ShadCN install
Guardrails for running pnpm dlx shadcn@latest add in Shade — never overwrite existing components, fresh branch first, swap raw colours for semantic tokens after integrating. Trigger when the user proposes a shadcn add, or when a fresh ShadCN-shaped file lands in apps/shade/src/components/ui.
chakra-ui-builder
Build responsive, accessible UI components and layouts using Chakra UI v3, install or configure Chakra UI in new and existing projects, and design scalable themes using tokens, semantic tokens, recipes, and slot recipes. Use this skill whenever a user asks to build, create, or generate any UI component, page, form…
material-ui-tailwind
Integrates Material UI with Tailwind CSS v4 using cascade layers (enableCssLayer, @layer order) and documents Tailwind v3 interoperability (preflight, important, injectFirst, portals). Use when combining MUI with Tailwind utilities, slotProps className, or theme token bridges.
author-component
Create or review Blazor components (.razor files) with correct architecture. USE FOR: writing new Blazor components that do NOT involve JavaScript interop, implementing parameters and EventCallback, RenderFragment slots, component lifecycle (OnInitializedAsync, OnParametersSet), async patterns, IAsyncDisposable…
obsidian-layout-adjustment
Workflow for working with the user on changing how Obsidian looks using CSS snippets. Use this whenever the user asks to restyle Obsidian, tune a vault's visual layout, adjust tabs, sidebars, note surfaces, properties, backlinks, graph panes, file explorer rows, icons, links, shadows, active states, or CSS snippets.…