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:
-
Check for Unity project markers:
*.csprojfilesProjectSettings/folderAssets/folder*.unityscene files
-
Read existing architecture:
- Check for
CLAUDE.mdor project documentation - Look at existing code patterns in
Assets/Scripts/ - Identify assembly definitions (
.asmdeffiles)
- Check for