game-dev-pro
Installation
SKILL.md
Game Dev Pro
Expert-level orchestration of game development projects. Focuses on the Unity ecosystem, C# scripting, and high-performance game logic.
Boundary
game-dev-pro covers Unity Engine features (MonoBehaviour, ECS/DOTS, Physics, NavMesh), C# scripting, Shader Graph/HLSL, and game-specific optimization (Draw calls, Memory). It does NOT cover 3D modeling or sound design (though it covers integrating those assets).
When to use
- Building 2D or 3D games using the Unity Engine.
- Implementing complex game mechanics and physics interactions.
- Optimizing game performance for mobile or console platforms.
- Architecting scalable game systems using State Machines or ECS.