Gold-Band: Skill for Claude Code

.agents/skills/tailwind-theme-builder/SKILL.md

tailwind-theme-builder is a skill for Claude Code, Codex from diodeme/Gold-Band. It costs 88 tokens per session (3,550 once invoked), scanned A, original, AGPL-3.0.

A setup workflow for Tailwind CSS version 4 and shadcn/ui, a collection of reusable interface components. It configures shared colours, fonts, and dark mode in React projects.

In plain words
What is it for?
Use it when starting a React interface, adding shadcn/ui theming, enabling dark mode, or fixing broken Tailwind colours and animation setup.
Why use it?
It helps fix common theme and styling setup problems before they spread through an application.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing. Also seen: installed under .agents/ (shared by several agents).

This is diodeme/Gold-Band's own configuration. It tells Claude Code and Codex how to work on Gold-Band itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything Gold-Band configures →

Reuse

Borrowing it

Nothing to install: this file belongs to diodeme/Gold-Band. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/diodeme/Gold-Band/main/.agents/skills/tailwind-theme-builder/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/diodeme/Gold-Band

Made for: Claude Code, Codex.

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-theme-builder

README.md
[![agentmods](https://agentmods.dev/badge/skills/diodeme/gold-band/tailwind-theme-builder/github.svg)](https://agentmods.dev/skills/diodeme/gold-band/tailwind-theme-builder)
Your own site
<a href="https://agentmods.dev/skills/diodeme/gold-band/tailwind-theme-builder"><img src="https://agentmods.dev/badge/skills/diodeme/gold-band/tailwind-theme-builder/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.

agentmods 80×15 button for tailwind-theme-builder

Your own site · 80×15
<a href="https://agentmods.dev/skills/diodeme/gold-band/tailwind-theme-builder"><img src="https://agentmods.dev/badge/skills/diodeme/gold-band/tailwind-theme-builder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 88 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,550 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 unknown 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.00088 $0.03550
Opus 5 $0.00044 $0.01775
Sonnet 5 $0.00018 $0.00710
Haiku 4.5 $0.00009 $0.00355

Measured 9d ago against content hash 4c3a74d10f40, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

tailwind-theme-builder 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 9d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (assets/utils.ts, assets/vite.config.ts), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.agents/skills/tailwind-theme-builder/SKILL.md · 420 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

7 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.

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. 9d ago First seen · 420 lines · 88 tokens per session scan A 4c3a74d10f40

Subscribe to this mod's changes

tailwind-theme-builder is a skill published in the GitHub repository diodeme/Gold-Band (80 stars, last pushed today), licensed AGPL-3.0. It adds 88 tokens to every session and 3,550 once invoked, about $0.0004 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.

Related

Other skills, from other repositories

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.

HKUDS/DeepCode · 40 tokens

web-design

Penguin visual language for generated web pages and app UIs — GitHub-style simplicity with a single blue accent, light and pure-black dark themes, design tokens, component and chat-interface recipes, plus an opt-in warm paper editorial theme.

Prism-Shadow/penguin-harness · 51 tokens

spherse-create-ui-theme

A project-level CSS file for changing the look of Spherse, such as page backgrounds, text, cards, buttons, and pop-up menus. It uses separate values for light and dark mode.

mengrru/Spherse · 32 tokens

spherse-create-agent-chat-theme

Use when creating or editing an agent-level Spherse chat window theme.css for custom chat backgrounds, headers, message bubbles, avatars, composer inputs, markdown blocks, or placeholder text.

mengrru/Spherse · 45 tokens

aster-ui-demo

How to demo UI work the way Claude does it, never with throwaway HTML mockups. Build the change in the real webview, verify it in the browser harness, open the live dev server for the user to click through, and run the real test suites. Use when the user asks for a demo, a preview, or "let me see" any UI change in the…

Zfinix/aster · 87 tokens

popular-web-designs

54 real-world design systems (Stripe, Linear, Vercel, Notion, Apple…) as ready-to-paste HTML/CSS — exact colors, typography, components, and spacing for styling a page after a known brand.

yc-software/qm · 51 tokens