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 agrc/agent-skills --skill ugrc-upgrade-tailwind-v4git clone --depth 1 https://github.com/agrc/agent-skillsWrote 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/agrc/agent-skills/ugrc-upgrade-tailwind-v4)<a href="https://agentmods.dev/skills/agrc/agent-skills/ugrc-upgrade-tailwind-v4"><img src="https://agentmods.dev/badge/skills/agrc/agent-skills/ugrc-upgrade-tailwind-v4/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/agrc/agent-skills/ugrc-upgrade-tailwind-v4"><img src="https://agentmods.dev/badge/skills/agrc/agent-skills/ugrc-upgrade-tailwind-v4.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.00019 | $0.00606 |
| Opus 5 | $0.00010 | $0.00303 |
| Sonnet 5 | $0.00004 | $0.00121 |
| Haiku 4.5 | $0.00002 | $0.00061 |
Grade A, and why
ugrc-upgrade-tailwind-v4 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 11d 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 — 47 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Migrate Project
- Verify the project currently uses Tailwind CSS. If not, stop and inform the user that this rule only applies to existing Tailwind projects.
- Check the current Tailwind CSS version. If the project is on v2 or earlier, stop and inform the user that they must first upgrade to v3 before proceeding to v4.
- Upgrade to Tailwind CSS v4 by fetching and following the official migration guide: #fetch https://tailwindcss.com/docs/upgrade-guide Make sure that you are using the Vite plugin and not the PostCSS plugin.
- Make sure that the
@ugrc/tailwind-presetand@ugrc/utah-design-systempackages are also upgraded to the latest versions. - After completing the migration, run the project build and fix any compilation errors related to Tailwind.
Remove Dependabot Ignore Rules
Use the GitHub CLI to find and remove any Tailwind-related Dependabot ignore rules that were created through PR comments in this repository. The goal is to unignore every Tailwind-related package that Dependabot is currently suppressing because of prior PR comment commands.
Audit Dependabot PR history for Tailwind-related packages.
Use this order:
- Check
.github/dependabot.ymlforignorerules affectingtailwindcss,@tailwindcss/*,postcss,autoprefixer, andprettier-plugin-tailwindcss. - Query Dependabot PRs with
gh pr list, notgh search prs. - Prefer:
gh pr list --search "author:app/dependabot" --state all --json number,title,url,headRefName,state- then inspect likely grouped PRs with
gh pr view <number> --json body,comments,url - or
gh pr view <number> --comments
- Search PR bodies and comments for these terms:
tailwindtailwindcss@tailwindcsspostcssautoprefixerprettier-plugin-tailwindcss@dependabot ignore@dependabot unignore@dependabot recreate
- Do not rely only on PR titles, because grouped PRs often hide package names in the body.
- Avoid
catfor paging; usesed -n,tail -n,rg -n, orgh pr view --json ... | rg ....
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.
- 11d ago First seen · 47 lines · 19 tokens per session scan A a7112b807fdf
ugrc-upgrade-tailwind-v4 is a skill published in the GitHub repository agrc/agent-skills (2 stars, last pushed yesterday), licensed MIT. It adds 19 tokens to every session and 606 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.
Other skills, from other repositories
playground
Creates interactive HTML playgrounds — self-contained single-file explorers that let users configure something visually through controls, see a live preview, and copy out a prompt. Use when the user asks to make a playground, explorer, or interactive tool for a topic.
frontend-design
Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.
fixing-motion-performance
Audit and fix animation performance issues including layout thrashing, compositor properties, scroll-linked motion, and blur effects. Use when animations stutter, transitions jank, or reviewing CSS/JS animation performance.
baseline-ui
Quickly deslop UI code by fixing spacing, hierarchy, typography, and small layout issues. Use when the interface needs a fast cleanup or polish pass.
frontend-design
A guide for building polished web interfaces such as pages, dashboards, applications, posters, and reusable React or Vue components. It covers visual direction, layout, typography, colors, animation, accessibility, and working HTML, CSS, or JavaScript code.
deploy
Convert per-page styled HTML prototypes (stardust under stardust/prototypes/, or claude-design / Mobirise / Relume / Lovable / v0 / Figma-derived pages, or JSX prototypes pre-rendered to HTML, often under samples/) into Edge Delivery Services (EDS / AEM) blocks and content pages, then deploy via DA. Each prototype…