npx claudepluginhub pluginagentmarketplace/custom-plugin-swift --plugin swift-assistant# Swift New Command Scaffold new Swift projects and components. ## Usage ## Templates - **app** - iOS/macOS application - **package** - Swift Package - **view** - SwiftUI View - **viewmodel** - ViewModel class - **service** - Service class - **repository** - Repository pattern
Scaffold new Swift projects and components.
/swift-new app MyApp
/swift-new package MyLibrary
/swift-new view UserProfile
/swift-new viewmodel UserList