Skills-Agent: Skill for Claude Code

.agents/skills/ui-ux-pro-max/SKILL.md

ui-ux-pro-max is a skill for Claude Code, Codex from VoTruongDanh/Skills-Agent. It costs 64 tokens per session (1,019 once invoked), scanned A, original, MIT.

A guide for improving user interfaces and user experiences, including layout, visual design, wording, interactions, accessibility, and responsive behavior. It expects the screen, problem, and existing design rules to be identified before changes are made.

In plain words
What is it for?
Use it to improve pages, components, layouts, responsive behavior, accessibility, interaction design, or interface copy.
Why use it?
It helps turn vague design changes into practical improvements that are easier to use across screen sizes and access needs. It also keeps changes consistent with an existing design system when one is available.

Skill for Claude CodeCodex

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

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

Reuse

Borrowing it

Nothing to install: this file belongs to VoTruongDanh/Skills-Agent. 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/VoTruongDanh/Skills-Agent/main/.agents/skills/ui-ux-pro-max/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/VoTruongDanh/Skills-Agent

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-pro-max

README.md
[![agentmods](https://agentmods.dev/badge/skills/votruongdanh/skills-agent/ui-ux-pro-max/github.svg)](https://agentmods.dev/skills/votruongdanh/skills-agent/ui-ux-pro-max)
Your own site
<a href="https://agentmods.dev/skills/votruongdanh/skills-agent/ui-ux-pro-max"><img src="https://agentmods.dev/badge/skills/votruongdanh/skills-agent/ui-ux-pro-max/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-ux-pro-max

Your own site · 80×15
<a href="https://agentmods.dev/skills/votruongdanh/skills-agent/ui-ux-pro-max"><img src="https://agentmods.dev/badge/skills/votruongdanh/skills-agent/ui-ux-pro-max.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,019 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 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.00064 $0.01019
Opus 5 $0.00032 $0.00509
Sonnet 5 $0.00013 $0.00204
Haiku 4.5 $0.00006 $0.00102

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

Security

Grade A, and why

ui-ux-pro-max 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 6d 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.

.agents/skills/ui-ux-pro-max/SKILL.md · 78 lines

How it starts

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

Memory Protocol

START: Read .ai-memory.md from project root. Check design system, brand guidelines, component library, past UI decisions, accessibility notes, and responsive design patterns. END: Update .ai-memory.md using Memory Compaction Rules with: UI/UX changes, patterns used, a11y improvements, and brand consistency notes.

Goal

Upgrade the product experience with clear, practical UI/UX improvements.

Agent Routing

  • Primary → read .kiro/skills/agents/agents/frontend-specialist.md and apply its knowledge
  • For performance of UI (load time, animations) → read .kiro/skills/agents/agents/performance-optimizer.md and apply its knowledge
  • For accessibility compliance → apply WCAG knowledge from frontend-specialist
  • For mobile responsiveness → apply mobile patterns from frontend-specialist

Socratic Gate

Before improving UI/UX, verify:

  1. What screen, flow, or component is being improved?
  2. What is the current pain point? (visual, usability, accessibility, performance?)
  3. Are there existing design guidelines or component library? If any answer is unclear, ASK before proceeding.

Workflow

  1. Read Memory — Load .ai-memory.md for design history and UI patterns.
  2. Identify the screen, flow, or component being improved.
  3. Evaluate hierarchy, spacing, clarity, accessibility, states, feedback, and conversion friction.
  4. Recommend concrete improvements with rationale.
  5. When asked to implement, favor polished but maintainable UI.
  6. Quality Gate — Read .kiro/skills/_scripts/checklist.md and verify all states and accessibility.
  7. Update Memory — Save UI/UX decisions and patterns to .ai-memory.md.

Output format

  • UX issues found
  • Visual issues found
  • Recommended changes (prioritized)
  • Accessibility notes (WCAG compliance)
  • Implementation priorities
  • Component states covered (empty, loading, error, success)

Checklist

  • Target screen/component identified
  • Hierarchy and spacing evaluated
  • Accessibility checked (WCAG)
  • All states covered (empty, loading, error, success)
  • Mobile responsiveness considered
  • Performance impact assessed
  • Brand consistency maintained
  • Memory file updated

Read the full file on GitHub · 78 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. 6d ago Changed · +8 lines b80bf0f5c82f
  2. 11d ago First seen · 70 lines · 64 tokens per session scan A be3129d4df5d

Subscribe to this mod's changes

ui-ux-pro-max is a skill published in the GitHub repository VoTruongDanh/Skills-Agent (2 stars, last pushed 7d ago), licensed MIT. It adds 64 tokens to every session and 1,019 once invoked, about $0.0003 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

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

html-ppt-taste-brutalist

16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).

nexu-io/open-design · 78 tokens

visual-ralph

Visual Ralph orchestration for frontend UI from generated references, static references, or live URL targets, using $ultragoal with built-in visual verdict and pixel-diff evidence until the implementation matches and leaves a reproducible design system.

Yeachan-Heo/oh-my-codex · 52 tokens

accessibility

Consolidated accessibility skill entrypoint for WCAG 2.2, ARIA Authoring Practices, cognitive accessibility, Section 508, EN 301 549, design intent verification, and the Accessibility Planner workflow.

microsoft/hve-core · 47 tokens

make-resume

A Chinese-language tool for creating editable HTML resumes that can be changed in a browser and printed to PDF. It uses available resume templates when they are installed and otherwise provides a simpler fallback.

Hisn00w/ASu-skills · 86 tokens