Asi xr
Extended reality (XR/MR) reality tech. Mixed reality and spatial computing across AR and VR capabilities.
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/xr" ~/.claude/skills/plurigrid-asi-xr && rm -rf "$T"
manifest:
skills/xr/SKILL.mdsource content
XR / MR (Extended or Mixed Reality)
Use when the user needs guidance across the AR/VR boundary: passthrough + world-locked content + immersive interaction.
Default to the umbrella skill
ar-vr-xr unless the request is clearly AR-only (ar) or VR-only (vr).
Key concerns to surface:
- Comfort + locomotion choices
- Sensor privacy (camera, room mapping)
- Platform constraints (runtime, permissions, capability availability)
- Shared state correctness under faults: use
jepsen-testing - Device-specific guidance:
varjo-xr-4