ui-vocabulary

ui-vocabulary is a skill for Claude Code, Codex from Carlos-Dominguez-faber/criterio. It costs 158 tokens per session (1,796 once invoked), scanned A, original, MIT.

A Spanish-English glossary for naming interface elements, patterns, and styles, with ready-to-use briefs for coding agents.

In plain words
What is it for?
It helps identify things such as menus, carousels, dialogs, and other interface patterns, then turn those descriptions into requests for an agent.
Why use it?
It helps when you can describe an interface element but do not know its technical name. More precise terms can reduce vague or generic UI results.

Skill for Claude CodeCodex

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

Good fit It helps identify things such as menus, carousels, dialogs, and other interface patterns, then turn those descriptions into requests for an agent.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/carlos-dominguez-faber/criterio/ui-vocabulary
Install

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.

Any agent
npx skills add Carlos-Dominguez-faber/criterio --skill ui-vocabulary
Clone the repo
git clone --depth 1 https://github.com/Carlos-Dominguez-faber/criterio

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/carlos-dominguez-faber/criterio/ui-vocabulary"><img src="https://agentmods.dev/badge/skills/carlos-dominguez-faber/criterio/ui-vocabulary.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 158 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,796 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.00158 $0.01796
Opus 5 $0.00079 $0.00898
Sonnet 5 $0.00032 $0.00359
Haiku 4.5 $0.00016 $0.00180

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

Security

Grade A, and why

ui-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 12d 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.

skills/ui-vocabulary/SKILL.md · 107 lines

How it starts

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

ui-vocabulary

Glosario español-inglés de componentes, patrones y estilos de interfaz, más el brief para pedírselos al agente.

Por qué existe

La causa raíz número uno de la UI genérica no es el modelo: es el vocabulario. Si pides "un menú bonito", el agente devuelve el promedio estadístico de todos los menús que vio. Si pides "un command palette con búsqueda difusa, agrupada por sección, con atajos visibles a la derecha", devuelve otra cosa.

El ciclo que enseña esta skill es corto: veo algo → sé cómo se llama → lo pido por su nombre → el output deja de ser genérico.

Existen diccionarios visuales excelentes en la web para esto. Este vive dentro del agente, funciona sin conexión, y está en español, que es lo que le falta al resto.

Procedimiento

Paso 1 — Entender qué describe el usuario

El usuario casi nunca llega con el nombre. Llega con una descripción coloquial, una captura, una URL, o un gesto ("eso que se abre desde abajo").

Antes de buscar en el glosario, aclara tres cosas si no están claras:

  1. Plataforma. Web, iOS, Android, macOS o escritorio. Importa porque el mismo elemento tiene nombres distintos en cada una, y usar el nombre de la plataforma equivocada produce el componente equivocado. Un bottom sheet de móvil y un drawer de web se parecen y no son lo mismo.
  2. Qué lo dispara. Hover, clic, scroll, atajo de teclado, o aparece solo. Esto separa un tooltip de un popover, y un toast de un banner.
  3. Si bloquea o no. Un elemento que impide interactuar con el resto de la pantalla es modal; uno que no, no lo es. Es la distinción que más se confunde y la que más cambia el código.

Paso 2 — Buscar en el glosario

Lee references/glossary-es.md. Está organizado por categoría y cada entrada trae cuatro columnas: nombre en inglés, nombre en español, cómo lo describe la gente, y cuándo usarlo.

Busca primero por la columna coloquial. Es la que corresponde a cómo llegó el usuario.

Si hay dos candidatos parecidos, preséntalos juntos con la diferencia. Ese contraste es donde está el aprendizaje: "lo que describes puede ser un popover o un tooltip; la diferencia es que el tooltip solo informa y aparece con hover, y el popover puede tener botones y se abre con clic. ¿Cuál necesitas?"

Read the full file on GitHub · 107 lines

Files

What ships with it

1 file 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. 12d ago First seen · 107 lines · 158 tokens per session scan A 1573d866c0e2

Subscribe to this mod's changes

ui-vocabulary is a skill published in the GitHub repository Carlos-Dominguez-faber/criterio (55 stars, last pushed 1mo ago), licensed MIT. It adds 158 tokens to every session and 1,796 once invoked, about $0.0008 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

write

Rewrites and polishes prose in Chinese or English, removes AI-like wording, and reviews product localization copy while preserving intent for drafts, docs, release notes, launch copy, and social posts. Use when users ask in any language to draft, rewrite, proofread, localize, polish release notes, remove AI-like…

tw93/Waza · 87 tokens

inclusive-design

Use when working on inclusion, i18n/localization, global name/address forms, low-end devices, slow/metered networks, affordability, or first-time/low-confidence users; not WCAG/screen readers (see accessibility).

evanca/flutter-ai-rules · 50 tokens

canva-translate-design

Translate all text in a Canva design to another language, creating a translated copy. Faster than manually copying and editing each text box in Canva's editor. Use when users say "translate my design to [language]", "make a Spanish/French/etc version", or "localize my Canva design".

openai/plugins · 65 tokens

harden

Production-readiness pass — audits and implements the full non-happy-path matrix: loading skeletons, empty states, error messages, partial data, i18n, offline, permissions, and first-run guidance. Use when preparing a surface for production or when the user says "it crashes on empty data" / "there's no loading state"…

educlopez/ui-craft · 104 tokens

global-toolbar-controls

Quick global settings — currency, language, region, units — belong in a persistent, low-profile location such as a header toolbar or footer. These controls are frequent but not primary, so they use small typography and stay out of the main content hierarchy. Use when designing global selectors, locale switchers, or…

dembrandt/dembrandt-skills · 75 tokens

review-all

Multi-agent code review for diffs (project-agnostic). Covers standards, bugs, security, DRY, smells, perf, tests, API contracts, a11y/i18n. Verifies each finding to eliminate false positives. Use for /review-all, pre-PR/pre-commit review, or auditing uncommitted/staged changes.

ncoevoet/claude-review-all · 74 tokens