Swift-Agent-Skill 1.0.2
This release expands the Swift skill with stronger guidance for project structure, SwiftUI composition, reusable helpers, and testable patterns.
Added in this release
- SwiftUI view structure guidance
- ViewModel usage guidance for SwiftUI screens
- Guidance for keeping SwiftUI
bodyimplementations readable with extracted sections - Guidance for using
@ViewBuilderonly when it improves readability - MARK-based file organization guidance
- Guidance for categorized extensions instead of one extension per function
- Function formatting and short function documentation guidance
- Guidance for reusable helpers and focused extensions
- Guidance for centralized
UserDefaultsstores instead of scattered raw keys - Guidance for directly testing reusable helpers, extensions, and persistence wrappers
- Debug output guidance using
LoggeranddebugPrint
Notes
This release packages the current stable Swift skill improvements under v1.0.2.
Contributions, suggestions, and improvements are very welcome.