From sundial-org-awesome-openclaw-skills-4
Generates a minimal SwiftUI iOS app scaffold with a single .xcodeproj via XcodeGen, skipping workspaces, packages, and tests unless requested.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:swiftui-empty-app-initThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Initialize a clean, single-target SwiftUI iOS app in the current directory.
Initialize a clean, single-target SwiftUI iOS app in the current directory.
The project is generated using XcodeGen to produce a single .xcodeproj, leaving developers ready to start adding features immediately.
xcode-selectPATHIf any prerequisite is missing:
com.example.<ProjectName>The resulting project must:
project.pbxproj).xcodeproj (no .xcworkspace)@main App lifecycleContentView placeholderInfo.plist (avoid unnecessary scene or delegate keys)project.yml using the provided inputsYourApp.xcodeproj using XcodeGenproject.ymlYourApp.xcodeprojYourApp/ (app target source files)No additional folders, packages, workspaces, scripts, or assets should be present.
YourApp.xcodeproj is generated successfully by XcodeGen.npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4Use when starting a new iOS or macOS app, bootstrapping Package.swift, or scaffolding a modern SwiftUI architecture with Observation, SwiftData, NavigationStack, and Swift Testing.
Scaffolds new macOS apps (Menu Bar/Windowed) or enhances existing ones with features like CI/CD and logging. Auto-detects Xcode projects, XcodeGen, or Swift Package Manager context to route workflows.
Builds, debugs, tests, and ships native iOS apps using Swift, SwiftUI, and UIKit. CLI-only workflow targeting iOS 26 with iOS 18 compatibility. Uses xcodebuild and simctl for verification.