Skip to content

Swift-Agent-Skill v1.0.2

Latest

Choose a tag to compare

@rouzbeh-abadi rouzbeh-abadi released this 31 Mar 22:40

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 body implementations readable with extracted sections
  • Guidance for using @ViewBuilder only 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 UserDefaults stores instead of scattered raw keys
  • Guidance for directly testing reusable helpers, extensions, and persistence wrappers
  • Debug output guidance using Logger and debugPrint

Notes

This release packages the current stable Swift skill improvements under v1.0.2.

Contributions, suggestions, and improvements are very welcome.