Augmented reality (AR) reality tech. Passthrough overlays, hit-test/anchors, occlusion, lighting, camera permissions, and safety.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add plurigrid/asi --skill ar --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Ar?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/plurigrid-asi-50eb1825)More formats (shields.io, HTML) on the badges page.
---
name: ar
description: Augmented reality (AR) reality tech. Passthrough overlays, hit-test/anchors, occlusion, lighting, camera permissions, and safety.
license: Apache-2.0
metadata:
trit: 0
version: "1.0.0"
bundle: reality-tech
---
# AR (Augmented Reality)
Use when the user is building AR on WebXR (immersive-ar) or native (ARKit/ARCore/OpenXR).
## Fast Defaults
- Prefer stable world-locked content; avoid screen-locked UI unless necessary
- Use clear permission prompts and visible camera-on indicators
- Start with: hit-test + placement + anchors + simple interaction
## AR Capability Checklist
- Plane / mesh detection
- Hit-test (placing content onto surfaces)
- Anchors (persistent placement)
- Occlusion (depth) and lighting estimation if available
- Safety boundaries (keep critical UI in view, avoid distraction)
## Debug Checklist
- Confirm session type (WebXR `immersive-ar`) or native runtime
- Verify tracking origin and world scale (1 unit = 1 meter)
- Confirm anchor lifetimes and relocalization handling
See also: `ar-vr-xr` for the full workflow and shared performance/comfort guidance.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!