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 julianoczkowski/create-trimble-app --skill style-modus-components-with-tailwindgit clone --depth 1 https://github.com/julianoczkowski/create-trimble-appWrote 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/julianoczkowski/create-trimble-app/style-modus-components-with-tailwind)<a href="https://agentmods.dev/skills/julianoczkowski/create-trimble-app/style-modus-components-with-tailwind"><img src="https://agentmods.dev/badge/skills/julianoczkowski/create-trimble-app/style-modus-components-with-tailwind/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/julianoczkowski/create-trimble-app/style-modus-components-with-tailwind"><img src="https://agentmods.dev/badge/skills/julianoczkowski/create-trimble-app/style-modus-components-with-tailwind.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.00035 | $0.03024 |
| Opus 5 | $0.00017 | $0.01512 |
| Sonnet 5 | $0.00007 | $0.00605 |
| Haiku 4.5 | $0.00003 | $0.00302 |
Grade A, and why
style-modus-components-with-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 6d 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 — 383 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Style Modus Components with Tailwind
Style Modus components using custom border and opacity utilities that work with CSS variables, avoiding Tailwind patterns that don't work with runtime CSS variables.
When to Use
Use this skill when:
- Styling Modus components with borders
- Applying opacity to design system colors
- Creating theme-aware components
- Avoiding common Tailwind + CSS variable pitfalls
- Ensuring components work in all 6 Modus themes
The Core Problem
Tailwind CSS processes colors at build time, but Modus Design System uses CSS variables that resolve at runtime. This creates incompatibilities:
- ❌
border-red-500- Hardcoded color, not theme-aware - ❌
text-foreground/80- Doesn't work with CSS variables - ❌
border border-destructive- May not work reliably
Solution: Use custom utilities that work with CSS variables at runtime.
Reference Documentation
For detailed technical explanation, see: docs/tailwind-css-variables-problem.md
Custom Border Utilities
Available Border Utilities
Standard borders (1px):
border-default- Default border colorborder-success- Success color borderborder-warning- Warning color borderborder-destructive- Error/destructive color borderborder-primary- Primary/info color border
Thick borders (2px):
border-thick- Thick default borderborder-thick-success- Thick success borderborder-thick-warning- Thick warning borderborder-thick-destructive- Thick destructive borderborder-thick-primary- Thick primary border
Dashed borders:
border-dashed- Dashed default borderborder-dashed-success- Dashed success borderborder-dashed-warning- Dashed warning borderborder-dashed-destructive- Dashed destructive border
Directional borders:
border-top-default,border-bottom-success,border-left-warning,border-right-destructive- Pattern:
border-{direction}-{color}
Correct Border Usage
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.
- 6d ago First seen · 383 lines · 35 tokens per session scan A df63eba6d020
style-modus-components-with-tailwind is a skill published in the GitHub repository julianoczkowski/create-trimble-app (3 stars, last pushed 2mo ago), licensed MIT. It adds 35 tokens to every session and 3,024 once invoked, about $0.0002 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
sfnext-components
Build UI components in Storefront Next using createPage HOC, Suspense/Await patterns, shadcn/ui, and Tailwind CSS v4. Use when creating page components, adding Suspense boundaries, integrating shadcn/ui, styling with Tailwind, or organizing component files. Covers server vs client rendering patterns and the cn()…
od-react-export
Use this plugin when the user wants to hand an accepted Open Design artifact to a React app.
artifacts-builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
heroui
Build accessible UIs using HeroUI v3 components (React + Tailwind CSS v4 + React Aria). Use when creating React interfaces, selecting UI components, implementing forms, navigation, overlays, or data display. Use when installing HeroUI v3, customizing themes, accessing component documentation, building with compound…
react-shadcn
Builds UI components for a React SPA (Vite/CRA) with shadcn/ui 3.8.0 on Radix UI primitives (not Base UI) and Tailwind CSS v4: forms (Field/FieldLabel/FieldError pattern with TanStack Form, never React Hook Form), overlays (Dialog, Sheet, Drawer, Popover, Tooltip), feedback (Alert, Sonner toasts, Progress, Skeleton)…
artifacts-builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui).