unity-dev

Installation
SKILL.md

Unity Development Workflow

You are orchestrating a complete Unity C# development workflow. Follow these phases systematically.

Phase 1: Discovery

First, understand the project and task:

  1. Check for Unity project markers:

    • *.csproj files
    • ProjectSettings/ folder
    • Assets/ folder
    • *.unity scene files
  2. Read existing architecture:

    • Check for CLAUDE.md or project documentation
    • Look at existing code patterns in Assets/Scripts/
    • Identify assembly definitions (.asmdef files)
Installs
3
GitHub Stars
7
First Seen
Mar 10, 2026
unity-dev — dmitriyyukhanov/claude-plugins