Skip to content
Development
Skill

/visionos

Use when building Vision Pro apps — spatial computing, RealityKit 3D content, immersive spaces, or volumes.

From plugin
fusengine-agents
27196 skills37 agents33 commands
Install
$ npx -y skills add fusengine/agents --skill visionos --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/visionos

Context preview

The summary Claude sees to decide when to auto-load this skill.

Use when building Vision Pro apps — spatial computing, RealityKit 3D content, immersive spaces, or volumes.

SKILL.md

visionos.SKILL.md
name: visionos
description: Use when building Vision Pro apps — spatial computing, RealityKit 3D content, immersive spaces, or volumes.
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

<objective> Covers visionOS-specific development for Apple Vision Pro spatial computing: 3D spatial interaction, RealityKit-based 3D content rendering, immersive environments, mixed-reality features, and hand/eye tracking.

Covers the three scene types available — WindowGroup (2D windows in space), Volume (3D bounded content), and ImmersiveSpace (full immersive experience) — with references on windows/volumes/spaces, RealityView/3D content, and ornament-based 2D UI attachments.

Best practices: start with familiar 2D windows before adding depth, introduce volumes gradually for 3D content, use ornaments to attach 2D UI to 3D scenes, respect the user's physical space rather than overwhelming it, design for natural hand tracking, and avoid rapid movements that cause eye discomfort. </objective>

visionOS Platform

visionOS-specific development for Apple Vision Pro spatial computing.

Agent Workflow (MANDATORY)

Before ANY implementation, spawn 3 agents in parallel, one `Agent` call each with a `name`:

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

| 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](references/spatial-computing.md) | | RealityView, 3D content | [realitykit.md](references/realitykit.md) | | Attachments, UI ornaments | [ornaments.md](references/ornaments.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

Read more
Ships withfusengine-agents

A plugin ecosystem that turns Claude Code into a supervised, multi-agent development environment.

Get the whole plugin

Other skills on fusengine-agents.