phaser-debugger

Installation
SKILL.md

Phaser 4 Debugger

Use this skill to diagnose and fix Phaser 4 issues from evidence rather than guessing.

Workflow

  1. Collect the exact symptom, error text, stack trace, browser/device context, and reproduction steps when available.
  2. Read the relevant code before editing. For black screens, inspect src/main.ts, scene registration, scene transitions, preload paths, and browser console/network errors.
  3. Trace likely root causes using Phaser lifecycle order: config, preload, create, update, asset keys, physics body creation, collisions, input, scene start/stop state, and rendering depth.
  4. Make the smallest fix that addresses the root cause.
  5. Verify with npx tsc --noEmit for TypeScript projects and, when practical, a local dev-server smoke test.

Debugging Checklist

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