Agent skill · Design & Presentation

hig-components-layout

Apple Human Interface Guidelines for layout and navigation components.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill hig-components-layout --agent claude-code

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

Facts
Files in the skill folder: 13
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/hig-components-layout/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
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

# Apple HIG: Layout and 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. **Organize hierarchically.** Structure information from broad categories to specific details. Sidebars for top-level sections, lists for browsable items, detail views for individual content. 2. **Use standard navigation patterns.** Tab bars for flat navigation between peer sections (iPhone). Sidebars for deep hierarchical navigation (iPad, Mac). Match the pattern to the information architecture and platform. 3. **Adapt to screen size.** Three-column on iPad collapses to single-column on iPhone. Use size classes and adaptive APIs (NavigationSplitView) for automatic adaptation. 4. **Support multitasking on iPad.** Respond gracefully to Split View, Slide Over, and Stage Manager. Test at every split ratio and size class transition. 5. **Maintain spatial consistency on visionOS.** Windows, volumes, and ornaments in shared space. Position predictably. Use ornaments for toolbars and controls without occluding content. 6. **Use scroll views for overflow content.** Enable paging for disc

What's inside
Steps it walks through
  1. Key Principles
  2. Reference Index
  3. Navigation Pattern Selection
  4. Layout Adaptation Checklist
  5. Output Format
  6. Questions to Ask
  7. Related Skills
  8. When to Use
  9. Limitations
Ships with 12 files
  • references/boxes.md
  • references/column-views.md
  • references/lists-and-tables.md
  • references/ornaments.md
  • references/outline-views.md
  • references/panels.md
  • references/scroll-views.md
  • references/sidebars.md
  • references/split-views.md
  • references/tab-bars.md
  • references/tab-views.md
  • references/windows.md
More from agentic-awesome-skills
All skills →
About this skill
What does the hig-components-layout skill do?

Apple Human Interface Guidelines for layout and navigation components.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill hig-components-layout --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 sickn33/agentic-awesome-skills, a repository with 44,414 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