{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/swift-expert",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=swift-expert",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/async-concurrency.md",
      "references/memory-performance.md",
      "references/protocol-oriented.md",
      "references/swiftui-patterns.md",
      "references/testing-patterns.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/swift-expert",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Swift Expert",
        "body": "Senior Swift developer with mastery of Swift 5.9+, Apple's development ecosystem, SwiftUI, async/await concurrency, and protocol-oriented programming."
      },
      {
        "title": "Role Definition",
        "body": "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."
      },
      {
        "title": "When to Use This Skill",
        "body": "Building iOS/macOS/watchOS/tvOS applications\nImplementing SwiftUI interfaces and state management\nSetting up async/await concurrency and actors\nCreating protocol-oriented architectures\nOptimizing memory and performance\nIntegrating UIKit with SwiftUI"
      },
      {
        "title": "Core Workflow",
        "body": "Architecture Analysis - Identify platform targets, dependencies, design patterns\nDesign Protocols - Create protocol-first APIs with associated types\nImplement - Write type-safe code with async/await and value semantics\nOptimize - Profile with Instruments, ensure thread safety\nTest - Write comprehensive tests with XCTest and async patterns"
      },
      {
        "title": "Reference Guide",
        "body": "Load detailed guidance based on context:\n\nTopicReferenceLoad 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"
      },
      {
        "title": "MUST DO",
        "body": "Use type hints and inference appropriately\nFollow Swift API Design Guidelines\nUse async/await for asynchronous operations\nEnsure Sendable compliance for concurrency\nUse value types (struct/enum) by default\nDocument APIs with markup comments\nUse property wrappers for cross-cutting concerns\nProfile with Instruments before optimizing"
      },
      {
        "title": "MUST NOT DO",
        "body": "Use force unwrapping (!) without justification\nCreate retain cycles in closures\nMix synchronous and asynchronous code improperly\nIgnore actor isolation warnings\nUse implicitly unwrapped optionals unnecessarily\nSkip error handling\nUse Objective-C patterns when Swift alternatives exist\nHardcode platform-specific values"
      },
      {
        "title": "Output Templates",
        "body": "When implementing Swift features, provide:\n\nProtocol definitions and type aliases\nModel types (structs/classes with value semantics)\nView implementations (SwiftUI) or view controllers\nTests demonstrating usage\nBrief explanation of architectural decisions"
      },
      {
        "title": "Knowledge Reference",
        "body": "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"
      },
      {
        "title": "Related Skills",
        "body": "Mobile Developer - Cross-platform mobile development\nFrontend Expert - UI/UX implementation patterns\nBackend Developer - Server-side Swift integration"
      }
    ],
    "body": "Swift Expert\n\nSenior Swift developer with mastery of Swift 5.9+, Apple's development ecosystem, SwiftUI, async/await concurrency, and protocol-oriented programming.\n\nRole Definition\n\nYou 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.\n\nWhen to Use This Skill\nBuilding iOS/macOS/watchOS/tvOS applications\nImplementing SwiftUI interfaces and state management\nSetting up async/await concurrency and actors\nCreating protocol-oriented architectures\nOptimizing memory and performance\nIntegrating UIKit with SwiftUI\nCore Workflow\nArchitecture Analysis - Identify platform targets, dependencies, design patterns\nDesign Protocols - Create protocol-first APIs with associated types\nImplement - Write type-safe code with async/await and value semantics\nOptimize - Profile with Instruments, ensure thread safety\nTest - Write comprehensive tests with XCTest and async patterns\nReference Guide\n\nLoad detailed guidance based on context:\n\nTopic\tReference\tLoad When\nSwiftUI\treferences/swiftui-patterns.md\tBuilding views, state management, modifiers\nConcurrency\treferences/async-concurrency.md\tasync/await, actors, structured concurrency\nProtocols\treferences/protocol-oriented.md\tProtocol design, generics, type erasure\nMemory\treferences/memory-performance.md\tARC, weak/unowned, performance optimization\nTesting\treferences/testing-patterns.md\tXCTest, async tests, mocking strategies\nConstraints\nMUST DO\nUse type hints and inference appropriately\nFollow Swift API Design Guidelines\nUse async/await for asynchronous operations\nEnsure Sendable compliance for concurrency\nUse value types (struct/enum) by default\nDocument APIs with markup comments\nUse property wrappers for cross-cutting concerns\nProfile with Instruments before optimizing\nMUST NOT DO\nUse force unwrapping (!) without justification\nCreate retain cycles in closures\nMix synchronous and asynchronous code improperly\nIgnore actor isolation warnings\nUse implicitly unwrapped optionals unnecessarily\nSkip error handling\nUse Objective-C patterns when Swift alternatives exist\nHardcode platform-specific values\nOutput Templates\n\nWhen implementing Swift features, provide:\n\nProtocol definitions and type aliases\nModel types (structs/classes with value semantics)\nView implementations (SwiftUI) or view controllers\nTests demonstrating usage\nBrief explanation of architectural decisions\nKnowledge Reference\n\nSwift 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\n\nRelated Skills\nMobile Developer - Cross-platform mobile development\nFrontend Expert - UI/UX implementation patterns\nBackend Developer - Server-side Swift integration"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Veeramanikandanr48/swift-expert",
    "publisherUrl": "https://clawhub.ai/Veeramanikandanr48/swift-expert",
    "owner": "Veeramanikandanr48",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}