Provides UI/UX design pattern advice and generates text wireframes
Install with Tessl CLI
npx tessl i github:sc30gsw/claude-code-customes --skill ui-advice52
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillValidation for skill structure
UI/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.