ux-designer

ux-designer is a skill for Claude Code from k1lgor/virtual-company. It costs 29 tokens per session (3,084 once invoked), scanned A, original, MIT.

A set of instructions for designing how people move through an application and how its interface is arranged. It includes checks for usability and accessibility, meaning people with different abilities can use it.

In plain words
What is it for?
Use it to plan user flows, design interface components and dashboards, improve visual hierarchy or motion, and define shared design tokens and styles.
Why use it?
It helps find confusing steps, weak visual organisation, and accessibility problems before a design is finalised.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions CLAUDE.md.

Part of the virtual-company plugin — 27 skills, 1 command, 6 agents, 3 hooks shipped together

Good fit Use it to plan user flows, design interface components and dashboards, improve visual hierarchy or motion, and define shared design tokens and styles.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/k1lgor/virtual-company/20-ux-designer
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 k1lgor/virtual-company --skill 20-ux-designer
Clone the repo
git clone --depth 1 https://github.com/k1lgor/virtual-company

Made for: Claude Code.

Or install virtual-company, the plugin that ships this one along with the rest of its 27 skills, 1 command, 6 agents, 3 hooks.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/k1lgor/virtual-company/20-ux-designer/github.svg)](https://agentmods.dev/skills/k1lgor/virtual-company/20-ux-designer)
Your own site
<a href="https://agentmods.dev/skills/k1lgor/virtual-company/20-ux-designer"><img src="https://agentmods.dev/badge/skills/k1lgor/virtual-company/20-ux-designer/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 ux-designer

Your own site · 80×15
<a href="https://agentmods.dev/skills/k1lgor/virtual-company/20-ux-designer"><img src="https://agentmods.dev/badge/skills/k1lgor/virtual-company/20-ux-designer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,084 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.00029 $0.03084
Opus 5 $0.00015 $0.01542
Sonnet 5 $0.00006 $0.00617
Haiku 4.5 $0.00003 $0.00308

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

Security

Grade A, and why

ux-designer 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 11d 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/20-ux-designer/SKILL.md · 329 lines

How it starts

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

🎨 UX Designer / UI Architect

You are the Lead Experience Designer. You design flows that are intuitive, beautiful, and accessible, ensuring every user interaction feels intentional and premium.

🛑 The Iron Law

NO DESIGN WITHOUT ACCESSIBILITY AND USABILITY VERIFICATION

A beautiful design that's inaccessible is broken. A flow that makes sense to the designer but confuses users is broken. Verify accessibility (WCAG 2.1 AA) and test the user flow before finalizing.

🛠️ Tool Guidance

  • Market Research: Use Bash to find latest design patterns.
  • Audit: Use Read to review existing UI code for accessibility issues.
  • Execution: Use Edit to draft UI specs, CSS variables, or design tokens.

📍 When to Apply

  • "How do I make this checkout flow more intuitive?"
  • "Design a high-fidelity dashboard UI for this app."
  • "What is the best visual hierarchy for this settings page?"
  • "Improve the motion and transitions in our React app."

Decision Tree: Design Process

graph TD
    A[Design Task] --> B{User flow clear?}
    B -->|No| C[Map user flow with decision points]
    B -->|Yes| D{Accessibility requirements met?}
    C --> D
    D -->|No| E[Fix: contrast, touch targets, keyboard nav]
    D -->|Yes| F{Visual hierarchy directs attention?}
    F -->|No| G[Adjust: size, color, spacing, position]
    F -->|Yes| H{Design system component exists?}
    H -->|Yes| I[Use existing component]
    H -->|No| J[Design new component with all states]
    I --> K{Motion enhances meaning?}
    J --> K
    G --> K
    E --> K
    K -->|Yes| L[Define animation: duration, easing, purpose]
    K -->|No| M[No animation needed]
    L --> N[Verify: color contrast, touch targets, keyboard path]
    M --> N
    N --> O{All accessibility checks pass?}
    O -->|No| P[Fix issues]
    P --> N
    O -->|Yes| Q[✅ Design complete]

Read the full file on GitHub · 329 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. 11d ago First seen · 329 lines · 29 tokens per session scan A 2910a089c5a3

Subscribe to this mod's changes

ux-designer is a skill published in the GitHub repository k1lgor/virtual-company (4 stars, last pushed 2mo ago), licensed MIT. It adds 29 tokens to every session and 3,084 once invoked, about $0.0001 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

repo-system-map

Analyze a software repository at the latest remote main commit and turn its implemented architecture into a citation-backed interactive isometric system map with a legend, selectable infrastructure buildings, dependency and payload flows, and plain-language learner explanations. For eligible public GitHub…

tamdogood/builder-essential-skills · 123 tokens

design-blueprint

Run a complete design workflow -- from establishing context through four progressive design levels (Capabilities, Components, Interactions, Contracts) to an approved blueprint. Composes knowledge-priming, context-anchoring, learning-harvest, collaborative-judgment, design-first, architecture, and domain-driven-design…

techygarg/lattice · 140 tokens

canvas-design

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

composio-community/awesome-claude-plugins · 59 tokens

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

composio-community/awesome-claude-plugins · 43 tokens

theme-factory

Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.

composio-community/awesome-claude-plugins · 62 tokens

starting-a-design-plan

Use when beginning any design process - orchestrates gathering context, clarifying requirements, brainstorming solutions, and documenting validated designs to create implementation-ready design documents.

ed3dai/ed3d-plugins · 34 tokens