Covers Apple's HIG guidance on progress indicators, status bars, and activity rings. The skill walks you through when to use determinate versus indeterminate progress, where to place loading states, and when to hide the status bar without annoying users. It's organized around the principles that matter: show progress for anything longer than a second or two, prefer progress bars over spinners when you know the duration, and don't repurpose activity rings for non-fitness data. The reference docs break down progress indicators, status bar behavior, and watchOS activity rings separately. Useful if you're building anything with loading states or fitness tracking and want to follow platform conventions instead of guessing.
npx skills add https://github.com/raintree-technology/apple-hig-skills --skill hig-components-status