Overview
- Skill Key
- ignaciocervino/swiftui-empty-app-init
- Author
- ignaciocervino
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/ignaciocervino/swiftui-empty-app-init
- Latest Commit SHA
- 2c6e2342b8fa5814f0bc29412801d9ea6b7703a3
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).
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 swiftui-empty-app-init 技能。 若已安装,则直接安装 swiftui-empty-app-init 技能。
# SwiftUI Empty App Init ## Overview 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. ## Prerequisites - Xcode installed and selected via `xcode-select` - **XcodeGen** available on `PATH` If any prerequisite is missing: - Stop execution - Tell the user exactly what is missing - Do **not** attempt alternative scaffolding or auto-installation ## Inputs - **Project name** (required) - **Minimum iOS deployment target** - **Optional bundle identifier** (or use default) ## Defaults (use without extra confirmation) - Bundle identifier default: `com.example.<ProjectName>` - Proceed immediately once required inputs are provided (do not ask extra confirmations) ## Core Requirements The resulting project must: - Be generated via **XcodeGen** (do not hand-author `project.pbxproj`) - Use a single `.xcodeproj` (no `.xcworkspace`) - Contain exactly one **app target** - Use the SwiftUI `@main App` lifecycle - Contain a minimal `ContentView` placeholder - Contain a minimal `Info.plist` (avoid unnecessary scene or delegate keys) - Contain **no Swift packages** - Contain **no test targets** unless explicitly requested ## Generation - Create a minimal `project.yml` using the provided inputs - Generate `YourApp.xcodeproj` using XcodeGen - Ensure the output matches all Core Requirements ## Expected Structure - `project.yml` - `YourApp.xcodeproj` - `YourApp/` (app target source files) - Optional config files only No additional folders, packages, workspaces, scripts, or assets should be present. ## Minimal Verification (fast) - Confirm `YourApp.xcodeproj` is generated successfully by XcodeGen. - Confirm the default scheme exists (e.g., via a lightweight scheme listing). - Do **not** boot simulators, build, install, or launch unless explicitly requested. ## Notes - Keep the project minimal and unopinionated - Do no...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.