Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Build and review Bevy procedural world generation with grid resources, deterministic seeds, reachability checks, chunk or room spawning, background generation boundaries, and gameplay-safe entity materialization. Use when creating tile maps, dungeon-like spaces, mining bases, or generated levels in Rust Bevy games.
.claude/skills/hashgraph-online-rust-bevy-procedural-world-builder/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | -10% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 2% | 0% |
| case-03 | ✓→✓ | = Same ✓ | -31% | 0% |
| case-04 | ✓→✓ | = Same ✓ | -12% | 0% |
| case-05 | ✓→✓ | = Same ✓ | 18% | 0% |
Use this skill to turn procedural generation into a testable data pipeline: generate data first, validate it, then materialize entities safely in Bevy.
placement.
| Task | Load | |------|------| | Add generated rooms, terrain, or bases | guidelines.md, workflows/build-procedural-world.md | | Review generation data structures | references/procedural-world-patterns.md | | Move expensive generation off the main thread | references/procedural-world-patterns.md |
Guidance is transformed and paraphrased from Herbert Wolverson, Advanced Hands-On Rust, especially Chapters 10 through 13 on building and optimizing a generated Mars-base game. Examples are original skeletons.
Other measured skills in the registry, with their headline benchmark lift.