Skip to main content

designer

UI design validation. Compares a rendered screen against its reference by pixel diff, then reviews the result for spacing, hierarchy and design-system consistency.

Version0.5.1
Marketplacemagus
Commands3
Subagents2
Skills5
MCP serverno
Hooksno

Install

claudeup

Find designer on the Plugins tab and turn it on. claudeup registers the magus marketplace if you do not have it, and installs what the plugin needs to actually run — binaries, MCP servers, CLI tools.

For a team, press s to save your plugins as a profile and commit it. Everyone else runs claudeup install — see Teams and profiles.

Prefer to do it by hand? Installing Magus has the manual path.

When to reach for it

  • Use when designer agents need browser screenshot capture and claude-in-chrome is unavailable — browser-use-integration
  • Use when reviewing UI against an established design system — design-references
  • Use when creating, validating, or parsing project design styles — ui-style-format

Commands

CommandWhat it does
/designer:create-style|
/designer:reviewCompare a reference design against an implementation. Accepts Figma URL, image file, or browser URL as reference.
/designer:uiUI design review from a screenshot or Figma file, covering usability and accessibility

Subagents

Dispatched with the Agent tool, each in its own context window.

AgentWhat it does
designer:design-review|
designer:uiReviews a screen for usability, WCAG accessibility and design-system consistency, reading the screenshot directly.

Skills

How you get it
Claude can reach for it on its own
You invoke it by name

Why a skill lands in one row or another

SkillWhat it covers
designer:browser-use-integrationDetects the browser-use@magus plugin and captures screenshots of URL-based references. Use when designer agents need browser screenshot capture and claude-in-chrome is unavailable.
designer:design-referencesProvides design system references — Material 3, Apple HIG, Tailwind UI, Ant Design, Shadcn/ui. Use when reviewing UI against an established design system.
designer:ui-analyseReviews a UI screenshot — usability, WCAG, design-system consistency, design-vs-implementation diff. Prompting patterns, depth tiers and severity guidelines. Analysis only;
designer:ui-style-formatSpecifies the UI design style file format and schema for .claude/design-style.md and .claude/design-references/. Use when creating, validating, or parsing project design styles.
designer:compareProvides the compare.ts CLI invocation pattern, semantic comparison prompt template, severity thresholds, and model selection guide for UI design comparison.

Source

plugins/designer/ on GitHub, including its full README.