| name | ux-ascii-visualizer |
| description | [UI/UX] Visualizes UI screen structures and components as ASCII art. Represents wireframes, layouts, and UI components as text-based diagrams. Use when requesting 'ASCII wireframe', 'screen structure visualization', or 'UI layout drawing'. |
UX ASCII Visualizer
A skill that visualizes UI screen structures and components as ASCII art.
When to Use
- Visualizing screen layouts as text
- Quick wireframe sketching
- Documenting UI component structures
- Creating visual materials for design reviews
Box Drawing Character Set
Basic Box (Single Line)
โโโโโฌโโโโ โญโโโโโโโโฎ
โ โ โ โ round โ
โโโโโผโโโโค โฐโโโโโโโโฏ
โ โ โ
โโโโโดโโโโ
Emphasis Box (Double Line)
โโโโโฆโโโโ
โ โ โ
โ โโโโฌโโโโฃ
โ โ โ
โโโโโฉโโโโ
UI Component Symbols
Buttons
[Primary Button] โ Primary button
[[Strong Action]] โ Emphasized button
( Cancel ) โ Cancel/secondary button
[+] [โ] [ร] [โป] โ Icon buttons
Selection Controls
(โ) Selected โ Radio (selected)
(โ) Unselected โ Radio (unselected)
[โ] Checked โ Checkbox (selected)
[ ] Unchecked โ Checkbox (unselected)
List & Tree
โถ Collapsed Item โ Collapsed item
โผ Expanded Item โ Expanded item
โโ Child 1
โโ Child 2
โโ Child 3
Layout Patterns
3-Column Layout (Archon Style)
โโโโโโโโโโโโฌโโโโโโโโโโโโโโโโโฌโโโโโโโโโโโโโโโโโโโ
โ Sidebar โ List Panel โ Detail Panel โ
โ โ โ โ
โ โผ Group1 โ โโโโโโโโโโโโโโ โ โโโโโโโโโโโโโโโโ โ
โ Item1 โ โ List Item 1โ โ โ Content โ โ
โ Item2 โ โโโโโโโโโโโโโโค โ โโโโโโโโโโโโโโโโ โ
โ โ โ List Item 2โ โ โ
โ โผ Group2 โ โโโโโโโโโโโโโโ โ [Save] [Cancel] โ
โโโโโโโโโโโโดโโโโโโโโโโโโโโโโโดโโโโโโโโโโโโโโโโโโโ
Constraints
- Width should not exceed 80 characters (terminal compatibility)
- Consider CJK characters occupy 2 spaces for alignment
- Split complex screens into multiple diagrams