21st-dev/skill

21st-ui-explore

Explore and compare multiple meaningfully different UI directions grounded in the current project's design system and 21st inspiration. Use when the user wants options, variants, concepts, a redesign direction, visual experimentation, or is unsure how a new interface should look. Trigger for requests such as "show me three directions", "explore alternatives", "what could this page look like", or "generate variants". Do not use for a straightforward implementation with an already-selected direct…

Trending #6009

Installation

$ npx skills add 21st-dev/skill --skill 21st-ui-explore

Summary

  • Explore and compare multiple meaningfully different UI directions grounded in the current project's design system and 21st inspiration.
  • Use when the user wants options, variants, concepts, a redesign direction, visual experimentation, or is unsure how a new interface should look.
  • Trigger for requests such as "show me three directions", "explore alternatives", "what could this page look like", or "generate variants".
  • Do not use for a straightforward implementation with an already-selected direction.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from 21st-dev/skill.

npx skills add 21st-dev/skill

Browse all from 21st-dev/skill

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 4
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,218 B
  • docs SUMMARY.md 2,147 B

History

  1. First recorded snapshot · 237 installs

SKILL.md

Explore grounded UI directions

Create real choices without abandoning the project's visual identity.

Workflow

  1. Read .21st/design.json and the relevant product UI. If context is missing,

run 21st init --design-context.

  1. Search 21st for multiple relevant references before generating:

``bash 21st search "<interface and product context>" --context auto ``

  1. Define three named directions. Each direction must differ on at least two

meaningful axes such as hierarchy, information density, navigation model, content emphasis, interaction pattern, or composition. Color-only variants do not count.

  1. Keep shared constraints fixed: real stack, tokens, brand assets, required

content, accessibility, and responsive behavior.

  1. Generate or implement comparable previews. Prefer:

``bash 21st generate "<goal plus fixed constraints>" --context auto --variants 3 ``

  1. Present the options together when the host supports a picker. Otherwise give

each option a preview/deep link and a compact comparison.

  1. Recommend one direction with concrete tradeoffs, but let the user choose.
  2. After selection, remove abandoned local variants and record the decision in

.21st/design.json.

Direction contract

For every direction provide:

  • a short, descriptive name;
  • the core idea and intended user effect;
  • the 21st/project references used;
  • what stays consistent with the project;
  • two or more meaningful differences;
  • accessibility or responsive risks;
  • the best-fit scenario.

Do not generate random style mutations. Every difference must support a product or usability hypothesis that a user can evaluate.