bevy

Installation
SKILL.md

Bevy

First moves

  1. Read Bevy version from Cargo.toml / Cargo.lock; do not assume APIs.
  2. Check current sources when API details matter:
  3. Inspect existing plugins/schedules before adding systems.
  4. Verify changes with cargo check; avoid cargo clean unless explicitly needed.

Current API anchors

Bevy breaks APIs often. For modern Bevy (0.17+):

Installs
1
Repository
drsh4dow/skills
First Seen
May 20, 2026
bevy — drsh4dow/skills