convey: Skill for Claude Code

.github/skills/tailwind-vocabulary/SKILL.md

tailwind-vocabulary is a skill for Claude Code, Codex from bitovi/convey. It costs 33 tokens per session (677 once invoked), scanned A, original, MIT.

A shared dictionary for Tailwind CSS, a tool that applies styling through short class names. It defines consistent names for classes, values, themes, categories, and proposed style changes.

In plain words
What is it for?
Use it when writing or reviewing Tailwind code, documentation, types, or specifications that refer to utility classes and their changes.
Why use it?
It prevents people and coding agents from using different terms for the same Tailwind concepts.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

This is bitovi/convey's own configuration. It tells Claude Code and Codex how to work on convey 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 convey configures →

Reuse

Borrowing it

Nothing to install: this file belongs to bitovi/convey. 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/bitovi/convey/main/.github/skills/tailwind-vocabulary/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/bitovi/convey

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/bitovi/convey/tailwind-vocabulary"><img src="https://agentmods.dev/badge/skills/bitovi/convey/tailwind-vocabulary.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 677 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original 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.00033 $0.00677
Opus 5 $0.00016 $0.00338
Sonnet 5 $0.00007 $0.00135
Haiku 4.5 $0.00003 $0.00068

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

Security

Grade A, and why

tailwind-vocabulary 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 10d 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.

.github/skills/tailwind-vocabulary/SKILL.md · 52 lines

How it starts

The opening of the file, as written. The whole thing — 52 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Skill: Tailwind Vocabulary

Canonical terms used in code, types, comments, and specs. All contributors (human and AI) must use these names consistently.

Core Terms

Term Type Example Description
classToken string "py-4" A complete Tailwind utility class string
prefix string "py-" The utility prefix including trailing dash
value string "4" The token after the prefix
scale string[] ["py-0","py-1",…] All valid classTokens for a given prefix
themeKey string | null "spacing" The Tailwind config namespace the prefix reads from
category string "spacing" Semantic UI grouping (spacing, sizing, typography…)
valueType "scalar" | "color" | "enum" "scalar" Determines which panel control renders

Patch Lifecycle Terms

Term Description
patch A single proposed change: one classToken swap on one element
staged User has selected a new value; change is local to the panel, previewed in the overlay
committed User clicked "Commit to Agent"; change is in the server queue waiting for the AI agent
implementing Agent has picked up the change and is applying it to source code
implemented Agent confirmed the change is written to source
elementKey Stable identifier for a target element: ${componentName}::${childPath}

Message Protocol

All WebSocket messages between panel, overlay, and server use the PATCH_* prefix:

Message Direction Purpose
PATCH_PREVIEW panel → overlay Live-preview a class swap in the DOM
PATCH_REVERT panel → overlay Revert any active preview
PATCH_STAGE panel → overlay Stage a change (overlay fills in context, sends PATCH_STAGED to server)
PATCH_STAGED overlay → server Patch with full context, added to server queue as staged
PATCH_COMMIT panel → server Move staged patches to committed status
PATCH_UPDATE server → panel Broadcast current counts by status

Read the full file on GitHub · 52 lines

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. 10d ago First seen · 52 lines · 33 tokens per session scan A f6efc3a4785a

Subscribe to this mod's changes

tailwind-vocabulary is a skill published in the GitHub repository bitovi/convey (46 stars, last pushed 24d ago), licensed MIT. It adds 33 tokens to every session and 677 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-08-30.