From ios-developer
Generates a SwiftUI view with proper MVVM architecture, state management, accessibility, dark mode, and preview configurations.
How this command is triggered — by the user, by Claude, or both
Slash command
/ios-developer:create-viewThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /create-view - Create SwiftUI View Generate a SwiftUI view with proper architecture and best practices. ## Steps 1. Ask the user for the view name, purpose, and data requirements 2. Determine the view type: screen (full page), component (reusable), or sheet (modal) 3. Create the SwiftUI view file with the appropriate structure 4. Add @State, @Binding, @ObservedObject, or @EnvironmentObject properties as needed 5. Implement the view body with proper layout: VStack, HStack, ZStack, List, or Grid 6. Add navigation elements: NavigationLink, sheet, alert, or confirmationDialog 7. Include lo...
Generate a SwiftUI view with proper architecture and best practices.
6plugins reuse this command
First indexed Mar 30, 2026
npx claudepluginhub samuelj90/awesome-claude-code-toolkit --plugin ios-developer/create-viewGenerates a SwiftUI view with proper MVVM architecture, state management, accessibility, dark mode, and preview configurations.
/viewsEnforces SwiftUI best practices: extract subviews into separate files, use view models for logic, prefer @Animatable macro, and avoid legacy APIs.
/convertConverts a Claude-generated HTML design into a SwiftUI View file in the active Xcode workspace, with visual diff iteration.
/f5-mobileGenerates mobile app screens, widgets, models, services, and more for auto-detected stack (Flutter, React Native Expo, Android Kotlin, iOS Swift). Outputs files list, architecture diagram, next steps.