Avp Builder
Description
Deploy visionOS apps to Apple Vision Pro entirely from the command line using Claude Code
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
AVP Builder
**Deploy visionOS apps to your Apple Vision Pro entirely from the command line using Claude Code.**
Clone a repo, build it, and install it on your headset -- or create a native volumetric RealityKit app from scratch -- without ever opening Xcode's project editor.
What's in this repo
| File | What it does |
|---|---|
| CLAUDE.md | Drop-in project instructions for Claude Code. Put this in your working directory and Claude Code knows how to build and deploy to your AVP. |
| CLAUDE_TO_AVP.md | Step-by-step technical reference for the entire pipeline: pairing, signing, building, deploying, and troubleshooting. |
| SKILL.md | The full guide -- prerequisites, one-time setup, how it works, building from scratch, common pitfalls, and tested apps. Start here. |
Quick start
**One-time setup** -- pair your AVP, enable Developer Mode, trust the cert. See [SKILL.md](SKILL.md#one-time-setup) for details.
**Copy `CLAUDE.md`** into an empty working directory.
**Tell Claude Code what you want:**
"Clone dougholland/Cubes from GitHub, build it, and deploy it to my Apple Vision Pro."
Claude Code handles cloning, signing, building, and wireless deployment.
**Or build from scratch:**
"Build me a volumetric app that shows a 3D Earth with live satellite cloud data."
Claude Code will generate a complete RealityKit project, build it, and deploy it.
Requirements
| Component | Required |
|---|---|
| Mac with Xcode | Yes |
| Apple Developer Program ($99/year) | No -- free Apple ID works |
| USB cable | No -- AVP is wireless only |
| Wearing the headset | Only for initial pairing and certificate trust |
| Xcode GUI | Only for Devices & Simulators window during pairing |
| Claude Code | Yes |
How it works
Claude Code automates every stage after the one-time device pairing:
- Clone a visionOS project from GitHub
- Configure signing, bundle IDs,
Related Skills
Docker
---
DevOps Kubernetes
---
DevOps AWS Skills
AWS development with CDK best practices, cost optimization MCP servers, and serverless/event-driven architectu
DevOps Composio Split
Manage Split feature flags and experiments
DevOps **claude-code-router**
(25.3k ⭐) - Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interac
DevOps CLAUDE.md CI/CD Wiki
Community patterns for CLAUDE.md configuration in CI/CD pipelines.
DevOps