If you've ever stared at your mockups wondering whether something should be an alert, sheet, or popover, this has the Apple HIG guidance to settle it. It covers when to interrupt users with alerts versus giving them focused tasks in sheets, how to handle destructive actions, and why your confirmation dialogs should say "Delete Photo" instead of "OK". The best part is the output format that includes alternatives, because sometimes the right answer is skipping the modal entirely and making the action undoable. Works across iPhone, iPad, Mac, and visionOS with platform-specific adaptations. Also covers digit entry views if you're building PIN or verification code inputs.
npx skills add https://github.com/raintree-technology/apple-hig-skills --skill hig-components-dialogs