Communityv1.0.0

SwiftUI Empty App Init

Initialize a minimal SwiftUI iOS app in the current directory by generating a single `.xcodeproj` with XcodeGen (no workspaces, packages, or tests unless explicitly requested).

2.3kdownloads2stars5active installsignaciocervino
View on ClawHubBack to Skills

Skill Details

Slug
swiftui-empty-app-init
Latest Version
1.0.0
Author
ignaciocervino
Published
Jan 14, 2026
Updated
Feb 26, 2026
Total Versions
1

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for SwiftUI Empty App Init.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.0.0

Initial release of swiftui-empty-app-init. - Initializes a minimal SwiftUI iOS app using XcodeGen in the current directory. - Generates a single `.xcodeproj` with exactly one app target and no additional workspaces, packages, or tests (unless explicitly requested). - Prompts for project name, minimum iOS deployment target, and optional bundle identifier (defaults provided). - Ensures required prerequisites (Xcode, XcodeGen) are present before proceeding. - Produces a clean project structure with minimal source files and configuration, ready for immediate development.