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.
$npx -y skills add gamedev-skills/awesome-gamedev-agent-skills --skill bevy-ecsInstalls into the current project.
Run `npx skills use "https://github.com/gamedev-skills/awesome-gamedev-agent-skills" --skill "gamedev-skills/awesome-gamedev-agent-skills/bevy-ecs"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/gamedev-skills/awesome-gamedev-agent-skills" that are relevant to the current task. Run `npx skills add "https://github.com/gamedev-skills/awesome-gamedev-agent-skills"` and select the relevant skills, then follow their instructions.