iOS-specific patterns for Swift and SwiftUI. Use when building iOS applications.
Scanned 2/12/2026
Install via CLI
openskills install majiayu000/claude-skill-registry---
name: ios-patterns
description: iOS-specific patterns for Swift and SwiftUI. Use when building iOS applications.
---
# iOS Patterns
iOS-specific best practices for Swift and SwiftUI development.
## When This Applies
- Building iOS applications
- Using SwiftUI or UIKit
- Swift concurrency
## Extends
This plugin extends **`platform-mobile`** (generic mobile patterns). Apply those rules first, then these iOS-specific ones.
## Quick Reference
| Section | Impact | Prefix |
|---------|--------|--------|
| SwiftUI | HIGH | `swiftui-` |
| Concurrency | HIGH | `async-` |
| Architecture | MEDIUM | `arch-` |
## Status
**Scaffold** - Sections defined, rules to be added.
## Rules
See `rules/` directory for individual rules organized by section prefix.
No comments yet. Be the first to comment!