ios-platform
Installation
SKILL.md
iOS Platform
Emit compile-ready code following Clean Architecture (Domain protocol + Data implementation).
Load Strategy
Read only the reference(s) relevant to the request:
- API/networking →
references/networking.md - Routing/deep linking/iPad navigation →
references/navigation.md - Privacy/compliance →
references/privacy-and-compliance.md - On-device AI →
references/foundation-models.md
Do not bulk-load all references when the task is narrow.
Execution Contract
- Emit compile-ready code following Clean Architecture (Domain protocol + Data implementation).
- Keep framework imports (
URLSession,FoundationModels, etc.) in the Data layer only.
Related skills