ui-ux-optimize

ui-ux-optimize is a skill for Claude Code, Codex from d-o-hub/github-template-ai-agents. It costs 108 tokens per session (2,478 once invoked), scanned A, original, MIT.

A structured helper for improving the design and usability of digital interfaces such as websites, mobile apps, dashboards, and online stores. It creates implementation-ready prompts using research agents and repeated quality checks.

In plain words
What is it for?
Use it to plan redesigns, audits, or design variants for screen-based products, including web apps, SaaS tools, games, and kiosks.
Why use it?
It turns a vague design request or critique into a more consistent brief while restricting later visual decisions to the agreed design tokens.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

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.

agentmods
npx agentmods add skills/d-o-hub/github-template-ai-agents/ui-ux-optimize
Any agent
npx skills add d-o-hub/github-template-ai-agents --skill ui-ux-optimize
Clone the repo
git clone --depth 1 https://github.com/d-o-hub/github-template-ai-agents

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-ux-optimize

README.md
[![agentmods](https://agentmods.dev/badge/skills/d-o-hub/github-template-ai-agents/ui-ux-optimize.svg)](https://agentmods.dev/skills/d-o-hub/github-template-ai-agents/ui-ux-optimize)
Your own site
<a href="https://agentmods.dev/skills/d-o-hub/github-template-ai-agents/ui-ux-optimize"><img src="https://agentmods.dev/badge/skills/d-o-hub/github-template-ai-agents/ui-ux-optimize.svg" alt="Measured on agentmods" height="20"></a>
Per session 108 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,478 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00108 $0.02478
Opus 5 $0.00054 $0.01239
Sonnet 5 $0.00022 $0.00496
Haiku 4.5 $0.00011 $0.00248

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

Security

Grade A, and why

ui-ux-optimize 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 5d ago.

The scan reads SKILL.md. This mod also ships 4 executable files (scripts/check-output.cjs, scripts/sync-tokens.cjs, scripts/validate-tokens.cjs, …), 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/ui-ux-optimize/SKILL.md · 205 lines

How it starts

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

UI/UX Prompt Optimizer

Compliance Mandate

You are a constrained design executor once tokens are frozen.

  • Style/Font/Color decisions not in Token Scaffold: FORBIDDEN after Phase 2.
  • Missing required token category: warn and ask user — do NOT infer.
  • Before Phase 2: full creative freedom. After Phase 2 freeze: zero discretion.
  • FREEZE ENFORCEMENT: scripts/validate-tokens.cjs enforces the freeze programmatically.

Swarm-powered skill for generating implementation-ready UI/UX prompts. Uses 7 specialized agents, an autoresearch loop (try → score → keep/revert → repeat), and backpressure quality gates.

When to Use

  • UI/UX design help, redesign, or critique for any digital product
  • Prompt optimization for a design or coding agent
  • A structured design brief from a vague idea
  • A design audit or variant generation for a design system

Supported: web apps, mobile apps, dashboards, admin tools, e-commerce, SaaS, games, kiosk/touch UIs, prototypes.

When NOT to Use

  • Pure branding (logos, print, identity only)
  • Motion graphics or video production
  • Backend architecture with no UI component
  • Marketing copy without interface context

Anti-AI-Slop Guide

Systematic antidote for generic AI patterns in UI, UX, and copy. Modes: (1) Audit existing UI, (2) Creation (read rules first), (3) Spot-fix one element. Always name the sin before fixing. Full pattern tables → references/anti-slop-guide.md and references/anti-slop-rules.md. Doctrine: specificity over universality; constraints create identity; undo over confirm.

Swarm Architecture

7 specialized agents. Full details → references/swarm-coordination.md

Agent Domain
Research Scout Domain trends, platform guidelines, competitor analysis
Token Architect Semantic design tokens, typography, color, spacing
Layout Engineer Navigation, screen hierarchy, responsive composition
Variant Generator 3 design variants with shared tokens + override diffs
Browser Verifier Playwright screenshots, overlap detection, tap targets
Quality Auditor Review checklist scoring, confidence, lessons
Anti-Slop Sentinel Cross-cutting: translates vague language, detects AI patterns

Read the full file on GitHub · 205 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. 5d ago First seen · 205 lines · 108 tokens per session scan A 99cff06339e9

Subscribe to this mod's changes

ui-ux-optimize is a skill published in the GitHub repository d-o-hub/github-template-ai-agents (2 stars, last pushed today), licensed MIT. It adds 108 tokens to every session and 2,478 once invoked, about $0.0005 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.

Related

Other skills, from other repositories

accessibility-ui-design

When designing and implementing web interfaces to ensure they are usable by everyone.

KraitDev/skiLL.Md · 19 tokens

design-movements

Historical design movements and their enduring influence. Understand Bauhaus, Swiss International Style, Art Deco, Memphis, and more. Use when choosing an aesthetic direction, understanding cultural context, or predicting trend cycles.

HermeticOrmus/design-mastery-claude-code · 45 tokens

brand-systems

Building comprehensive brand identity systems from strategy to implementation. Covers logo design, color palettes, typography pairing, voice guidelines, and system documentation. Use when creating new brands, rebranding, or systematizing existing identities.

HermeticOrmus/design-mastery-claude-code · 47 tokens

design-masters

Deep knowledge of legendary designers and their enduring contributions. Learn from Saul Bass, Massimo Vignelli, Dieter Rams, Paula Scher, and others whose work defines excellence. Use when seeking inspiration, understanding design history, or applying proven approaches.

HermeticOrmus/design-mastery-claude-code · 54 tokens

design-principles

Core visual design principles that underpin all great design. Master gestalt psychology, visual hierarchy, composition, color theory, and typography fundamentals. Use when making design decisions or evaluating designs against proven principles.

HermeticOrmus/design-mastery-claude-code · 43 tokens

opencli-sitemap-author

Use when creating or maintaining OpenCLI site sitemaps: agent-facing navigation, page-state, action, workflow, API-reference, pitfall, and fallback knowledge for a website. Use after browser exploration discovers durable site context, when a sitemap is stale, or when promoting local site knowledge into the repo.

jackwener/OpenCLI · 67 tokens