By meta-quest
Develop, debug, and deploy Meta Quest and Horizon OS apps with AI-assisted workflows for project scaffolding, Unity/WebXR development, performance profiling, SDK integration, and store submission.
Guides porting existing Android 2D apps to Meta Quest and Horizon OS — input adaptation, panel layout, and design requirements. Use when adapting a mobile Android app for Quest.
Upgrades Meta Quest apps to newer Horizon OS SDK versions — migration guides, deprecated API replacements, changelog. Use when updating SDK versions or fixing deprecated API warnings.
Guides design of comfortable, intuitive VR/MR experiences for Meta Quest and Horizon OS — comfort guidelines, interaction patterns, spatial layout, accessibility. Use during UX design review or when evaluating comfort and accessibility.
Builds WebXR experiences for Meta Quest and Horizon OS using the Immersive Web SDK (IWSDK) — ECS architecture, Three.js integration, spatial UI. Use when creating web-based VR/MR apps for Quest Browser.
Scaffolds new Meta Quest and Horizon OS projects with recommended settings for Unity, Unreal, Android/Spatial SDK, or WebXR. Use when creating a new Quest app from scratch.
Matches all tools
Hooks run on every tool call, not just specific ones
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Agentic skills and tools for Meta Quest and Horizon OS development.
This repository packages a curated set of agentic tools and skills for Meta Quest and Horizon OS development, along with shared metavr references and contribution/process documentation for maintaining the skill ecosystem.
The skills follow the open Agent Skills model: each skill has a required SKILL.md plus optional supporting files that are loaded on demand. This repo includes packaging artifacts for Claude Code, Cursor, Codex, GitHub Copilot CLI, and Gemini-compatible environments.
Skills are powered by the metavr (Meta VR CLI), which provides device management, app management, performance tooling, and documentation search through both direct commands and an MCP server.
npx (no install required):
npx -y metavr --version
Using Bun? Substitute bunx metavr for npx -y metavr in any command in this README — no -y is needed (e.g. bunx metavr --version).Add Meta Quest Agentic Tools marketplace and install the agentic tools plugin
Within claude run:
/plugin marketplace add meta-quest/agentic-tools
/plugin install meta-vr@meta-quest
Install from the Cursor marketplace with:
/add-plugin meta-quest-agentic-tools
Or install online at: https://cursor.com/marketplace/meta-reality-labs
codex plugin marketplace add meta-quest/agentic-tools
codex plugin install meta-vr
copilot plugin marketplace add meta-quest/agentic-tools
copilot plugin install meta-vr@meta-quest
gemini extensions install https://github.com/meta-quest/agentic-tools
Prefer to install the skills directly — independent of any specific editor or plugin marketplace? These editor-agnostic CLIs install the skills from this repo into whichever agent you choose.
gh skill)Published as Agent Skills releases and installable with the built-in gh skill command. Requires a recent GitHub CLI (gh) — gh skill is a preview feature.
# Install all skills from this repo
gh skill install meta-quest/agentic-tools
# Install a single skill
gh skill install meta-quest/agentic-tools hz-spatial-sdk
# Target a specific agent, or install for all projects
gh skill install meta-quest/agentic-tools --agent claude-code --scope user
npx skills)# Add every skill from this repo
npx skills add meta-quest/agentic-tools
Browse the catalog at skills.sh/meta-quest/agentic-tools.
npx ctx7)# Interactive — pick from a list
npx ctx7@latest skills install /meta-quest/agentic-tools
# Install a specific skill, or everything
npx ctx7@latest skills install /meta-quest/agentic-tools hz-spatial-sdk
npx ctx7@latest skills install /meta-quest/agentic-tools --all
# Target a specific IDE: --claude, --cursor, --universal (.agents/skills/), or --global
npx ctx7@latest skills install /meta-quest/agentic-tools --all --claude
metavr includes a built-in Model Context Protocol (MCP) server with 40+ tools for device management, app control, file operations, documentation search, performance tracing, and more. This lets AI coding assistants interact directly with your Meta Quest device.
Bun users: replace
npx -y metavrwithbunx metavrin any command below (no-yneeded).
# Claude Code
npx -y metavr mcp install claude-code
# Claude Desktop
npx -y metavr mcp install claude-desktop
# Cursor
npx -y metavr mcp install cursor
# VS Code / VS Code Insiders
npx -y metavr mcp install vscode
npx -y metavr mcp install vscode-insiders
# Windsurf
npx -y metavr mcp install windsurf
# Zed
npx -y metavr mcp install zed
# Android Studio (Gemini)
npx -y metavr mcp install android-studio
# Gemini CLI
npx -y metavr mcp install gemini-cli
# OpenAI Codex CLI
npx -y metavr mcp install codex
# LM Studio
npx -y metavr mcp install lm-studio
# OpenCode
npx -y metavr mcp install open-code
# Google Antigravity (Gemini)
npx -y metavr mcp install antigravity
# Generic project-local config
npx -y metavr mcp install project
Or start the MCP server directly:
npx claudepluginhub meta-quest/agentic-tools --plugin meta-vrReliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.