Platform design skill pack: 300+ rules for Apple HIG, Material Design 3, and WCAG 2.2 across iOS, iPadOS, macOS, watchOS, visionOS, tvOS, Android, and Web.
npx skills add https://github.com/ehmo/platform-design-skills --skill tvos-design-guidelines使用 CLI 安装这个技能,并在你的工作区中直接复用对应的 SKILL.md 工作流。
Platform design skill pack: 450+ rules for Apple HIG, Material Design 3, and WCAG 2.2 across iOS, iPadOS, macOS, watchOS, visionOS, tvOS, Android, and Web.
Built by scraping the Apple Human Interface Guidelines (a compiled PDF version is included in this repo) and distilling it — along with Material Design 3 and WCAG 2.2 — into succinct but exhaustive skill files. Use them to evaluate, improve, or create your designs.
Apple Human Interface Guidelines for iPhone. 67+ rules covering navigation, layout, accessibility, gestures, and iOS-specific components like tab bars, sheets, and Dynamic Island.
Use when:
Apple HIG for iPad, covering multitasking, pointer support, sidebar navigation, keyboard shortcuts, and Stage Manager. Extends the iOS skill with iPad-specific patterns.
Use when:
Apple HIG for Mac apps. Covers menu bars, window management, toolbars, keyboard-driven interaction, and the expectations of desktop power users.
Use when:
Apple HIG for Apple Watch. Covers glanceable interfaces, Digital Crown, complications, Always On display, and wrist-optimized interactions.
Use when:
Apple HIG for Apple Vision Pro. Covers spatial UI, eye and hand input, windows, volumes, immersive spaces, and ornaments.
Use when:
Apple HIG for Apple TV. Covers focus-based navigation, Siri Remote, Top Shelf, and living room viewing distances.
Use when:
Google Material Design 3 guidelines for Android. Covers Material You, dynamic color, navigation patterns, components, and Android-specific patterns.
Use when:
Web platform best practices covering responsive design, accessibility (WCAG), performance, progressive enhancement, and modern CSS/HTML patterns.
Use when:
npx skills add ehmo/platform-design-skills
skills/<platform>/SKILL.md and keep metadata.json entries aligned when behavior changes.feat: ..., fix: ..., docs: ....Example PR checklist:
Skills activate automatically when agents detect platform-relevant tasks.
Review this SwiftUI view for iOS HIG compliance
Check this Android Compose screen against Material Design
Audit this web page for accessibility
Each skill contains:
SKILL.md — Agent instructions with frontmatter metadatametadata.json — Version, references, and abstractrules/ — Individual rule files with examplesAGENTS.md — Quick context for agent consumptionThese are secondary references used to sharpen guidance around recognition over recall, visible waiting states, and input effort. They do not override Apple HIG, Material, or WCAG.
MIT