phaser-architect

Plan scene graphs and refactor Phaser 4 game projects.

17|1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/Yakoub-ai/phaser4-gamedev --skill phaser-architect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: phaser-architect
Source: https://github.com/Yakoub-ai/phaser4-gamedev/tree/main/skills/phaser-architect
Command: npx skills add https://github.com/Yakoub-ai/phaser4-gamedev --skill phaser-architect

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill solves the common issue of disorganized game code and architectural debt in Phaser 4 projects by providing a structured, phased approach to game design and implementation.

Core Features & Use Cases

  • Architecture Planning: Defines scene graphs, state management, and module layouts for new projects.
  • Brownfield Review: Analyzes existing projects to identify coupling, migration risks, and refactoring paths.
  • Phaser 4 Expertise: Encodes specific v4.0.0-rc.7 knowledge, including renderer optimizations and API migration guidance.

Quick Start

Use the phaser-architect skill to design the scene flow and module structure for a new platformer game.

Frequently Asked Questions about phaser-architect

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I structure a Phaser 4 game architecture for maintainability?

To structure a Phaser 4 game architecture, define clear scene graphs, state management, and module layouts. This approach prevents disorganized game code and ensures maintainable project structures.

What is the best way to refactor an existing Phaser project?

Refactoring an existing Phaser project involves analyzing the codebase to identify coupling, migration risks, and refactoring paths. This structured review ensures maintainable scene graphs and state management.

Does this architectural guidance support Phaser 4 rc.7 API migrations?

Yes, this architectural guidance encodes specific Phaser 4.0.0-rc.7 knowledge, including renderer optimizations and API migration guidance. It enforces strict adherence to Phaser 4 API signatures.

How do I plan scene flow and module structure for a new Phaser game?

Planning a new Phaser game involves defining the scene flow and module structure during the architecture planning phase. This establishes a maintainable scene graph and state management foundation.

Why does my Phaser game code have high coupling and migration risks?

High coupling and migration risks in Phaser game code typically stem from disorganized architecture and lack of structured module layouts. A brownfield review analyzes these issues to provide refactoring paths.