hig
API reference: Apple Human Interface Guidelines. Query for design patterns, UI components, accessibility, color, typography, layout, haptics.
What this skill does
# Human Interface Guidelines Reference Comprehensive reference for designing interfaces that follow Apple's Human Interface Guidelines. ## Downloaded Reference Files All key HIG documentation is available locally (grep-friendly): ### Getting Started | File | Content | Size | |------|---------|------| | [hig-index.md](hig-index.md) | Full HIG table of contents | 11KB | | [designing-for-ios.md](designing-for-ios.md) | iOS design principles | 5KB | ### Foundations | File | Content | Size | |------|---------|------| | [app-icons.md](app-icons.md) | App icon design guidelines | 14KB | | [color.md](color.md) | Color usage and system colors | 17KB | | [typography.md](typography.md) | Fonts, text styles, Dynamic Type | 17KB | | [layout.md](layout.md) | Layout principles, safe areas | 21KB | | [materials.md](materials.md) | Materials, blur effects, vibrancy | 14KB | | [motion.md](motion.md) | Animation principles | 9KB | | [accessibility.md](accessibility.md) | Accessibility best practices | 19KB | | [sf-symbols.md](sf-symbols.md) | SF Symbols usage | 21KB | ### Patterns | File | Content | Size | |------|---------|------| | [onboarding.md](onboarding.md) | Onboarding flows | 6KB | | [modality.md](modality.md) | Modal presentations | 7KB | | [launching.md](launching.md) | App launch experience | 6KB | | [feedback.md](feedback.md) | User feedback patterns | 5KB | | [playing-haptics.md](playing-haptics.md) | Haptic feedback | 10KB | | [searching.md](searching.md) | Search patterns | 7KB | | [settings.md](settings.md) | Settings patterns | 7KB | ### Components - Navigation | File | Content | Size | |------|---------|------| | [tab-bars.md](tab-bars.md) | Tab bar design | 11KB | | [navigation-bars.md](navigation-bars.md) | Navigation bar patterns | 17KB | | [toolbars.md](toolbars.md) | Toolbar design | 17KB | | [sidebars.md](sidebars.md) | Sidebar patterns | 8KB | ### Components - Presentation | File | Content | Size | |------|---------|------| | [sheets.md](sheets.md) | Sheet presentations | 11KB | | [alerts.md](alerts.md) | Alert dialogs | 10KB | | [action-sheets.md](action-sheets.md) | Action sheets | 4KB | | [menus.md](menus.md) | Menu design | 14KB | ### Components - Controls | File | Content | Size | |------|---------|------| | [buttons.md](buttons.md) | Button styles and usage | 17KB | | [lists-and-tables.md](lists-and-tables.md) | List and table patterns | 9KB | | [toggles.md](toggles.md) | Toggle/switch design | 9KB | | [pickers.md](pickers.md) | Picker controls | 6KB | | [sliders.md](sliders.md) | Slider controls | 6KB | | [steppers.md](steppers.md) | Stepper controls | 2KB | | [text-fields.md](text-fields.md) | Text input fields | 6KB | ### Searching the Docs ```bash # Find color guidance grep -i "semantic" color.md # Find button styles grep -i "bordered" buttons.md # Find haptic patterns grep -i "notification" playing-haptics.md # Browse the full HIG index grep -i "navigation" hig-index.md ``` ## Fetching More Docs 1. Search this skill's local `.md` files first. 2. If the topic is not here, check the other installed Apple skills you have available by their names, descriptions, or `SKILL.md` frontmatter, then grep their local files. This is faster and uses less context than fetching new docs from the internet. 3. If no installed skill has the page, use the relevant Human Interface Guidelines path with the `sosumi.ai` Markdown mirror. For example, `/design/human-interface-guidelines/buttons` maps to `https://sosumi.ai/design/human-interface-guidelines/buttons`. ### Common HIG Doc Paths | Topic | URL Path | |-------|----------| | Full Index | `human-interface-guidelines` | | iOS Design | `human-interface-guidelines/designing-for-ios` | | iPadOS Design | `human-interface-guidelines/designing-for-ipados` | | macOS Design | `human-interface-guidelines/designing-for-macos` | | App Icons | `human-interface-guidelines/app-icons` | | Color | `human-interface-guidelines/color` | | Typography | `human-interface-guidelines/typography` | | Layout | `human-interface-guidelines/layout` | | Accessibility | `human-interface-guidelines/accessibility` | | SF Symbols | `human-interface-guidelines/sf-symbols` | | Buttons | `human-interface-guidelines/buttons` | | Tab Bars | `human-interface-guidelines/tab-bars` | | Navigation Bars | `human-interface-guidelines/navigation-bars` | | Sheets | `human-interface-guidelines/sheets` | | Alerts | `human-interface-guidelines/alerts` | ## Quick Reference ### Button Styles (iOS) - **Plain** - Text only, minimal visual weight - **Gray** - Gray background, for secondary actions - **Tinted** - Tinted background with accent color - **Filled** - Solid background, for primary actions - **Bordered** - Outlined with border - **Bordered Prominent** - Filled background, high prominence ### Haptic Feedback Types - **Selection** - Light tap for selection changes - **Impact** - Light/medium/heavy/rigid/soft for collisions - **Notification** - Success/warning/error for outcomes ### Safe Areas - Always respect safe areas for content - Extend backgrounds edge-to-edge - Place interactive elements within safe areas ## Sources ### Apple Documentation - [Human Interface Guidelines](https://developer.apple.com/design/human-interface-guidelines/) - [Design Resources](https://developer.apple.com/design/resources/) ### WWDC Sessions - [Design for Liquid Glass - WWDC25](https://developer.apple.com/videos/play/wwdc2025/10156/) - [What's new in UIKit - WWDC25](https://developer.apple.com/videos/play/wwdc2025/10144/)
Related in Design
contribute
IncludedLocal-only OSS contribution command center. Auto-refreshes the user's in-flight PR and issue state on invoke so conversations start with full context — no need to brief Claude on what's in flight. Helps the user find issues to contribute to on GitHub, builds per-repo dossiers of what each upstream expects (CLA, DCO, branch convention, AI policy, draft-first, review bots, issue templates), runs deterministic gates before any external action so AI-assisted contributions don't reach maintainers as slop. State is markdown-only: candidate files at ~/.contribute-system/candidates/, repo dossiers at ~/.contribute-system/research/, append-only event log at ~/.contribute-system/log.jsonl. No database, no cloud calls. Use when the user asks about their PRs / issues / contributions, wants to find new work to take on, claim an issue, build/refresh a repo's dossier, or draft a Design Issue or PR. Trigger with "/contribute", "what's my PR status", "find a contribution", "claim issue X", "draft a Design Issue for Y", "refresh dossier for Z".
architectural-analysis
IncludedUser-triggered deep architectural analysis of a codebase or scoped subtree across eight modes — information architecture, data flow, integration points, UI surfaces, interaction patterns, data model, control flow, and failure modes. This skill should be used when the user asks to "diagram this codebase," "map the architecture," "show the data flow," "give me an ERD," "trace control flow," "find the integration points," "verify the layout pattern," "audit the UX architecture," or any similar request whose primary deliverable is mermaid diagrams plus cited reports under docs/architecture/. Dispatches haiku/sonnet sub-agents in parallel for per-mode exploration, then verifies every citation mechanically before any node lands in a diagram. Not for one-off prose explanations of code (use code-explanation) or for high-level system design from scratch (use system-design).
mcp
IncludedModel Context Protocol (MCP) server development and tool management. Languages: Python, TypeScript. Capabilities: build MCP servers, integrate external APIs, discover/execute MCP tools, manage multi-server configs, design agent-centric tools. Actions: create, build, integrate, discover, execute, configure MCP servers/tools. Keywords: MCP, Model Context Protocol, MCP server, MCP tool, stdio transport, SSE transport, tool discovery, resource provider, prompt template, external API integration, Gemini CLI MCP, Claude MCP, agent tools, tool execution, server config. Use when: building MCP servers, integrating external APIs as MCP tools, discovering available MCP tools, executing MCP capabilities, configuring multi-server setups, designing tools for AI agents.
react-native-skia
IncludedDesign, build, debug, and optimise high-polish animated graphics in React Native or Expo using @shopify/react-native-skia, Reanimated, and Gesture Handler. Use when the user wants canvas-driven UI, shaders, paths, rich text, image filters, sprite fields, Skottie, video frames, snapshots, web CanvasKit setup, or performance tuning for custom motion-heavy elements such as loaders, hero art, cards, charts, progress indicators, particle systems, or gesture-driven surfaces. Also use when the user asks for fluid, glow, glass, blob, parallax, 60fps/120fps, or GPU-friendly animated effects in React Native, even if they do not explicitly say "Skia". Do not use for ordinary form/layout work with standard views.
plaid
IncludedProduct Led AI Development — guides founders from idea to launched product. Six capabilities: Idea (discover a product idea), Validate (pressure-test the idea against fatal flaws, problem reality, competition, and 2-week MVP feasibility), Plan (vision intake + document generation), Design (translate image references into a design.md spec), Launch (go-to-market strategy), and Build (roadmap execution). Use when someone says "PLAID", "plaid idea", "help me find an idea", "product idea", "idea from my business", "idea from my expertise", "plaid validate", "validate my idea", "pressure-test", "is this idea good", "find fatal flaws", "validate the problem", "plan a product", "define my vision", "generate a PRD", "product strategy", "plaid design", "design from image", "translate image to design", "create design.md", "extract design tokens", "plaid launch", "go-to-market", "launch plan", "GTM strategy", "launch playbook", "plaid build", "build the app", "start building", or "execute the roadmap".
nextjs-framer-motion-animations
IncludedAdds production-safe Motion for React or Framer Motion animations to Next.js apps, including reveal, hover and tap micro-interactions, whileInView, stagger, AnimatePresence, layout and layoutId transitions, reorder, scroll-linked UI, and lightweight route-content transitions. Use when the user asks to add, refactor, or debug Motion or Framer Motion in App Router or Pages Router codebases, especially around server/client boundaries, reduced motion, LazyMotion, bundle size, hydration, or route transitions. Avoid for GSAP-style timelines, WebGL or 3D scenes, heavy scroll storytelling, or CSS-only effects unless Motion is explicitly requested.