ipados-design-guidelines
Audited by Runlayer on Feb 22, 2026
Malicious tool definition detected
Tool: AGENTS.md Description: # iPadOS Design Guidelines Skill iPad-specific HIG rules extending iOS patterns for the larger, multitasking-capable canvas.
Malicious tool definition detected
Tool: SKILL.md [1/3] Description: --- name: ipados-design-guidelines description: Apple Human Interface Guidelines for iPad. Use when building iPad-optimized interfaces, implementing multitasking, pointer support, keyboard shortcuts, or responsive layouts. Triggers on tasks involving iPad, Split View, Stage Manager, sidebar navigation, or trackpad support. license: MIT metadata: author: platform-design-skills version: "1.0.0" --- # iPadOS Design Guidelines Comprehensive rules for building iPad-n
Tool: SKILL.md [2/3] Description: ```swift Text(item.title) .contextMenu { Button("Copy", systemImage: "doc.on.doc") { } Button("Share", systemImage: "square.and.arrow.up") { } Divider() Button("Delete", systemImage: "trash", role: .destructive) { } } ``` ### 4.4 Trackpad Scroll Behaviors Support two-finger scrolling with momentum. Pinch to zoom where appropriate. Respect scroll direction preferences.
Tool: SKILL.md [3/3] Description: Disconnection Listen for `UIScreen.didConnectNotification` and `UIScreen.didDisconnectNotification`.
Malicious tool definition detected
Tool: metadata.json Description: { "version": "1.0.0", "organization": "Platform Design Skills", "date": "February 2026", "abstract": "Apple Human Interface Guidelines for iPad apps.
Malicious tool definition detected
Tool: rules/_sections.md Description: # iPadOS Design Guidelines - Sections ## Section 1: Responsive Layout - **Impact**: CRITICAL - **Scope**: Adaptive layouts, size classes, column-based design, safe areas, all iPad screen sizes - **Applies when**: Building any iPad UI, handling regular/compact width transitions, supporting iPad Mini through 13" Pro ## Section 2: Multitasking - **Impact**: CRITICAL - **Scope**: Split View, Slide Over, Stage Manager, resizable windows, multiple scenes - **Appli