SwiftUI Empty App Init
v1.0.0Initialize 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· 2.2k·5 current·5 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name and description match the instructions: the skill expects Xcode and XcodeGen and only generates a minimal single-target SwiftUI .xcodeproj. No unrelated binaries, credentials, or installs are requested.
Instruction Scope
Instructions are narrowly focused on creating a project.yml and running XcodeGen. They explicitly forbid auto-installation and avoid building or launching simulators. Two operational notes: (1) the skill directs writing files into the current directory and does not instruct checking for or avoiding overwriting existing files — users should run it in an empty/isolated directory or back up first; (2) it instructs the agent to 'proceed immediately' once inputs are provided (minimal confirmation), which is a behavior choice but not a security red flag by itself.
Install Mechanism
This is an instruction-only skill with no install spec and no code files — nothing is written to disk by the skill bundle itself and no third-party downloads are specified.
Credentials
The skill requests no environment variables, credentials, or configuration paths beyond requiring Xcode/XcodeGen to be present; requested access is proportional to its purpose.
Persistence & Privilege
always is false, the skill does not request persistent or elevated platform privileges, and it does not modify other skills or global agent settings.
Assessment
This skill appears coherent for initializing a minimal SwiftUI project, but before using it: (1) ensure Xcode is selected (xcode-select) and XcodeGen is on PATH; (2) run it in an empty or backed-up directory to avoid accidental file overwrite (it will create project.yml, a .xcodeproj, and source files in CWD); (3) double-check the provided project name and bundle identifier because the skill is configured to 'proceed immediately' without extra confirmations; (4) note the skill will not auto-install prerequisites — if XcodeGen is missing it will stop and report what’s missing. If you need additional scaffolding (icons, tests, packages), explicitly request those options because the skill intentionally omits them.Like a lobster shell, security has layers — review code before you run it.
latestvk974dqcr7m2pk43a9zk02xgzbn7z7cgh
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
