Releases: rouzbeh-abadi/Swift-Agent-Skill
Releases · rouzbeh-abadi/Swift-Agent-Skill
Release list
Swift-Agent-Skill v1.0.2
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.
Swift-Agent-Skill v1.0.1
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.