Bevy Game Engine Expert knowledge for developing games with Bevy, the data-driven game engine built in Rust with a focus on ergonomics, modularity, and performance. When to Use This Skill | Use this skill when... | Use bevy-ecs-patterns instead when... | |------------------------|---------------------------------------| | Starting a new Bevy game project | Optimizing ECS query performance or archetype layout | | Learning or applying basic ECS concepts | Implementing complex system scheduling or ordering | | Handling input (keyboard, mouse, gamepad) | Using change detection ( , ) | | Managing…