game-developer

Build game systems with ECS, physics, and networking in Unity and Unreal.

Updated Jan 9, 2026
One-click install
npx skills add https://github.com/dieu-donnee/luxtrax --skill game-developer-dieu-donnee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: game-developer
Source: https://github.com/dieu-donnee/luxtrax/tree/main/.agent/skills/game-developer
Command: npx skills add https://github.com/dieu-donnee/luxtrax --skill game-developer-dieu-donnee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Build robust game systems using ECS, physics, and networking.

Core Features & Use Cases

  • ECS-driven architecture for scalable game logic and state management
  • Physics and collider setup with multiplayer networking support
  • Shader integration and object pooling to improve performance in Unity/Unreal
  • Use Case: Implement a modular enemy AI system with state machines and deterministic physics

Quick Start

Prototype a small ECS-based player controller in Unity or Unreal using object pooling and scalable networking.

Frequently Asked Questions about game-developer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design scalable game logic using ECS architecture in Unity?

Scalable game logic using ECS architecture in Unity is built by structuring modular state management systems. This approach enables efficient data processing for large-scale games, supporting physics, multiplayer networking, and shader optimization across PC and console platforms.

What is the best way to implement multiplayer networking and physics colliders?

The best way to implement multiplayer networking and physics colliders is through an integrated architecture design phase. Setting up physics with multiplayer networking support ensures synchronized deterministic collisions across clients in PC and console targets.

How does object pooling improve game performance in Unreal?

Object pooling improves game performance in Unreal by reusing entities instead of constantly instantiating and destroying them. This technique minimizes memory allocation overhead and reduces garbage collection spikes during intense gameplay sessions.

Can I build a modular enemy AI system with state machines and deterministic physics?

Yes, you can build a modular enemy AI system with state machines and deterministic physics. This is achieved by combining ECS-driven architecture for scalable game logic with precise physics collider setups to ensure consistent AI behaviors.

Does this game engineering workflow support both Unity and Unreal projects?

Yes, this game engineering workflow supports both Unity and Unreal projects. It applies ECS architecture, physics, multiplayer networking, and shader optimization across both engines for PC and console targets, including validation checkpoints.