Phaser Analyze banner
Yakoub-ai Yakoub-ai

Phaser Analyze

Development community

Description

--- description: Analyze an existing Phaser project for architecture quality, performance risks, and improvement opportunities --- Perform a comprehensive brownfield analysis of the current Phaser 4 project. ## Process 1. **Verify this is a Phaser project** — Check that `package.json` exists and contains a `phaser` dependency. If not, tell the user this command requires a Phaser project directory. 2. **Run the automated analysis script:** ```bash bash "${CLAUDE_PLUGIN_ROOT}/skills/phas

Installation

Installs to ~/.claude/skills/yakoub-ai-phaser4-gamedev-phaser-analyze/SKILL.md

Terminal
mkdir -p ~/.claude/skills/yakoub-ai-phaser4-gamedev-phaser-analyze && curl -fsSL https://raw.githubusercontent.com/Yakoub-ai/phaser4-gamedev/HEAD/commands/phaser-analyze.md -o ~/.claude/skills/yakoub-ai-phaser4-gamedev-phaser-analyze/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository