Bevy ECS

Structure a Bevy app around its Entity Component System: build the App with plugins, define Component/Resource types, write systems with Query/Res/Commands, filter and order systems, and use the Time resource for frame-rate-independent motion. Use when building or debugging a Bevy game in Rust — when the user mentions Bevy, ECS, App::new, add_systems, Query, Commands, components/systems, or a Cargo.toml depending on bevy.

Skill name
bevy-ecs

Install

npx skills add gamedev-skills/awesome-gamedev-agent-skills

Installs every skill in the collection; the router loads bevy-ecs when your request matches it.

Skill source

Read the full playbook in skills/other-engines/bevy-ecs/SKILL.md.

Related skills

love2d-core, pygame-core, roblox-datastores, roblox-luau