dragoon0x/everything-design-taste

navigation-patterns

Navigation architecture, menu design, wayfinding, breadcrumbs, and navigation hierarchy for web and mobile.

First seen Jul 18, 2026

Installation

$ npx skills add dragoon0x/everything-design-taste --skill navigation-patterns

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from dragoon0x/everything-design-taste · top by installs.

npx skills add dragoon0x/everything-design-taste

Browse all from dragoon0x/everything-design-taste

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 11
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,404 B
  • docs SUMMARY.md 134 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Navigation Patterns

Navigation Hierarchy

Primary Navigation

  • 5-7 items maximum. Beyond that, users can't scan effectively.
  • Use clear, action-oriented labels. "Products" not "Our Offerings."
  • Highlight the current page/section.
  • Don't hide primary navigation in a hamburger on desktop.

Secondary Navigation

  • Sidebar for apps with deep hierarchy (settings, documentation).
  • Tab bar for 3-5 peer-level sections (mobile apps).
  • In-page tabs for related content within a page.

Breadcrumbs

  • Use for sites with 3+ levels of hierarchy.
  • Each level is a clickable link except the current page.
  • Separator: ">" or "/" (not "»").
  • Don't use breadcrumbs AND tabs. Pick one.

Mobile Navigation

Pattern Best For
Bottom tab bar Core app with 3-5 sections
Hamburger menu Content sites with many sections
Full-screen menu Brand-heavy sites with few pages
Gesture nav Media-focused apps (swipe between content)

Search as Navigation

  • If your site has 100+ pages, search is navigation.
  • Autocomplete with categorized results.
  • Show recent searches and popular queries.
  • Empty state: suggest popular content.