context-ios
0
总安装量
1
周安装量
安装命令
npx skills add https://github.com/shotaiuchi/dotclaude --skill context-ios
Agent 安装分布
amp
1
cline
1
opencode
1
cursor
1
continue
1
kimi-cli
1
Skill 文档
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/ |