skills/hig-components-system/SKILL.md
--- name: hig-components-system description: Apple HIG guidance for system experience components: widgets, live activities, notifications, complications, home screen quick actions, top shelf, watch faces, app clips, and app shortcuts. category: Development & Code Tools source: antigravity tags: [claude, ai, workflow, design, presentation, cro] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/hig-components-system --- # Apple HIG: System Experiences Check for `.clau
npx skillsauth add ranbot-ai/awesome-skills skills/hig-components-systemInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Check for .claude/apple-design-context.md before asking questions. Use existing context and only ask for information not already covered.
Glanceable, immediate value. System experiences bring your app's most important content to surfaces the user sees without launching your app. Design for seconds of attention.
Respect platform context. A Lock Screen widget has different constraints than a Home Screen widget. A complication is far smaller than a top shelf item.
Show relevant information, not everything. Display the most useful subset, updated appropriately.
Support multiple sizes with distinct layouts. Each size should be a thoughtful design, not a scaled version of another.
Deep-link on tap. Take users to the relevant content, not the app's root screen.
Track events with a clear start and end. Deliveries, scores, timers, rides. Design for both Dynamic Island and Lock Screen.
Stay updated and timely. Stale data undermines trust. End promptly when the event concludes.
Respect user attention. Only send notifications for information users genuinely care about. No promotional or low-value notifications.
Actionable and self-contained. Include enough context to understand and act without opening the app. Support notification actions. Use threading and grouping.
| Reference | Topic | Key content | |---|---|---| | widgets.md | Widgets | Glanceable info, sizes, deep linking, timeline | | live-activities.md | Live Activities | Real-time tracking, Dynamic Island, Lock Screen | | notifications.md | Notifications | Attention, actions, grouping, content | | complications.md | Complications | Watch face data, families, budgeted updates | | home-screen-quick-actions.md | Quick actions | Haptic Touch, common tasks, SF Symbols | | top-shelf.md | Top shelf | Featured content, showcase | | app-clips.md | App Clips | Instant use, lightweight, focused task, NFC/QR | | watch-faces.md | Watch faces | Custom complications, face sharing | | app-shortcuts.md | App Shortcuts | Siri, Spotlight, voice triggers |
Built by Raintree Technology · More developer tools
This skill is applicable to execute the workflow or actions described in the overview.
tools
Delegate coding tasks to the Grok Build CLI only when the user explicitly requests it, while the orchestrator retains review and landing responsibility.
development
--- name: graceful-shutdown description: Implement graceful shutdown for servers and workers: drain connections, finish in-flight work, release resources, and exit cleanly on SIGTERM/SIGINT. category: AI & Agents source: antigravity tags: [python, typescript, node, api, claude, ai, template, docker, kubernetes] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/graceful-shutdown --- # Graceful Shutdown ## Overview A skill for implementing graceful shutdown in server
development
--- name: falsify description: The scientific thinking protocol for AI agents. Use when facing complex, ambiguous, or high-stakes questions where guessing is costly: hypothesis → attempt to break it → evidence → calibrated co category: Creative & Media source: antigravity tags: [markdown, claude, ai, agent, llm, template, design, security, rag, cro] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/falsify --- # Falsify — The Scientific Thinking Protocol > Think like
tools
Configure approved delegation lanes across installed implementer CLIs, including optional model and effort choices, then write global or project config only after explicit user approval.