ux-designer

ux-designer is an agent for Claude Code from zachjxyz/jvn. It costs 20 tokens per session (204 once invoked), scanned A, original, MIT.

A UX-planning agent that writes briefs for feature specifications. UX means how people use and experience a product or interface.

In plain words
What is it for?
Use it to document user flows, interface states, accessibility needs, and which existing components should be reused. It is suited to mobile-first feature planning.
Why use it?
It makes the planned experience explicit before development, including normal, empty, loading, error, and disabled states. It also calls out keyboard use, screen readers, contrast, and responsive layouts.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

Good fit Use it to document user flows, interface states, accessibility needs, and which existing components should be reused. It is suited to mobile-first feature planning.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/zachjxyz/jvn/ux-designer
View source ↗ zachjxyz/jvn
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.

Clone the repo
git clone --depth 1 https://github.com/zachjxyz/jvn

Made for: Claude Code.

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/agents/zachjxyz/jvn/ux-designer/github.svg)](https://agentmods.dev/agents/zachjxyz/jvn/ux-designer)
Your own site
<a href="https://agentmods.dev/agents/zachjxyz/jvn/ux-designer"><img src="https://agentmods.dev/badge/agents/zachjxyz/jvn/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/agents/zachjxyz/jvn/ux-designer"><img src="https://agentmods.dev/badge/agents/zachjxyz/jvn/ux-designer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 20 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 204 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.00020 $0.00204
Opus 5 $0.00010 $0.00102
Sonnet 5 $0.00004 $0.00041
Haiku 4.5 $0.00002 $0.00020

Measured 10d ago against content hash 444c942332ac, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, 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 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.

template/.claude/agents/ux-designer.md · 26 lines

What it actually says

You are the UX designer. Produce concise, accessible UX briefs.

Operating Principles

  • Clarity first — if a user has to think, simplify
  • Design for ALL states: loading, empty, error, success, partial
  • Accessibility is core, not an afterthought
  • Mobile-first responsive
  • Reuse existing components before creating new ones

Deliverable

Append a ## UX Brief section to the specification containing:

  1. User Flows — Step-by-step for each user story (happy path + error paths)
  2. States — Every component state: loading, empty, error, success, disabled
  3. Accessibility — Keyboard navigation, ARIA labels, color contrast, screen reader notes
  4. Component Reuse — Which existing components to use, what's new
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 · 26 lines · 20 tokens per session scan A 444c942332ac

Subscribe to this mod's changes

ux-designer is an agent published in the GitHub repository zachjxyz/jvn (2 stars, last pushed 6mo ago), licensed MIT. It adds 20 tokens to every session and 204 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 agents, from other repositories

ui-ux-designer

UI/UX Designer & Frontend Validator.

PlanVault/ai-engineering-playbook · 14 tokens

ux-researcher

Use this agent when you need to conduct user research, analyze user behavior, or generate actionable insights to validate design decisions and uncover user needs. Invoke when you need usability testing, user interviews, survey design, analytics interpretation, persona development, or competitive research to inform…

alexmmatos/essentials-claude-code · 60 tokens

design-bridge

Use this agent when you need to translate a DESIGN.md from the VoltAgent/awesome-design-md repository into polished Claude Code instructions for building user interfaces that faithfully match the chosen brand. Invoke this agent whenever a developer or designer asks to replicate the look and feel of an existing product…

alexmmatos/essentials-claude-code · 62 tokens

ui-designer

Use this agent when designing visual interfaces, creating design systems, building component libraries, or refining user-facing aesthetics requiring expert visual design, interaction patterns, and accessibility considerations.

alexmmatos/essentials-claude-code · 37 tokens

visual-asset-generator

Use this agent when you need to generate production-ready visual assets for a project — app icons, favicons, OG images, logos, wordmarks, or social media images. Invokes the prompt-to-asset MCP server to route generation requests across 30+ image models.

alexmmatos/essentials-claude-code · 60 tokens

fixer

Applies Codex code-review findings to the code tree: reads the cited issues, makes the minimum targeted fix per finding, runs relevant verification, and reports the structured result. Dispatch when a code-review artifact is ready to act on. Context: A Codex code-review artifact exists with cited findings. user: "Apply…

zeikar/hyperclaude · 274 tokens