Phaser Run banner
Yakoub-ai Yakoub-ai

Phaser Run

Development community

Description

--- description: Start the Phaser dev server and verify the game boots --- Start the Phaser 4 development server and confirm the game actually runs. ## Process 1. **Check for package.json** — If none is found in the current directory, tell the user this is not a Node.js project and suggest `/phaser-new`. Stop. 2. **Check for node_modules** — If `node_modules/` does not exist, run `npm install` first. 3. **Check for the phaser dependency** — Look in `package.json` for `"phaser"`. If missing,

Installation

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

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

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

Full documentation available on GitHub

View Source Repository