raintree-technology/hig-doctor

hig-components-search

>- Apple HIG guidance for navigation-related components including search fields, page controls, and path controls. Use this skill when the user says "how should search work in my app," "I need a breadcrumb," "how do I paginate content," or asks about search field, search bar, page control, path control, breadcrumb, navigation component, search UX, search suggestions, search scopes, paginated content navigation, or file path hierarchy display. Cross-references: hig-components-menus, hig-componen…

First seen Feb 15, 2026

Installation

$ npx skills add raintree-technology/hig-doctor --skill hig-components-search

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 raintree-technology/hig-doctor · top by installs.

npx skills add raintree-technology/hig-doctor

Browse all from raintree-technology/hig-doctor

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 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 122
License LICENSE
Default branch main
Open issues 2
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0.0
Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 3,310 B
  • docs SUMMARY.md 575 B

History

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

SKILL.md

Apple HIG: Navigation Components

Check for .claude/apple-design-context.md before asking questions. Use existing context and only ask for information not already covered.

Key Principles

  1. Search: discoverable with instant feedback. Place search fields where users expect them (top of list, toolbar/navigation bar). Show results as the user types.
  1. Page controls: position in a flat page sequence. For discrete, equally weighted pages (onboarding, photo gallery). Show current page and total count.
  1. Path controls: file hierarchy navigation. macOS path controls display location within a directory structure and allow jumping to any ancestor.
  1. Search scopes narrow large result sets. Provide scope buttons so users can filter without complex queries.
  1. Clear empty states for search. Helpful message suggesting corrections or alternatives, not a blank screen.
  1. Page controls are not for hierarchical navigation. Flat, linear sequences only. Use navigation controllers, tab bars, or sidebars for hierarchy.
  1. Keep path controls concise. Show meaningful segments only. Users can click any segment to navigate directly.
  1. Support keyboard for search. Command-F and system search shortcuts should activate search.

Reference Index

Reference Topic Key content
[search-fields.md](references/search-fields.md) Search fields Scopes, tokens, instant results, placement
[page-controls.md](references/page-controls.md) Page controls Dot indicators, flat page sequences
[path-controls.md](references/path-controls.md) Path controls Breadcrumbs, ancestor navigation

Output Format

  1. Component recommendation -- search field, page control, or path control, and why.
  2. Behavior specification -- interaction model (search-as-you-type, swipe for pages, click-to-navigate for paths).
  3. Platform differences across iOS, iPadOS, macOS, visionOS.

Questions to Ask

  1. What type of content is being searched or navigated?
  2. Which platforms?
  3. How large is the dataset?
  4. Is search the primary interaction?

Related Skills

  • hig-components-menus -- Toolbars and menu bars hosting search and navigation controls
  • hig-components-controls -- Text fields, pickers, segmented controls in search interfaces
  • hig-components-dialogs -- Popovers and sheets for expanded search or filtering
  • hig-patterns -- Navigation patterns and information architecture
  • hig-foundations -- Typography and layout for navigation components

Built by Raintree Technology · More developer tools