MR
Mayur Rathi
@mayurrathi
⭐ 40.7k GitHub stars

Hig Components Search

Hig Components Search is an code AI skill with a core value of >-. It helps developers solve real-world problems in the code domain, boosting efficiency, automating repetitive tasks, and optimizing workflows.

>-

Last verified on: 2026-07-08

Quick Facts

Category code
Works With Claude
Source sickn33/antigravity-awesome-skills
Stars ⭐ 40.7k
Last Verified 2026-07-08
Risk Level Low
mkdir -p ./skills/hig-components-search && curl -sfL https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/hig-components-search/SKILL.md -o ./skills/hig-components-search/SKILL.md

Run in terminal / PowerShell. Requires curl (Unix) or PowerShell 5+ (Windows).

Skill Content

# 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.


2. **Page controls: position in a flat page sequence.** For discrete, equally weighted pages (onboarding, photo gallery). Show current page and total count.


3. **Path controls: file hierarchy navigation.** macOS path controls display location within a directory structure and allow jumping to any ancestor.


4. **Search scopes narrow large result sets.** Provide scope buttons so users can filter without complex queries.


5. **Clear empty states for search.** Helpful message suggesting corrections or alternatives, not a blank screen.


6. **Page controls are not for hierarchical navigation.** Flat, linear sequences only. Use navigation controllers, tab bars, or sidebars for hierarchy.


7. **Keep path controls concise.** Show meaningful segments only. Users can click any segment to navigate directly.


8. **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](https://raintree.technology) · [More developer tools](https://raintree.technology)*


When to Use

This skill is applicable to execute the workflow or actions described in the overview.

🎯 Best For

  • Claude users
  • Software engineers
  • Development teams
  • Tech leads

💡 Use Cases

  • Code quality improvement
  • Best practice enforcement

📖 How to Use This Skill

  1. 1

    Install the Skill

    Copy the install command from the Terminal tab and run it. The SKILL.md file downloads to your local skills directory.

  2. 2

    Load into Your AI Assistant

    Open Claude and reference the skill. Paste the SKILL.md content or use the system prompt tab.

  3. 3

    Apply Hig Components Search to Your Work

    Open your project in the AI assistant and ask it to apply the skill. Start with a small module to verify the output quality.

  4. 4

    Review and Refine

    Review AI suggestions before committing. Run tests, check for regressions, and iterate on the skill output.

❓ Frequently Asked Questions

Is Hig Components Search compatible with Cursor and VS Code?

Yes — this skill works with any AI coding assistant including Cursor, VS Code with Copilot, and JetBrains IDEs.

Do I need specific dependencies for Hig Components Search?

Check the install command and Works With section. Most code skills only require the AI assistant and your codebase.

How do I install Hig Components Search?

Copy the install command from the Terminal tab and run it. The skill downloads to ./skills/hig-components-search/SKILL.md, ready to use.

Can I customize this skill for my team?

Absolutely. Edit the SKILL.md file to add team-specific instructions, examples, or workflows.

⚠️ Common Mistakes to Avoid

Skipping validation

Always test AI-generated code changes, even for simple refactors.

Missing dependency updates

Check if the skill requires updated dependencies or new packages.

🔗 Related Skills