iiRecord
Agentic AI Atlas · iOS Mobile
specialization:mobile-iosa5c.ai
II.
Specialization JSON

specialization:mobile-ios

Structured · live

iOS Mobile json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/specializations/mobile-ios.yamlCluster · domain
Record JSON
{
  "id": "specialization:mobile-ios",
  "_kind": "Specialization",
  "_file": "domain/specializations/mobile-ios.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "iOS Mobile",
    "parentDomainId": "domain:mobile",
    "description": "iOS Mobile specialization covers native app development for iPhone and\niPad using Apple's platforms, tools, and design guidelines.\n\nCore skills include Swift and SwiftUI (UIKit for legacy), Xcode project\nconfiguration, App Store submission and TestFlight, Apple's Human\nInterface Guidelines, Combine and Swift concurrency (async/await),\nCore Data and CloudKit for persistence, and platform integrations\n(HealthKit, ARKit, push notifications via APNs). The specialization\nrelates closely to Swift as the primary language, and intersects with\nReact Native and Flutter when cross-platform is a concern.\n"
  },
  "outgoingEdges": [
    {
      "from": "specialization:mobile-ios",
      "to": "domain:mobile",
      "kind": "specializes"
    },
    {
      "from": "specialization:mobile-ios",
      "to": "framework:swiftui",
      "kind": "uses_framework"
    },
    {
      "from": "specialization:mobile-ios",
      "to": "library:alamofire",
      "kind": "uses_library"
    },
    {
      "from": "specialization:mobile-ios",
      "to": "library:combine",
      "kind": "uses_library"
    },
    {
      "from": "specialization:mobile-ios",
      "to": "tool:xcodebuild",
      "kind": "uses_tool"
    }
  ],
  "incomingEdges": [
    {
      "from": "domain:mobile",
      "to": "specialization:mobile-ios",
      "kind": "contains"
    },
    {
      "from": "skill-area:ios-native",
      "to": "specialization:mobile-ios",
      "kind": "applies_to",
      "attributes": {
        "confidence": "primary"
      }
    }
  ]
}