/ipados
Use when building iPad apps — split views, external keyboard support, multitasking, or Stage Manager — adaptive layouts.
$ npx -y skills add fusengine/agents --skill ipados --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/ipados
Context preview
The summary Claude sees to decide when to auto-load this skill.
Use when building iPad apps — split views, external keyboard support, multitasking, or Stage Manager — adaptive layouts.
SKILL.md
ipados.SKILL.mdname: ipados
description: Use when building iPad apps — split views, external keyboard support, multitasking, or Stage Manager — adaptive layouts.
versions:
ipados: 26
user-invocable: false
references: references/adaptive-layouts.md, references/keyboard-shortcuts.md, references/multitasking.md
related-skills: swift-core, swiftui-core, ios, mcp-tools
<objective> Covers iPadOS-specific development for tablet and productivity experiences: adaptive layouts across size classes, split views, external keyboard shortcut support, multi-window applications, and Stage Manager / Slide Over multitasking.
Includes the three scene/interaction areas an iPad app typically needs: size-class-aware adaptive layouts, keyboard shortcuts (⌘ commands) for productivity users, and Stage Manager's desktop-like multitasking model.
Best practices: support both compact and regular size classes, add keyboard shortcuts, enable drag and drop, support pointer/trackpad input, allow multiple window instances, and handle external-display output via UIScreen. </objective>
iPadOS Platform
iPadOS-specific development for tablet and productivity experiences.
Agent Workflow (MANDATORY)
Before ANY implementation, use `TeamCreate` to spawn 3 agents:
1. **fuse-ai-pilot:explore-codebase** - Analyze existing iPad patterns 2. **fuse-ai-pilot:research-expert** - Verify latest iPadOS 26 docs via Context7/Exa 3. **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](references/adaptive-layouts.md) | | External keyboard support | [keyboard-shortcuts.md](references/keyboard-shortcuts.md) | | Slide Over, Stage Manager | [multitasking.md](references/multitasking.md) |
---
Best Practices
1. **Size class adaptation** - Support compact and regular 2. **Keyboard shortcuts** - ⌘ shortcuts for productivity 3. **Drag and drop** - Enable data transfer 4. **Pointer support** - Mouse/trackpad cursors 5. **Multi-window** - Support multiple instances 6. **External display** - UIScreen support
Read more
name: ipados description: Use when building iPad apps — split views, external keyboard support, multitasking, or Stage Manager — adaptive layouts. versions: ipados: 26 user-invocable: false references: references/adaptive-layouts.md, references/keyboard-shortcuts.md, references/multitasking.md related-skills: swift-core, swiftui-core, ios, mcp-tools
<objective> Covers iPadOS-specific development for tablet and productivity experiences: adaptive layouts across size classes, split views, external keyboard shortcut support, multi-window applications, and Stage Manager / Slide Over multitasking.
Includes the three scene/interaction areas an iPad app typically needs: size-class-aware adaptive layouts, keyboard shortcuts (⌘ commands) for productivity users, and Stage Manager's desktop-like multitasking model.
Best practices: support both compact and regular size classes, add keyboard shortcuts, enable drag and drop, support pointer/trackpad input, allow multiple window instances, and handle external-display output via UIScreen. </objective>
iPadOS Platform
iPadOS-specific development for tablet and productivity experiences.
Agent Workflow (MANDATORY)
Before ANY implementation, use `TeamCreate` to spawn 3 agents:
1. **fuse-ai-pilot:explore-codebase** - Analyze existing iPad patterns 2. **fuse-ai-pilot:research-expert** - Verify latest iPadOS 26 docs via Context7/Exa 3. **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](references/adaptive-layouts.md) | | External keyboard support | [keyboard-shortcuts.md](references/keyboard-shortcuts.md) | | Slide Over, Stage Manager | [multitasking.md](references/multitasking.md) |
---
Best Practices
1. **Size class adaptation** - Support compact and regular 2. **Keyboard shortcuts** - ⌘ shortcuts for productivity 3. **Drag and drop** - Enable data transfer 4. **Pointer support** - Mouse/trackpad cursors 5. **Multi-window** - Support multiple instances 6. **External display** - UIScreen support
A plugin ecosystem that turns Claude Code into a supervised, multi-agent development environment.
Repo: fusengine/agents
Other skills on fusengine-agents.
- /agent-creator
Use when creating expert agents. Generates agent.md with frontmatter, hooks, required sections, and skill references.
Open skill - /apex-methodology
Use when starting ANY development task -- feature, bug fix, refactor, hotfix (triggers: implement, create, build, fix, add feature, refactor, develop).
Open skill - /brainstorming
Use when creating a feature/component or adding functionality. Fires BEFORE APEX Analyze to refine requirements via structured questioning.
Open skill - /challenge
Use before a root-cause, done/verified claim, irreversible action, or 2nd-time fix reaches the owner (APEX or plain conversation); also fires at every eLicit/Verify gate. Not for code correctness (use sniper).
Open skill - /code-quality
Use when validating code quality after modifications -- SOLID compliance, DRY duplication, linter errors, architecture violations. Do NOT use for functional verification (run verification FIRST, then code-quality).
Open skill - /elicitation
Use when an expert agent self-reviews and self-corrects code after the Execute phase, before sniper validation (BMAD-METHOD elicitation techniques).
Open skill

