ux-information-architecture

📁 cantagestudio/cosmicatlaspacker 📅 1 day ago
2
总安装量
2
周安装量
#65803
全站排名
安装命令
npx skills add https://github.com/cantagestudio/cosmicatlaspacker --skill ux-information-architecture

Agent 安装分布

amp 2
gemini-cli 2
github-copilot 2
codex 2
kimi-cli 2
cursor 2

Skill 文档

UX Information Architecture

A skill that designs Information Architecture (IA) as ASCII diagrams.

When to Use

  • Designing overall screen hierarchy for apps/web
  • Defining navigation structures
  • Content classification and grouping
  • Creating sitemaps

IA Diagram Symbols

Hierarchy Nodes

[Root]              ← Top level (app/site)
 ├─[Section]        ← Section (category)
 │  ├─[Page]        ← Page
 │  │  └─[SubPage]  ← Sub page
 │  └─[Page]
 └─[Section]

Node Types

[Page Name]         ← Regular page
[[Core Page]]       ← Core page (emphasis)
(Modal/Overlay)     ← Modal/Overlay
{Dynamic Content}   ← Dynamic content
<External Link>     ← External link
[Page*]             ← Auth required

IA Structure Patterns

Hierarchical Tree

[Application]
 │
 ├─[Dashboard]
 │  ├─[Overview]
 │  └─[Statistics]
 │
 ├─[Projects]
 │  ├─[Project List]
 │  │  └─{Project Item}
 │  └─(New Project Modal)
 │
 └─[Settings]*
    ├─[Profile]
    └─[Security]

IA Design Principles

  • 3-click rule: Major content reachable within 3 levels
  • Menu items: 7±2 recommended
  • Hierarchy depth: 4 levels or less recommended