Skip to content
Development
Command

/unity-init

Scans a Unity project and generates a tailored CLAUDE.md with detected configuration, packages, render pipeline, and recommended skills.

From plugin
everything-claude-unity
2427 skills20 agents27 commands
Install
> /plugin marketplace add XeldarAlz/everything-claude-unity

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/unity-init

Context preview

What this command does when you run it.

Scans a Unity project and generates a tailored CLAUDE.md with detected configuration, packages, render pipeline, and recommended skills.

Command definition

unity-init.md
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 (URP, HDRP, or Built-in)
  • Input System, Addressables, Cinemachine, Timeline, TextMeshPro
  • Networking (Netcode, Mirror, Photon, Fish-Net)
  • Third-party (DOTween, UniTask, VContainer, Zenject, Odin)

3. **Scan for assembly definitions** (`.asmdef` files) — map the project's assembly structure.

4. **Scan for scenes** — list all `.unity` files in `Assets/`.

5. **Check existing CLAUDE.md** — if one exists, preserve user customizations.

6. **Generate CLAUDE.md** with:

  • Project overview (Unity version, render pipeline, detected packages)
  • Assembly structure
  • Scene list
  • References to rules files (`.claude/rules/*.md`)
  • Recommended skills based on detected packages
  • MCP integration notes
  • Key conventions summary

7. **Report** what was detected and configured. Suggest next steps:

  • Review and customize the generated CLAUDE.md
  • Install unity-mcp if not already present
  • Try `/unity-audit` for a full project health check

Output

Present the results in a clear summary table showing what was detected and which skills are recommended.

Read more
Ships witheverything-claude-unity

The ultimate Claude Code toolkit for Unity game development. A production-ready, plug-and-play system that gives Claude Code deep Unity expertise — from writing performant C# to building scenes, profiling performance, and triggering iOS/Android builds — all

Get the whole plugin

Other commands on everything-claude-unity.