bevy-core-concepts

Installation
SKILL.md

Bevy 0.19 — Core concepts (App, Plugin, Schedule, World)

When to use this skill

  • Setting up a new Bevy app or library plugin.
  • Deciding which schedule (Startup, Update, FixedUpdate, PostUpdate, ...) a system belongs in.
  • Writing an exclusive system that needs &mut World.
  • Hitting schedule cycles, elevated ambiguity diagnostics, or deferred-command order bugs.
  • Asking "where should X run?"

Canonical pattern

use bevy::prelude::*;
Installs
33
GitHub Stars
13
First Seen
May 14, 2026
bevy-core-concepts — chrisgliddon/bevy-skills