Unity Init banner
XeldarAlz XeldarAlz

Unity Init

Data community

Description

--- name: unity-init description: "Scans a Unity project and generates a tailored CLAUDE.md with detected configuration, packages, render pipeline, and recommended skills." user-invocable: true --- # /unity-init — Project Setup Scan this Unity project and generate a tailored CLAUDE.md configuration. ## Steps 1. **Read project info** via MCP `project_info` resource to get Unity version, platform, and state. 2. **Scan Packages/manifest.json** to detect installed packages: - Render pipeline

Installation

Installs to ~/.claude/commands/xeldaralz-everything-claude-unity-unity-init.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/XeldarAlz/everything-claude-unity/HEAD/.claude/commands/unity-init.md -o ~/.claude/commands/xeldaralz-everything-claude-unity-unity-init.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository