Skill
SwiftUI Agent Skill
A knowledge skill that teaches AI agents modern SwiftUI patterns, including Liquid Glass and proper state management.
When to Use
Your agent keeps suggesting UIKit workarounds instead of writing idiomatic SwiftUI. This fixes that.
Use Cases
- Using the SwiftUI skill, rewrite this view with proper @State and @Binding instead of the UIKit workaround
- Implement this design using Liquid Glass patterns for iOS 26+
- Fix the state management in this view, it re-renders every time I navigate back
Installation
skills.sh
npx skills add https://github.com/avdlee/swiftui-agent-skill --skill swiftui-expert-skill
Claude Code
/plugin marketplace add AvdLee/SwiftUI-Agent-Skill