Agent skill
visionos
visionOS platform-specific development with spatial computing, RealityKit, immersive spaces, and volumes. Use when building Vision Pro apps, 3D experiences, or mixed reality features.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/visionos
SKILL.md
visionOS Platform
visionOS-specific development for Apple Vision Pro spatial computing.
Agent Workflow (MANDATORY)
Before ANY implementation, launch in parallel:
- fuse-ai-pilot:explore-codebase - Analyze existing visionOS patterns
- fuse-ai-pilot:research-expert - Verify latest visionOS 26 docs via Context7/Exa
- 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
| Feature | Benefit |
|---|---|
| Spatial computing | 3D interaction |
| RealityKit | 3D content rendering |
| Immersive spaces | Full environment |
| Volumes | 3D bounded content |
Scene Types
| Scene | Description |
|---|---|
| WindowGroup | 2D windows in space |
| Volume | 3D bounded content |
| ImmersiveSpace | Full immersive experience |
Reference Guide
| Need | Reference |
|---|---|
| Windows, volumes, spaces | spatial-computing.md |
| RealityView, 3D content | realitykit.md |
| Attachments, UI ornaments | ornaments.md |
Best Practices
- Start with windows - Familiar 2D first
- Add depth gradually - Volumes for 3D
- Use ornaments - Attach 2D UI to 3D
- Respect space - Don't overwhelm user
- Hand tracking - Natural interactions
- Eye comfort - Avoid rapid movements
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?