From uix
Recommends the right UI pattern from Tidwell's "Designing Interfaces" catalog for a given interaction problem — navigation, layout, lists/data, forms, controls, mobile. Auto-activates on "what pattern should I use for X", "how do I let users [do Y]", "what's the best way to show [Z]", or /uix:choose-pattern. Returns primary pattern, 1-2 alternatives, and why each fits or doesn't.
How this skill is triggered — by the user, by Claude, or both
Slash command
/uix:choose-patternThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Advise on Tidwell-pattern selection. Auto-activates on pattern-selection questions or via `/uix:choose-pattern`.
Advise on Tidwell-pattern selection. Auto-activates on pattern-selection questions or via /uix:choose-pattern.
"what pattern should I use for [X]" · "how do I let users [do Y]" · "what's the best way to show [Z]" · "should I use a modal / tabs / accordion / wizard / dropdown / carousel for this" · "pattern for [navigation / filtering / comparing / multi-step task / large list]".
Clarify the interaction problem in one sentence. Focus on the user's goal, not the UI element. "User needs to compare 5 items side by side" is better than "I need a table."
Identify the category from ${CLAUDE_PLUGIN_ROOT}/references/UI_MASTER_GUIDE.md Part X:
Recommend one primary pattern + up to two alternatives. Format:
## Pattern recommendation — <problem>
### Primary: <PatternName>
**What it is:** one-line definition.
**Why it fits:** maps to the user behavior at stake (safe exploration / satisficing / incremental construction / etc.).
**When it wins:** specific conditions under which this beats alternatives.
### Alternatives
- **<AlternativePattern>** — fits when [X]; weaker here because [Y].
- **<AlternativePattern>** — fits when [X]; weaker here because [Y].
### Anti-patterns (avoid)
- <AntiPattern> — why it fails.
### Implementation notes
- 2-4 bullets: states, accessibility, mobile adaptation, known pitfalls.
### Next step
If you want a full component spec, use `design-component` with this pattern.
Always name the user behavior the pattern serves (Tidwell's palette — see master guide Part III).
If the user's problem doesn't map cleanly to a single Tidwell pattern, propose a composite: e.g., "Two-Panel Selector + Cards + Dynamic Queries" and justify each.
If the user is asking about a pattern they already chose (e.g., "should I use a modal?"), evaluate their choice honestly. Often the right answer is "no, use X instead because Y."
[DMMT].[RUI][DI].[DI].Full pattern catalog in ${CLAUDE_PLUGIN_ROOT}/references/UI_MASTER_GUIDE.md Part X. User-behavior palette in Part III.
Provides a checklist for code reviews covering functionality, security, performance, maintainability, tests, and quality. Use for pull requests, audits, team standards, and developer training.
npx claudepluginhub dinoquinten/claude-plugins --plugin uix