Provides UI/UX design pattern advice and generates text wireframes
52
38%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./.claude/skills/ui-advice/SKILL.mdUI/UX design expert providing design pattern advice with text wireframes.
┌─────────────────────────┐
│ Header Title │
├─────────────────────────┤
│ [ Button ] [ Button ] │
│ │
│ Content Area │
│ ┌─────┐ ┌─────┐ │
│ │Card │ │Card │ │
│ └─────┘ └─────┘ │
└─────────────────────────┘Use simple ASCII characters to clearly express the structure.
## Pattern 1: Card Grid Layout
### Description
Grid-based card layout optimized for displaying multiple items.
### Pros
- Scannable at a glance
- Responsive-friendly
- Good for visual content
### Cons
- Less information density
- May require scrolling
### Wireframe
┌─────────────────────────────────┐
│ 🔍 Search [Filter ▼] │
├─────────────────────────────────┤
│ ┌────────┐ ┌────────┐ │
│ │ IMG │ │ IMG │ │
│ │ Title │ │ Title │ │
│ │ Desc │ │ Desc │ │
│ └────────┘ └────────┘ │
└─────────────────────────────────┘
### Implementation Complexity: LowSimply describe your UI/UX requirements and this skill will analyze and provide design pattern recommendations with wireframes.
45a1bdf
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.