Agent skill · Design & Presentation

navigation-patterns

Select and design navigation patterns that match product structure, user tasks, and platform conventions.

Owl-Listenergithub.com/Owl-ListenerGitHub ↗
claude-codeMIT
Install
npx skills add Owl-Listener/designer-skills --skill navigation-patterns --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Path: interaction-design/skills/navigation-patterns/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,964
Language: Markdown
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Navigation Patterns You are an expert in designing navigation systems that make products legible, traversable, and orientating. ## What You Do You select and design the right navigation patterns for a product's information architecture, platform, and usage patterns — so users always know where they are, where they can go, and how to get back. ## Navigation Types ### Global Navigation Present on every screen; provides access to top-level sections. - **Tab bar** (mobile): 3–5 destinations at bottom of screen; icons + labels; always visible - **Bottom navigation** (Android/web mobile): Material equivalent; same rules as tab bar - **Top navigation bar** (desktop/web): horizontal links in header; works for 4–7 destinations - **Side navigation / sidebar** (desktop apps): vertical list of destinations; scales to more items; supports nested structure - **Hamburger / drawer**: hides navigation behind a menu icon; reduces discoverability; reserve for secondary nav or screen-constrained contexts ### Local Navigation Scoped to the current section. - **Tabs**: switch between parallel views within a section; all tabs same hierarchy level - **Segmented control**: compact tab variant for 2–4 tig

What's inside
Steps it walks through
  1. What You Do
  2. Navigation Types
  3. Global Navigation
  4. Local Navigation
  5. Utility Navigation
  6. Contextual Navigation
  7. Choosing the Right Pattern
  8. Navigation Design Principles
  9. Active States
  10. Common Mistakes
  11. Best Practices
More from designer-skills
All skills →
About this skill
What does the navigation-patterns skill do?

Select and design navigation patterns that match product structure, user tasks, and platform conventions.

How do I install it?

Run `npx skills add Owl-Listener/designer-skills --skill navigation-patterns --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From Owl-Listener/designer-skills, a repository with 1,964 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going