Last week I released SwiftUI Pro, a free and open-source agent skill to help everyone write better SwiftUI code using agents such as Codex and Claude. It's already at 1800 stars on GitHub and rising, but it was just the beginning. https://github.com/twostraws/SwiftUI-Agent-Skill
GitHub - twostraws/SwiftUI-Agent-Skill: SwiftUI agent skill for Claude Code, Codex, and other AI tools.

SwiftUI agent skill for Claude Code, Codex, and other AI tools. - twostraws/SwiftUI-Agent-Skill

GitHub

@twostraws Thank you for these and the tremendous number of other resources you put out into the world.

I was reading over views.md and was wondering if you have more details about this rule:

Strongly prefer to avoid breaking up view bodies using computed properties or methods that return some View, even if @ViewBuilder is used. Extract them into separate View structs instead, placing each into its own file. (Yes, this is repeated, but itโ€™s so important it needs to be mentioned twice.)

@twostraws @Migueldeicaza thank you so much!