Build 3D and AR apps on Apple platforms (iOS, macOS, visionOS) with SceneViewSwift — the SwiftUI wrapper around RealityKit. Use whenever the user asks for "3D in SwiftUI", "AR with ARKit in SwiftUI", a model viewer for iOS, or any Apple-platform 3D/AR app where the dependency is the SceneViewSwift Swift Package from github.com/sceneview/sceneview. For Jetpack Compose / Android use the sceneview skill instead; for the browser use sceneview-web. Skip for plain ARKit-SDK / SceneKit / Unity / Unreal / RealityKit-without-SceneViewSwift work.
$npx -y skills add sceneview/sceneview --skill sceneview-iosInstalls into the current project.
Run `npx skills use "https://github.com/sceneview/sceneview" --skill "sceneview/sceneview/sceneview-ios"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/sceneview/sceneview" that are relevant to the current task. Run `npx skills add "https://github.com/sceneview/sceneview"` and select the relevant skills, then follow their instructions.