Skip to content
Development
Command

/ux-compare

Compare UX patterns across pattern libraries produced by ux-extract

From plugin
jezweb-skills
95957 skills57 commands
Install
$ npx -y skills add jezweb/claude-skills --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/ux-compare

Context preview

What this command does when you run it.

Compare UX patterns across pattern libraries produced by ux-extract

Command definition

ux-compare.md
description: Compare UX patterns across pattern libraries produced by ux-extract
argument-hint: "[topic or 'whole library'] [optional: 'across [app-1], [app-2], [app-3]']"
allowed-tools: "*"

Load the `ux-compare` skill and run the comparison.

$ARGUMENTS should identify the scope (what to compare) and optionally the libraries to include:

  • `/ux-compare empty states` — across every available library
  • `/ux-compare keyboard shortcuts across claude.ai, linear, superhuman` — specific subset
  • `/ux-compare destructive actions` — across every available library
  • `/ux-compare whole library across claude.ai and linear` — wide scope, two apps

If fewer than 2 pattern libraries exist under `docs/ux-extracts/` or `.jez/artifacts/ux-extracts/`, the skill will stop and suggest running `ux-extract` first. Comparison with one library is just the library.

Output goes to `docs/ux-comparisons/<topic>-YYYY-MM-DD.md` (or `.jez/artifacts/ux-comparisons/` if that path exists).

Ships withjezweb-skills

Production workflow skills for Claude Code. Each skill guides Claude through a recipe to produce tangible output — scaffolded projects, generated assets, professional documents, deployed services. Ten plugins of practical, production-oriented skills.

Get the whole plugin, auto-invoked
Stats
959
Stars
0
Views
99
Forks
Maintained
Maintenance
Python
Language
MIT
License
1mo ago
Last commit
9mo ago
Created

Repo: jezweb/claude-skills