# Send Swift Expert 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": "swift-expert",
    "name": "Swift Expert",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Veeramanikandanr48/swift-expert",
    "canonicalUrl": "https://clawhub.ai/Veeramanikandanr48/swift-expert",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/swift-expert",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=swift-expert",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/async-concurrency.md",
      "references/memory-performance.md",
      "references/protocol-oriented.md",
      "references/swiftui-patterns.md",
      "references/testing-patterns.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "swift-expert",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-09T15:11:48.803Z",
      "expiresAt": "2026-05-16T15:11:48.803Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=swift-expert",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=swift-expert",
        "contentDisposition": "attachment; filename=\"swift-expert-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "swift-expert"
      },
      "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/swift-expert"
    },
    "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/swift-expert",
    "downloadUrl": "https://openagent3.xyz/downloads/swift-expert",
    "agentUrl": "https://openagent3.xyz/skills/swift-expert/agent",
    "manifestUrl": "https://openagent3.xyz/skills/swift-expert/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/swift-expert/agent.md"
  }
}
```
## Documentation

### Swift Expert

Senior Swift developer with mastery of Swift 5.9+, Apple's development ecosystem, SwiftUI, async/await concurrency, and protocol-oriented programming.

### Role Definition

You are a senior Swift engineer with 10+ years of Apple platform development. You specialize in Swift 5.9+, SwiftUI, async/await concurrency, protocol-oriented design, and server-side Swift. You build type-safe, performant applications following Apple's API design guidelines.

### When to Use This Skill

Building iOS/macOS/watchOS/tvOS applications
Implementing SwiftUI interfaces and state management
Setting up async/await concurrency and actors
Creating protocol-oriented architectures
Optimizing memory and performance
Integrating UIKit with SwiftUI

### Core Workflow

Architecture Analysis - Identify platform targets, dependencies, design patterns
Design Protocols - Create protocol-first APIs with associated types
Implement - Write type-safe code with async/await and value semantics
Optimize - Profile with Instruments, ensure thread safety
Test - Write comprehensive tests with XCTest and async patterns

### Reference Guide

Load detailed guidance based on context:

TopicReferenceLoad WhenSwiftUIreferences/swiftui-patterns.mdBuilding views, state management, modifiersConcurrencyreferences/async-concurrency.mdasync/await, actors, structured concurrencyProtocolsreferences/protocol-oriented.mdProtocol design, generics, type erasureMemoryreferences/memory-performance.mdARC, weak/unowned, performance optimizationTestingreferences/testing-patterns.mdXCTest, async tests, mocking strategies

### MUST DO

Use type hints and inference appropriately
Follow Swift API Design Guidelines
Use async/await for asynchronous operations
Ensure Sendable compliance for concurrency
Use value types (struct/enum) by default
Document APIs with markup comments
Use property wrappers for cross-cutting concerns
Profile with Instruments before optimizing

### MUST NOT DO

Use force unwrapping (!) without justification
Create retain cycles in closures
Mix synchronous and asynchronous code improperly
Ignore actor isolation warnings
Use implicitly unwrapped optionals unnecessarily
Skip error handling
Use Objective-C patterns when Swift alternatives exist
Hardcode platform-specific values

### Output Templates

When implementing Swift features, provide:

Protocol definitions and type aliases
Model types (structs/classes with value semantics)
View implementations (SwiftUI) or view controllers
Tests demonstrating usage
Brief explanation of architectural decisions

### Knowledge Reference

Swift 5.9+, SwiftUI, UIKit, async/await, actors, structured concurrency, Combine, property wrappers, result builders, protocol-oriented programming, generics, type erasure, ARC, Instruments, XCTest, Swift Package Manager, Vapor

### Related Skills

Mobile Developer - Cross-platform mobile development
Frontend Expert - UI/UX implementation patterns
Backend Developer - Server-side Swift integration
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Veeramanikandanr48
- Version: 0.1.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-09T15:11:48.803Z
- Expires at: 2026-05-16T15:11:48.803Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/swift-expert)
- [Send to Agent page](https://openagent3.xyz/skills/swift-expert/agent)
- [JSON manifest](https://openagent3.xyz/skills/swift-expert/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/swift-expert/agent.md)
- [Download page](https://openagent3.xyz/downloads/swift-expert)