ipados
3
总安装量
2
周安装量
#55417
全站排名
安装命令
npx skills add https://github.com/fusengine/agents --skill ipados
Agent 安装分布
amp
2
cline
2
opencode
2
cursor
2
continue
2
kimi-cli
2
Skill 文档
iPadOS Platform
iPadOS-specific development for tablet and productivity experiences.
Agent Workflow (MANDATORY)
Before ANY implementation, use TeamCreate to spawn 3 agents:
- fuse-ai-pilot:explore-codebase – Analyze existing iPad patterns
- fuse-ai-pilot:research-expert – Verify latest iPadOS 26 docs via Context7/Exa
- mcp__apple-docs__search_apple_docs – Check iPad multitasking patterns
After implementation, run fuse-ai-pilot:sniper for validation.
Overview
When to Use
- Building iPad-optimized apps
- Implementing split views
- Supporting external keyboard
- Multi-window applications
- Stage Manager support
- Adaptive layouts
Why iPadOS Skill
| Feature | Benefit |
|---|---|
| Split View | Side-by-side apps |
| Keyboard shortcuts | Productivity |
| Stage Manager | Desktop-like experience |
| Adaptive layouts | All iPad sizes |
Reference Guide
| Need | Reference |
|---|---|
| Size classes, split views | adaptive-layouts.md |
| External keyboard support | keyboard-shortcuts.md |
| Slide Over, Stage Manager | multitasking.md |
Best Practices
- Size class adaptation – Support compact and regular
- Keyboard shortcuts – â shortcuts for productivity
- Drag and drop – Enable data transfer
- Pointer support – Mouse/trackpad cursors
- Multi-window – Support multiple instances
- External display – UIScreen support