Install
$ agentstack add skill-phazurlabs-sumi-navigation-pattern-encyclopedia ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Navigation Pattern Encyclopedia — Every Nav Pattern
Mental model
Navigation answers three questions, in this order: where am I, where can I go, and how do I get back. A pattern that answers only the second is a menu, not a navigation system.
- Visible beats hidden. Nielsen Norman's study (179 participants, six sites)
found hidden navigation cuts content discoverability by nearly half and raises both time on task and perceived difficulty. Hide navigation only when the screen genuinely cannot hold it.
- Information scent is the whole game. A label must let someone predict what
is behind it. "Solutions" has no scent; "Pricing" has perfect scent.
- Depth costs more than breadth. Two levels of fifteen items beat four
levels of four. Every extra level is a place to get lost.
- The pattern follows the destination count. Three to five destinations means
bottom tabs or a top bar. Twenty-plus means a mega menu or search-first. Fifty means a command palette, because no menu structure survives that.
Index
| If | Pattern | Reference | |---|---|---| | 5-7 destinations, marketing or app shell | Top horizontal bar | primary-navigation-patterns.md | | 20+ destinations, e-commerce or enterprise | Mega menu | primary-navigation-patterns.md | | Brand-led marketing site | Centered logo nav | primary-navigation-patterns.md | | Search is the primary action | Nav with integrated search | primary-navigation-patterns.md | | Deep app, many sections | Sidebar | primary-navigation-patterns.md | | Power users, 50+ destinations | Command palette | primary-navigation-patterns.md | | Mobile, 3-5 destinations | Bottom tab bar | mobile-navigation-patterns.md | | Mobile, more than 5 | Drawer or hamburger | mobile-navigation-patterns.md | | Showing position in a hierarchy | Breadcrumbs | secondary-navigation-patterns.md | | Switching views of one object | Tabs, segmented control | secondary-navigation-patterns.md | | Long result sets | Pagination | secondary-navigation-patterns.md | | Linear multi-step process | Stepper | secondary-navigation-patterns.md | | Any of the above, made accessible | — | navigation-accessibility.md | | Deciding the structure underneath | — | information-architecture.md |
Reference architecture
| File | Covers | Lines | |---|---|---| | references/primary-navigation-patterns.md | 27 primary patterns with TSX | 1822 | | references/secondary-navigation-patterns.md | 22 secondary patterns | 1339 | | references/mobile-navigation-patterns.md | mobile-specific patterns | 1146 | | references/navigation-accessibility.md | ARIA, keyboard, focus | 1046 | | references/information-architecture.md | IA methods, taxonomy, URLs | 861 |
What every reference file contains
- Anatomy — the structural parts and what each is called
- When to use it, and the condition that rules it out
- Complete React/TSX plus CSS, runnable, no placeholders
- The responsive transformation at each breakpoint
- ARIA roles, keyboard map, and focus order
- Anti-patterns specific to that pattern
Routing
For primary navigation — 27 patterns with specs and TSX, including top bar, mega menu, centered logo, integrated search, sidebar and command palette: read references/primary-navigation-patterns.md.
For secondary navigation — breadcrumbs (simple, dropdown, truncated), tabs, segmented controls, pagination and steppers: read references/secondary-navigation-patterns.md.
For mobile — bottom tab bar (iOS), bottom navigation (Material 3), hamburger and drawer variants, and the gesture patterns around them: read references/mobile-navigation-patterns.md.
For making it accessible — ARIA landmarks, skip navigation, current-page indication, expanded/collapsed state, and focus management: read references/navigation-accessibility.md.
For structuring the content underneath — IA research methods, IA structures, labeling and taxonomy, sitemap design and URL structure: read references/information-architecture.md.
For odds and ends — the patterns that had no home in the files above when this skill was converted to a router: read references/navigation-supplementary.md.
Cross-References
- mobile-ux-design — iOS and Android navigation deep dives
- desktop-app-design — Desktop navigation conventions
- layout-block-intelligence — Header/nav block patterns and layout integration
- accessibility-inclusive-design — Full WCAG navigation requirements
- screen-flow-patterns — User flow patterns that connect to navigation
- component-patterns-code — Production code for nav components
- interaction-motion-design — Navigation transition animations
- responsive-block-patterns — Responsive transformation specs
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: phazurlabs
- Source: phazurlabs/sumi
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.