phaser-asset-advisor

Installation
SKILL.md

Phaser 4 Asset Advisor

Use this skill to design, implement, or optimize Phaser 4 asset pipelines.

Workflow

  1. Identify the asset categories: backgrounds, sprites, animations, UI, atlases, tilemaps, audio, fonts, and generated placeholders.
  2. Choose the right load method and format for each asset type.
  3. Decide what belongs in BootScene versus PreloaderScene versus level-specific lazy loading.
  4. Prefer atlases for many sprites, spritesheets for uniform frame grids, individual images for large single-use art, and paired audio formats where browser support requires it.
  5. Keep load keys stable and document them in shared constants when the project already uses key registries.
  6. Include optimization guidance for HTTP requests, GPU texture size, mobile memory, and build output.

Common Outputs

Installs
13
GitHub Stars
9
First Seen
Apr 28, 2026
phaser-asset-advisor — yakoub-ai/phaser4-gamedev