Phaser Validate banner
Yakoub-ai Yakoub-ai

Phaser Validate

Development community

Description

--- description: Validate the Phaser project structure and check for issues --- Run a comprehensive validation check on the current Phaser 4 project. ## Process 1. **Check for the validation script** — Look for `skills/phaser-build/scripts/validate-project.sh` relative to the plugin, or for a local copy. If the user has a Phaser project open, run the validation against it. 2. **Run the validation script:** ```bash bash "${CLAUDE_PLUGIN_ROOT}/skills/phaser-build/scripts/validate-project

Installation

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

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

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

Full documentation available on GitHub

View Source Repository