unity-build
Configures and triggers Unity builds via MCP — handles platform settings, scenes, player settings, and monitors build progress.
Full project health check — meta file integrity, missing references, assembly definition graph, code quality scan, scene hierarchy audit.
> /plugin marketplace add XeldarAlz/everything-claude-unityHow it fires
How this command gets triggered: by you, by Claude, or both.
/unity-auditContext preview
What this command does when you run it.
Full project health check — meta file integrity, missing references, assembly definition graph, code quality scan, scene hierarchy audit.
name: unity-audit description: "Full project health check — meta file integrity, missing references, assembly definition graph, code quality scan, scene hierarchy audit." user-invocable: true
Run a comprehensive audit of the Unity project.
Run `./scripts/validate-meta-integrity.sh --all`:
Run `./scripts/detect-missing-refs.sh`:
Run `./scripts/validate-asmdefs.sh`:
Run `./scripts/validate-code-quality.sh`:
Via `read_console` MCP:
Present a health report card:
Meta Integrity: PASS / X issues Missing Refs: PASS / X broken Assembly Graph: PASS / X issues Code Quality: PASS / X warnings Console: PASS / X errors
Then list all issues grouped by severity (critical → warning → info) with file locations and fix suggestions.
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
Configures and triggers Unity builds via MCP — handles platform settings, scenes, player settings, and monitors build progress.
Diagnostic health check — verifies MCP connectivity, .claude/ integrity, Unity project structure, and hook registration.
Plans and implements a Unity feature — identifies subsystems, loads skills, writes code, sets up scene elements via MCP.
Diagnoses and fixes a Unity bug — reads console errors, checks common causes, applies targeted fix, verifies via MCP.
Scans a Unity project and generates a tailored CLAUDE.md with detected configuration, packages, render pipeline, and recommended skills.
Manage the project's instinct library — view, promote, evolve, export, or import atomic learned behaviors captured automatically by PostToolUse observations.