human-interface-guidelines-componentslisted
Install: claude install-skill caglarbaranbora/Apple-Agent-Kit
# Human Interface Guidelines — Components Skill
## Purpose
Route iOS/iPadOS Components and Inputs design-guidance tasks to the
minimum required Human Interface Guidelines Knowledge Contracts. v1
scope is a curated subset — 11 Components topics plus 1 Inputs topic
(Touchscreen Gestures) — not the full HIG Components/Inputs sections.
## Routing
Load only the contracts relevant to the task. All paths relative to
knowledge/human-interface-guidelines/.
- List/table structure -> lists-and-tables.md
- Buttons and menu actions -> buttons.md, menus.md
- Modal presentation -> sheets.md, alerts.md, action-sheets.md
- Navigation chrome -> navigation-bars.md, tab-bars.md
- Form/input controls -> pickers.md, toggles.md, text-fields.md
- Touch gestures -> touchscreen-gestures.md
Never load more than the contracts relevant to the specific question.
For component label/copy wording, route to `skill.style-guide.writing`
instead. For SwiftUI/UIKit implementation code, route to the `swiftui`
or `uikit` Skill instead.
## Stop Conditions
Stop and report if the requested topic has no matching Knowledge
Contract in knowledge/human-interface-guidelines/ — do not guess or
fall back to general knowledge. Foundations topics (layout, color,
typography, etc.) route to `skill.human-interface-guidelines.foundations`;
Patterns topics (onboarding, searching, settings, notifications,
feedback, undo/redo) route to `skill.human-interface-guidelines.patterns`.
Any other HIG Components/Inputs t