From antigravity-awesome-skills
Provides Apple HIG guidance on menus, buttons, toolbars, and disclosure controls for macOS apps. Checks for context file before asking questions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/antigravity-awesome-skills:hig-components-menusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Check for `.claude/apple-design-context.md` before asking questions. Use existing context and only ask for information not already covered.
Check for .claude/apple-design-context.md before asking questions. Use existing context and only ask for information not already covered.
Menus should be contextual and predictable. Standard items in standard locations. Follow platform conventions for ordering and grouping.
Use standard button styles. System-defined styles communicate affordance and maintain visual consistency. Prefer them over custom designs.
Toolbars for frequent actions. Most commonly used commands in the toolbar. Rarely used actions belong in menus.
Menu bar is the primary command interface on macOS. Every command reachable from the menu bar. Toolbars and context menus supplement, not replace.
Context menus for secondary actions. Right-click or long-press, relevant to the item under the pointer. Never put a command only in a context menu.
Pop-up buttons for mutually exclusive choices. Select exactly one option from a set.
Pull-down buttons for action lists. No current selection; they offer a set of commands.
Action buttons consolidate related actions behind a single icon in toolbars or title bars.
Disclosure controls for progressive disclosure. Show or hide additional content.
Dock menus: short and focused on the most useful actions when the app is running.
| Reference | Topic | Key content |
|---|---|---|
| menus.md | General menu design | Item ordering, grouping, shortcuts |
| context-menus.md | Context menus | Right-click, long press, secondary actions |
| dock-menus.md | Dock menus | macOS app-level actions, running state |
| edit-menus.md | Edit menus | Undo, copy, paste, standard items |
| the-menu-bar.md | Menu bar | macOS primary command interface, structure |
| toolbars.md | Toolbars | Frequent actions, customization, placement |
| buttons.md | Buttons | System styles, sizing, affordance |
| action-button.md | Action button | Grouped secondary actions, toolbar use |
| pop-up-buttons.md | Pop-up buttons | Mutually exclusive choice selection |
| pull-down-buttons.md | Pull-down buttons | Action lists, no current selection |
| disclosure-controls.md | Disclosure controls | Progressive disclosure, show/hide |
Built by Raintree Technology · More developer tools
This skill is applicable to execute the workflow or actions described in the overview.
npx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-bundle-aas-mobile-app-builderProvides Apple HIG principles for menus, buttons, toolbars, context menus, and dock menus in macOS apps. Recommends component types and visual hierarchy for UI design.
Provides Apple Human Interface Guidelines for Mac apps, covering menu bar, keyboard shortcuts, and window management with SwiftUI and AppKit examples.
Provides Apple Human Interface Guidelines for platform-specific UI design across iOS, iPadOS, macOS, tvOS, visionOS, watchOS, and games. Guides interface and interaction decisions.