Skill
SwiftUI Pro Skill
A knowledge skill that helps AI agents catch common SwiftUI mistakes, deprecated APIs, and accessibility issues.
When to Use
Your agent keeps writing SwiftUI code that compiles but uses deprecated patterns, misses VoiceOver issues, or ignores performance traps that experienced developers would catch.
Use Cases
- Using SwiftUI Pro, review this view for deprecated API usage and suggest iOS 26+ replacements
- Check my SwiftUI code for accessibility issues that would break VoiceOver
- Audit this screen for performance problems like unnecessary redraws or heavy body computations
- Look at my navigation stack and flag any anti-patterns
Installation
npx
npx skills add https://github.com/twostraws/swiftui-agent-skill --skill swiftui-pro
Prerequisites
- Node.js (for npx)
- iOS 26+
- Swift 6.2+