Agent skill

ipad-patterns

iPadOS-specific patterns including Stage Manager, multi-window, drag and drop, keyboard shortcuts, pointer interactions, and Apple Pencil support. Use when building iPad-optimized features.

rshankrasgithub.com/rshankrasGitHub ↗
claude-coderead-onlyMIT
Install
npx skills add rshankras/claude-code-apple-skills --skill ipad-patterns --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 4
SKILL.md size: 8 KB
Bundled scripts: none
Allowed tools: ReadGlobGrep
Path: skills/ios/ipad-patterns/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 589
Language: Swift

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# iPad Patterns Comprehensive guide for iPadOS-specific development patterns. Covers multitasking (Stage Manager, Split View, Slide Over), multi-window support, drag and drop, keyboard shortcuts, pointer interactions, Apple Pencil, and external display support. These patterns differentiate an iPad-optimized app from a scaled-up iPhone app. ## When This Skill Activates - User is building or reviewing iPad-specific features - User asks about Stage Manager, multi-window, or UIScene lifecycle - User needs drag and drop (NSItemProvider, Transferable, UIDragInteraction) - User wants keyboard shortcuts or discoverability overlay - User asks about pointer/trackpad interactions or hover effects - User is implementing Apple Pencil or PencilKit support - User needs adaptive layouts for Split View, Slide Over, or size classes - User asks about external display support - User wants to make an iPhone app work well on iPad ## Decision Tree ``` What iPad feature are you building? | +-- Multi-window / Stage Manager / UIScene lifecycle | +-- multitasking.md | +-- Scene configuration, requestSceneSessionActivation | +-- Window management, scene delegates | +-- Split View / Slide Over / Adaptive Layou

What's inside
Steps it walks through
  1. When This Skill Activates
  2. Decision Tree
  3. API Availability
  4. Top 5 Mistakes
  5. iPad Design Rules (WWDC25)
  6. Process
  7. 1. Identify iPad Features Needed
  8. 2. Load Relevant Reference Files
  9. 3. Review or Recommend
  10. 4. Cross-Reference
  11. Review Checklist
  12. References
Ships with 3 files
  • drag-drop.md
  • input-methods.md
  • multitasking.md
More from claude-code-apple-skills
All skills →
About this skill
What does the ipad-patterns skill do?

iPadOS-specific patterns including Stage Manager, multi-window, drag and drop, keyboard shortcuts, pointer interactions, and Apple Pencil support. Use when building iPad-optimized features.

How do I install it?

Run `npx skills add rshankras/claude-code-apple-skills --skill ipad-patterns --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From rshankras/claude-code-apple-skills, a repository with 589 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going