phaser-scene-navigation

Installation
SKILL.md

Phaser Scene Navigation

Overview

Standardize Phaser scene transitions and navigation testing patterns. Improve reliability of scene navigation testing.

Scene Transition Methods

  • this.scene.start('SceneName', data) - Start new scene with data
  • this.scene.switch('SceneName') - Switch to existing scene
  • Test seam: window.__TEST__.commands.clickStartGame() - Navigate via UI

See references/transition-methods.md for detailed transition patterns.

Navigation Testing

Use test seam commands when available:

  • clickStartGame() - Navigate to game
  • clickPlayAgain() - Restart game
Installs
8
GitHub Stars
2
First Seen
Mar 18, 2026
phaser-scene-navigation — pmarashian/cursor-agent-skills