What problem does it solve? Manually integrating the Dynatrace OneAgent SDK into an iOS project involves error-prone steps: editing the Xcode project file, creating a Dynatrace.plist, adding privacy opt-in code, and verifying the agent actually starts. This Skill automates the entire flow from zero to first monitoring event. ## Core Features & Use Cases - Automated SPM Integration: Adds the Dynatrace Swift Mobile SDK package dependency to your Xcode project using an idempotent Ruby script built on the xcodeproj gem. - Configuration & Privacy Setup: Generates the Dynatrace.plist with DTXApplicationID and DTXBeaconURL, and injects user privacy opt-in code into your SwiftUI or UIKit entry point. - End-to-End Verification: Builds the project, launches it on an iOS simulator, and asserts the Dynatrace agent startup log appears, with distinct exit codes for each failure type. - Use Case: You copy a setup prompt from the Dynatrace Experience Vitals wizard containing your DTXApplicationID and DTXBeaconURL, paste it into your AI assistant, and the Skill configures, builds, and verifies the integration automatically. ## Quick Start Set up the Dynatrace iOS SDK in my Xcode project using this configuration: DTXApplicationID ABC-123 and DTXBeaconURL https://example.dynatrace.com/mbeacon.