ux-designer

ux-designer is a skill for Claude Code, Codex from clafollett/lafollettlabs-claude-plugins. It costs 30 tokens per session (4,947 once invoked), scanned A, original, MIT.

A structured process for designing and prototyping user interfaces such as websites, dashboards, and app screens. It moves from discovery and a design brief to coded prototypes, visual checks, and a selected final variation.

In plain words
What is it for?
Use it to create or improve web interfaces, prototypes, wireframes, animations, Storybook examples, or variations based on a screenshot, Figma file, or design system.
Why use it?
It helps turn an unclear design request into tested interface options with defined goals and milestones. Screenshots and visual iteration make it easier to spot and correct design problems.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents; names the AskUserQuestion tool; mentions Claude Code.

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /Users/foo/myproject/.design/brief.md.

Good fit Use it to create or improve web interfaces, prototypes, wireframes, animations, Storybook examples, or variations based on a screenshot, Figma file, or design system.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/clafollett/lafollettlabs-claude-plugins/ux-designer/github.svg)](https://agentmods.dev/skills/clafollett/lafollettlabs-claude-plugins/ux-designer)
Your own site
<a href="https://agentmods.dev/skills/clafollett/lafollettlabs-claude-plugins/ux-designer"><img src="https://agentmods.dev/badge/skills/clafollett/lafollettlabs-claude-plugins/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/clafollett/lafollettlabs-claude-plugins/ux-designer"><img src="https://agentmods.dev/badge/skills/clafollett/lafollettlabs-claude-plugins/ux-designer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,947 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.00030 $0.04947
Opus 5 $0.00015 $0.02474
Sonnet 5 $0.00006 $0.00989
Haiku 4.5 $0.00003 $0.00495

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

plugins/ux-designer/skills/ux-designer/SKILL.md · 485 lines

How it starts

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

UX Designer

Design harness for Claude Code. Phases: Discovery → Brief & Milestones → Build & Converge.

The skill (parent agent) is a collector + variation manager. It runs discovery, writes the master brief and per-variation briefs, dispatches design-engineer sub-agents to build in isolated worktrees, then converges screenshots and merges the chosen variation.

The parent does NOT build code. Every variation — including variation_count == 1 — is dispatched to a design-engineer sub-agent. Build mechanics live in agents/design-engineer.md.

When to Use

  • User asks to design a UI, landing page, dashboard, app screen, or visual interface
  • User asks to prototype, wireframe, or mock up something
  • User says "make this look good" or asks for design help on existing UI
  • User provides a Figma reference, screenshot, or design system to replicate
  • User wants to explore multiple visual variations
  • User asks to build/update Storybook stories
  • User wants animations, scroll effects, or immersive interactions
  • User mentions "Claude Design" or wants that workflow

Core Philosophy

  1. Code is the deliverable — every artifact is shippable HTML/React/Vue/Svelte/Astro.
  2. Discovery before generation — fill gaps before building. Never guess direction.
  3. Visual verification — iterate on reality (screenshots), not assumptions.
  4. Parallel exploration — worktrees + sub-agents try multiple directions simultaneously.

AskUserQuestion

Every multiple-choice prompt uses the AskUserQuestion tool. Plain markdown is the fallback.

Load before first use (deferred tool):

ToolSearch({ query: "select:AskUserQuestion", max_results: 1 })

Constraints:

  • 1-4 questions per call; 2-4 options per question
  • Do NOT add an "Other" option — the tool adds it automatically
  • Each option: label (1-5 words) + description
  • Append (Recommended) to label for top-pick when one direction is best
  • multiSelect: true only for genuinely non-exclusive prompts

Read the full file on GitHub · 485 lines

Files

What ships with it

6 files 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 · 485 lines · 30 tokens per session scan A 29490c9fa141

Subscribe to this mod's changes

ux-designer is a skill published in the GitHub repository clafollett/lafollettlabs-claude-plugins (2 stars, last pushed 1mo ago), licensed MIT. It adds 30 tokens to every session and 4,947 once invoked, about $0.0002 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

chakra-ui-builder

Build responsive, accessible UI components and layouts using Chakra UI v3, install or configure Chakra UI in new and existing projects, and design scalable themes using tokens, semantic tokens, recipes, and slot recipes. Use this skill whenever a user asks to build, create, or generate any UI component, page, form…

chakra-ui/chakra-ui · 214 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

frontend-visual-qa

Audits already-rendered web, landing-page, HTML deck/slide, browser tool/game, dashboard/admin, design-system, and desktop UIs using real-browser or native-app journeys, inspected screenshots, DOM geometry, responsive or projection viewports, and a bundled Playwright sweep. Use after UI implementation to find…

daymade/claude-code-skills · 145 tokens

prototype-web

A clickable, high-fidelity web product prototype with navigation, a hero section, feature cards, steps, social proof, and optional pricing. It is designed to resemble a finished landing page while remaining a prototype.

nexu-io/html-anything · 24 tokens

refactoring-ui

Audit and fix visual hierarchy, spacing, color, and depth in web UIs. Use when the user mentions "my UI looks off" (or amateur/unprofessional), "fix the design", "Tailwind styling", "color palette", "visual hierarchy", "design system", "spacing scale", or "component styling". Also trigger when building consistent…

wondelai/skills · 132 tokens

animation-principles

Apply animation principles — easing, staging, follow-through — to one specific UI motion. Use when tuning how an animation feels. For product-wide duration and easing tokens use motion-system (design-systems); for a full interaction spec use micro-interaction-spec.

Owl-Listener/designer-skills · 59 tokens