Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Build and review Bevy game asset loading pipelines with typed asset catalogs, path validation, loading states, handle ownership, sprite sheets, audio, and runtime resource checks. Use when organizing Bevy assets, replacing hard-coded paths, adding loading screens, diagnosing missing handles, or packaging Rust game resources.
.claude/skills/hashgraph-online-rust-bevy-asset-pipeline/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-06 | ✗→✓ | ▲ Improved | 8% | 0% |
| case-13 | ✗→✓ | ▲ Improved | 1% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -20% | 0% |
| case-21 | ✗→✓ | ▲ Improved | -21% | 0% |
| case-20 | ✓→✓ | = Same ✓ | 1% | 0% |
Use this skill to make Bevy assets explicit, typed, validated, and packageable. The goal is to remove scattered string paths and make loading state observable.
systems.
| Task | Load | |------|------| | Design a catalog or loading plugin | guidelines.md, references/asset-pipeline-patterns.md | | Replace scattered asset paths | workflows/build-asset-pipeline.md | | Diagnose missing assets in packaged builds | guidelines.md, workflows/build-asset-pipeline.md |
Guidance is transformed and paraphrased from Herbert Wolverson, Advanced Hands-On Rust, especially Chapter 6 on game assets and the recurring release-readiness checks across the book. Examples are original skeletons.
Other measured skills in the registry, with their headline benchmark lift.