AgentSkillsCN

visionos

visionOS 平台专用开发,支持空间计算、RealityKit、沉浸式空间及体积感。适用于构建 Vision Pro 应用、3D 体验或混合现实功能时。

SKILL.md
--- frontmatter
name: visionos
description: visionOS platform-specific development with spatial computing, RealityKit, immersive spaces, and volumes. Use when building Vision Pro apps, 3D experiences, or mixed reality features.
versions:
  visionos: 26
user-invocable: false
references: references/spatial-computing.md, references/realitykit.md, references/ornaments.md
related-skills: swift-core, swiftui-core, mcp-tools

visionOS Platform

visionOS-specific development for Apple Vision Pro spatial computing.

Agent Workflow (MANDATORY)

Before ANY implementation, use TeamCreate to spawn 3 agents:

  1. fuse-ai-pilot:explore-codebase - Analyze existing visionOS patterns
  2. fuse-ai-pilot:research-expert - Verify latest visionOS 26 docs via Context7/Exa
  3. mcp__apple-docs__search_apple_docs - Check spatial computing patterns

After implementation, run fuse-ai-pilot:sniper for validation.


Overview

When to Use

  • Building Vision Pro applications
  • Creating 3D spatial experiences
  • Mixed reality features
  • Immersive environments
  • Hand and eye tracking

Why visionOS Skill

FeatureBenefit
Spatial computing3D interaction
RealityKit3D content rendering
Immersive spacesFull environment
Volumes3D bounded content

Scene Types

SceneDescription
WindowGroup2D windows in space
Volume3D bounded content
ImmersiveSpaceFull immersive experience

Reference Guide

NeedReference
Windows, volumes, spacesspatial-computing.md
RealityView, 3D contentrealitykit.md
Attachments, UI ornamentsornaments.md

Best Practices

  1. Start with windows - Familiar 2D first
  2. Add depth gradually - Volumes for 3D
  3. Use ornaments - Attach 2D UI to 3D
  4. Respect space - Don't overwhelm user
  5. Hand tracking - Natural interactions
  6. Eye comfort - Avoid rapid movements