Skip to content

Releases: rouzbeh-abadi/Swift-Agent-Skill

Swift-Agent-Skill v1.0.2

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.

Swift-Agent-Skill v1.0.1

Choose a tag to compare

@rouzbeh-abadi rouzbeh-abadi released this 31 Mar 20:55

Swift-Agent-Skill 1.0.1

This release publishes the current stable version of Swift-Agent-Skill.

Included in this release

  • Broad Swift expert skill for AI coding agents
  • Guidance for Swift language patterns and API design
  • Swift concurrency reference
  • Swift Package Manager reference
  • Swift testing reference
  • Swift style and lint guidance, including SwiftLint-related practices
  • Plugin packaging for supported tools
  • OpenAI agent manifest support

Notes

This release packages the current project state as v1.0.1 for easier installation and versioning.

Contributions, suggestions, and improvements are very welcome.