# Send SwiftUI Empty App Init to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "swiftui-empty-app-init",
    "name": "SwiftUI Empty App Init",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/ignaciocervino/swiftui-empty-app-init",
    "canonicalUrl": "https://clawhub.ai/ignaciocervino/swiftui-empty-app-init",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/swiftui-empty-app-init",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=swiftui-empty-app-init",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "swiftui-empty-app-init",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T08:44:09.496Z",
      "expiresAt": "2026-05-08T08:44:09.496Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=swiftui-empty-app-init",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=swiftui-empty-app-init",
        "contentDisposition": "attachment; filename=\"swiftui-empty-app-init-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "swiftui-empty-app-init"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/swiftui-empty-app-init"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/swiftui-empty-app-init",
    "downloadUrl": "https://openagent3.xyz/downloads/swiftui-empty-app-init",
    "agentUrl": "https://openagent3.xyz/skills/swiftui-empty-app-init/agent",
    "manifestUrl": "https://openagent3.xyz/skills/swiftui-empty-app-init/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/swiftui-empty-app-init/agent.md"
  }
}
```
## Documentation

### 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 not add icons/scripts, packages, workspaces, or architecture scaffolding
This skill is for app initialization only, not feature scaffolding
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ignaciocervino
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-01T08:44:09.496Z
- Expires at: 2026-05-08T08:44:09.496Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/swiftui-empty-app-init)
- [Send to Agent page](https://openagent3.xyz/skills/swiftui-empty-app-init/agent)
- [JSON manifest](https://openagent3.xyz/skills/swiftui-empty-app-init/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/swiftui-empty-app-init/agent.md)
- [Download page](https://openagent3.xyz/downloads/swiftui-empty-app-init)