ux-ascii-visualizer
2
总安装量
2
周安装量
#71720
全站排名
安装命令
npx skills add https://github.com/cantagestudio/cosmicatlaspacker --skill ux-ascii-visualizer
Agent 安装分布
amp
2
gemini-cli
2
github-copilot
2
codex
2
kimi-cli
2
cursor
2
Skill 文档
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