ux-ascii-visualizer

A skill that visualizes UI screen structures and components as ASCII art.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "ux-ascii-visualizer" with this command: npx skills add cantagestudio/cosmicatlaspacker/cantagestudio-cosmicatlaspacker-ux-ascii-visualizer

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

refactor-dedupe-and-cleanup

No summary provided by upstream source.

Repository SourceNeeds Review
General

aesthetic-pattern-miner

No summary provided by upstream source.

Repository SourceNeeds Review
General

brand-guidelines-enforcer

No summary provided by upstream source.

Repository SourceNeeds Review
General

ux-information-architecture

No summary provided by upstream source.

Repository SourceNeeds Review