Jmoui
Description
Claude Code skill: live UI variant picker with keyboard shortcuts
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
jmoui
A Claude Code skill for live UI variant exploration.
Generate N visual variants of a component, toggle between them on your running dev server via a floating picker (with keyboard shortcuts), pick a winner, and apply it — losing variants and all scaffolding are cleaned up automatically.
Install
Requires the [`skills`](https://github.com/vercel-labs/skills) CLI (bundled with npx, no install needed):
npx skills add 23jmo/jmoui -a claude-code
Then in Claude Code, run `/reload-plugins` (or restart the session) and `/jmoui` will be available.
Use
When you're making a UI design decision and want to see a few options live in the app before committing, just ask Claude. Phrases that trigger `/jmoui`:
- "show me 3 variants of the form row"
- "I can't decide between layouts for the hero"
- "try some options for the picker button"
Or invoke directly: `/jmoui`.
What happens
- Claude asks a few clarifying questions (target element, design direction, variant count).
- Copies the component to N sibling files (
Component.variant-a.jsx,.variant-b.jsx, …) with distinct visual directions. - Scaffolds a dev-only picker component at the app root — a floating pill fixed to the bottom center of the viewport, with
⌥←/→to cycle and⌥1/⌥2/⌥3to jump. - The original file becomes a thin dispatcher that renders the selected variant from context.
- You toggle between variants in the browser, pick a winner (or combine parts of multiple).
- Claude applies the winning variant, deletes the losers, and removes all picker scaffolding.
Requirements
- Claude Code
- A client-rendered React SPA with a dev server (Vite recommended — the dev-only gate uses
import.meta.env.DEV) - Other frameworks work but the skill's scaffolding examples are React-first — adapt to your stack
Why
Design decisions are easier to make when you can see and interact with the alternatives, not just imagine them from code. This skill t
Related Skills
Algorithmic Art
Create generative art using p5.js with seeded randomness, flow fields, and particle systems
Design Brand Guidelines
Apply Anthropic's official brand colors and typography to artifacts
Design Canvas Design
Create beautiful visual art in PNG and PDF documents using design philosophy
Design Frontend Design
Create distinctive, production-grade frontend interfaces with high design quality
Design Slack Gif Creator
Create animated GIFs optimized for Slack's size constraints
Design Theme Factory
Style artifacts with professional themes including 10 pre-set color/font combinations
Design Related Agents
Codemod Runner
Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css
Designguru
Expert Design Guidance & Analysis Specialist who provides professional UI/UX insights, design system guidance,
Html Css
| Web standards for semantic markup, maintainable styling, and accessibility. | - | [wshobson/agents](https://