Asi vr
Virtual reality (VR) reality tech. Locomotion, comfort defaults, controllers/hands, performance budgets, and interaction patterns.
install
source · Clone the upstream repo
git clone https://github.com/plurigrid/asi
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/plurigrid/asi "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/vr" ~/.claude/skills/plurigrid-asi-vr && rm -rf "$T"
manifest:
skills/vr/SKILL.mdsource content
VR (Virtual Reality)
Use when the user is building an immersive VR experience (Quest/PCVR) in WebXR or OpenXR.
Comfort Defaults
- Teleport locomotion + snap-turn
- No forced acceleration; no camera shake by default
- Stable horizon; keep UI readable and at comfortable depth
Interaction Defaults
- Start with ray pointer + grab/select
- Use clear affordances: hover, highlight, haptics (when supported)
Debug Checklist
- Confirm runtime (OpenXR) and controller profiles
- Validate action bindings and input mappings per device
- Measure on-device frame timing early
See also:
ar-vr-xr for performance and privacy checklists.