iOS development context. Apply when working with .swift files, Xcode project, SwiftUI views, async/await, Combine, MVVM patterns.
Install
npx skillscat add shotaiuchi/dotclaude/context-ios Install via the SkillsCat registry.
SKILL.md
iOS Context Rule
Auto-applied context when working on iOS development tasks.
When to Apply
Apply this context when:
- Implementing iOS features (ViewModel, Repository)
- Creating SwiftUI views
- Using async/await or Combine
- Applying MVVM patterns
Reference Documents
Read and apply patterns from:
| Document | Purpose |
|---|---|
| Clean Architecture | Layer separation principles |
| Testing Strategy | Test patterns and coverage |
| iOS Conventions | Naming, structure, idioms |
| Architecture Patterns | MVVM/State management |
External References
| Resource | URL |
|---|---|
| Swift Concurrency | https://docs.swift.org/swift-book/documentation/the-swift-programming-language/concurrency/ |
| SwiftUI | https://developer.apple.com/documentation/swiftui/ |
| Combine | https://developer.apple.com/documentation/combine/ |