hz-new-project-creation

hz-new-project-creation is a skill for Claude Code from meta-quest/agentic-tools. It costs 43 tokens per session (2,232 once invoked), scanned A, original, Apache-2.0.

A project setup guide for building applications for Meta Quest and Horizon OS, Meta’s operating system for its VR headsets. It covers Unity, Unreal Engine, Android or Spatial SDK, and WebXR projects.

In plain words
What is it for?
Use it to choose a development platform, create a project structure, configure SDKs and build targets, and prepare a Quest headset for development.
Why use it?
It reduces the setup decisions and configuration work involved in starting a Quest application from scratch.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the agentic-tools plugin — 29 skills, 1 hook, 1 MCP server shipped together

Good fit Use it to choose a development platform, create a project structure, configure SDKs and build targets, and prepare a Quest headset for development.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/meta-quest/agentic-tools/hz-new-project-creation
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add meta-quest/agentic-tools --skill hz-new-project-creation
Clone the repo
git clone --depth 1 https://github.com/meta-quest/agentic-tools

Made for: Claude Code.

Or install agentic-tools, the plugin that ships this one along with the rest of its 29 skills, 1 hook, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for hz-new-project-creation

README.md
[![agentmods](https://agentmods.dev/badge/skills/meta-quest/agentic-tools/hz-new-project-creation/github.svg)](https://agentmods.dev/skills/meta-quest/agentic-tools/hz-new-project-creation)
Your own site
<a href="https://agentmods.dev/skills/meta-quest/agentic-tools/hz-new-project-creation"><img src="https://agentmods.dev/badge/skills/meta-quest/agentic-tools/hz-new-project-creation/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for hz-new-project-creation

Your own site · 80×15
<a href="https://agentmods.dev/skills/meta-quest/agentic-tools/hz-new-project-creation"><img src="https://agentmods.dev/badge/skills/meta-quest/agentic-tools/hz-new-project-creation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,232 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 3 findings, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Prompt Injection · line 27
    This pattern attempts to override system instructions or ignore safety constraints. Without LLM analysis, manual review is recommended.
    Fix: Remove or rewrite any text that instructs the agent to ignore prompts, override safety rules, or trust unverified content. Ensure skill content cannot be injected to alter agent behavior.
  • medium MCP Rug Pull · line 31
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 33
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00043 $0.02232
Opus 5 $0.00022 $0.01116
Sonnet 5 $0.00009 $0.00446
Haiku 4.5 $0.00004 $0.00223

Measured 10d ago against content hash c454395c4071, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

hz-new-project-creation scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/hz-new-project-creation/SKILL.md · 172 lines

How it starts

The opening of the file, as written. The whole thing — 172 lines — stays where its author put it; the contents beside it link to each section on GitHub.

New Project Creation Skill

Scaffold and configure new Meta Quest projects from scratch. This skill guides you through choosing the right platform and project type, then provides step-by-step setup instructions with recommended settings optimized for Quest hardware.

When to Use This Skill

Use this skill when you need to:

  • Create a brand-new project targeting Meta Quest (Quest 2, Quest 3, Quest 3S, Quest Pro)
  • Choose between Unity, Unreal Engine, Android/Spatial SDK, or WebXR
  • Configure a project with the correct render settings, SDK versions, and build targets for Quest
  • Set up a project template with recommended architecture and folder structure
  • Understand which platform best fits your application type

Prerequisites

Before creating any Meta Quest project, complete these steps regardless of platform:

  1. Create a Meta developer account -- Sign up at developer.meta.com and create an organization.
  2. Set up your Quest for development -- Enable developer mode in the Meta Horizon app on your phone under your headset's settings.
  3. Enable USB debugging -- Connect your Quest via USB-C, put on the headset, and accept the "Allow USB debugging" prompt.
  4. Use metavr via npx -- The metavr CLI is invoked on demand; no global install required:
    npx -y metavr --version
    
    Examples below use the bare metavr command for brevity; if it is not installed globally, replace metavr with npx -y metavr.

Verify your device connection before starting any project:

metavr device list

Decision Tree

When a user wants to create a new Quest project, walk through these questions in order:

Step 1: What Platform?

Ask the user which development platform they prefer or are most experienced with:

  • Unity -- C# scripting, mature XR ecosystem, large asset store
  • Unreal Engine -- C++ and Blueprints, high-fidelity rendering, cinematic tools
  • Android / Spatial SDK -- Kotlin, native Android development, panel-based apps
  • Web / IWSDK / WebXR -- TypeScript, rapid prototyping, browser-based distribution

Read the full file on GitHub · 172 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 172 lines · 43 tokens per session scan A c454395c4071

Subscribe to this mod's changes

hz-new-project-creation is a skill published in the GitHub repository meta-quest/agentic-tools (192 stars, last pushed 18d ago), licensed Apache-2.0. It adds 43 tokens to every session and 2,232 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories